From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757597AbdDRT4h (ORCPT ); Tue, 18 Apr 2017 15:56:37 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:35524 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755272AbdDRT4d (ORCPT ); Tue, 18 Apr 2017 15:56:33 -0400 Subject: Re: [GIT PULL] bcm2835-dt-next-2017-03-30 To: Baruch Siach , Eric Anholt References: <20170330191343.31647-1-eric@anholt.net> <20170418195452.prp2ortwv7u3hfok@tarshish> Cc: Lee Jones , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org From: Florian Fainelli Message-ID: <809f5427-77dd-941c-ebc6-0deeff974105@gmail.com> Date: Tue, 18 Apr 2017 12:56:31 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170418195452.prp2ortwv7u3hfok@tarshish> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/18/2017 12:54 PM, Baruch Siach wrote: > Hi Eric, Florian, > > On Thu, Mar 30, 2017 at 12:13:43PM -0700, Eric Anholt wrote: >> Here's the pull request for those changes I'd misplaced from 4.11. >> This may be my last PR of the cycle. The only change I have left on >> my radar for 4.12 is >> http://lists.infradead.org/pipermail/linux-rpi-kernel/2017-March/006097.html > > Any chance of getting these fixes into 4.12-rc1? I will merge Eric's PR in the next few days, and we'll see from there. > > Thanks, > baruch > >> >> The following changes since commit 7f31a955a0c34de0463f7ff50b2bd62a5cce4204: >> >> ARM: dts: bcm2835: add sdhost controller to devicetree (2017-03-17 17:35:50 -0700) >> >> are available in the git repository at: >> >> git://github.com/anholt/linux tags/bcm2835-dt-next-2017-03-30 >> >> for you to fetch changes up to 10b6c0c2e2bb8cd1be682f8d36ef597e3419cb88: >> >> ARM: dts: bcm2835: add index to the ethernet alias (2017-03-27 10:10:39 -0700) >> >> ---------------------------------------------------------------- >> This pull request brings back bcm2835 DT fixups from Baruch Siach that >> got misplaced after a PR for 4.11 got rejected. >> >> ---------------------------------------------------------------- >> Baruch Siach (4): >> ARM: dts: bcm2835: fix uart0 pinctrl node names >> ARM: dts: bcm2835: fix i2c0 pins >> ARM: dts: bcm2835: fix uart0/uart1 pins >> ARM: dts: bcm2835: add index to the ethernet alias >> >> arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi | 2 +- >> arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi | 2 +- >> arch/arm/boot/dts/bcm283x.dtsi | 22 +++++++++++++--------- >> 3 files changed, 15 insertions(+), 11 deletions(-) > -- Florian