From: eric@anholt.net (Eric Anholt)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/2] bcm2835 changes to DT for 4.6
Date: Wed, 17 Feb 2016 18:56:48 -0800 [thread overview]
Message-ID: <1455764208-5679-2-git-send-email-eric@anholt.net> (raw)
In-Reply-To: <1455764208-5679-1-git-send-email-eric@anholt.net>
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 at github.com:anholt/linux.git bcm2835-dt-next-2016-02-17
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
WARNING: multiple messages have this Message-ID (diff)
From: Eric Anholt <eric@anholt.net>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-rpi-kernel@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Stephen Warren <swarren@wwwdotorg.org>,
Lee Jones <lee@kernel.org>, Eric Anholt <eric@anholt.net>
Subject: [GIT PULL 2/2] bcm2835 changes to DT for 4.6
Date: Wed, 17 Feb 2016 18:56:48 -0800 [thread overview]
Message-ID: <1455764208-5679-2-git-send-email-eric@anholt.net> (raw)
In-Reply-To: <1455764208-5679-1-git-send-email-eric@anholt.net>
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
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
next prev parent reply other threads:[~2016-02-18 2:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-18 2:56 [GIT PULL 1/2] bcm2835 changes to defconfigs for 4.6 Eric Anholt
2016-02-18 2:56 ` Eric Anholt
2016-02-18 2:56 ` Eric Anholt [this message]
2016-02-18 2:56 ` [GIT PULL 2/2] bcm2835 changes to DT " Eric Anholt
2016-02-18 20:12 ` Florian Fainelli
2016-02-18 20:12 ` Florian Fainelli
2016-02-20 19:07 ` Florian Fainelli
2016-02-20 19:07 ` Florian Fainelli
2016-02-18 20:13 ` [GIT PULL 1/2] bcm2835 changes to defconfigs " Florian Fainelli
2016-02-18 20:13 ` Florian Fainelli
2016-02-19 22:37 ` Florian Fainelli
2016-02-19 22:37 ` Florian Fainelli
2016-02-20 19:31 ` Florian Fainelli
2016-02-20 19:31 ` Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455764208-5679-2-git-send-email-eric@anholt.net \
--to=eric@anholt.net \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.