From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946147AbcBRUNX (ORCPT ); Thu, 18 Feb 2016 15:13:23 -0500 Received: from mail-pf0-f169.google.com ([209.85.192.169]:34239 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757006AbcBRUNT (ORCPT ); Thu, 18 Feb 2016 15:13:19 -0500 Subject: Re: [GIT PULL 2/2] bcm2835 changes to DT for 4.6 To: Eric Anholt References: <1455764208-5679-1-git-send-email-eric@anholt.net> <1455764208-5679-2-git-send-email-eric@anholt.net> Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones From: Florian Fainelli Message-ID: <56C62595.7020802@gmail.com> Date: Thu, 18 Feb 2016 12:12:05 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1455764208-5679-2-git-send-email-eric@anholt.net> 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 17/02/16 18:56, Eric Anholt wrote: > The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: > > Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) > > are available in the git repository at: > > git@github.com:anholt/linux.git bcm2835-dt-next-2016-02-17 I cannot find this branch, could you verify it is pushed and create a tag for me to pull from instead? Thanks! > > for you to fetch changes up to 1305141d1a7254b53b35303ee84f4c4948007bd0: > > ARM: bcm2835: add bcm2835-aux-uart support to DT (2016-02-17 11:01:00 -0800) > > ---------------------------------------------------------------- > This pull request covers mostly DT changes that didn't make it into > 4.5 because required header files went through other trees, plus the > AUX uart support this time around. > > ---------------------------------------------------------------- > Alexander Aring (1): > ARM: bcm2835: Add the Raspberry Pi power domain driver to the DT. > > Lubomir Rintel (1): > ARM: bcm2835: dt: Add Raspberry Pi Model A > > Martin Sperl (3): > ARM: bcm2835: add the auxiliary spi1 and spi2 to the device tree > ARM: bcm2835: follow dt uart node-naming convention > ARM: bcm2835: add bcm2835-aux-uart support to DT > > Remi Pommarel (1): > ARM: bcm2835: Add PWM clock support to the device tree > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/bcm2835-rpi-a.dts | 24 +++++++++++++++++++++ > arch/arm/boot/dts/bcm2835-rpi.dtsi | 16 ++++++++++++++ > arch/arm/boot/dts/bcm283x.dtsi | 43 +++++++++++++++++++++++++++++++++++-- > 4 files changed, 82 insertions(+), 2 deletions(-) > create mode 100644 arch/arm/boot/dts/bcm2835-rpi-a.dts > -- Florian