mbox

[GIT,PULL,2/2] ARM: bcm2835: DT changes for 3.15

Message ID 1394160250-3939-2-git-send-email-swarren@wwwdotorg.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git bcm2835-for-3.15-dt

Message

Stephen Warren March 7, 2014, 2:44 a.m. UTC
A variety of features are added to the bcm2835 device trees:
- ARM PMU, for perf_event
- DMA controller
- I2S controller

A few cleanups are applied to the DTs too.

----------------------------------------------------------------

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git bcm2835-for-3.15-dt

for you to fetch changes up to b7c6c1760685f7d3a3eecc19f4b792881bf1d907:

  ARM: bcm2835: fix clock DT node names

----------------------------------------------------------------

Florian Meier (2):
      ARM: bcm2835: add dmaengine driver to device tree
      ARM: bcm2835: add I2S driver to device tree

Stephen Warren (3):
      ARM: bcm2835: fix DT node sort order
      ARM: bcm2835: node name unit address cleanup
      ARM: bcm2835: fix clock DT node names

Vince Weaver (1):
      ARM: bcm2835: perf_event support for Raspberry-Pi

 arch/arm/boot/dts/bcm2835.dtsi | 92 ++++++++++++++++++++++++++-----------
 1 file changed, 65 insertions(+), 27 deletions(-)

Comments

Olof Johansson March 11, 2014, 8:31 p.m. UTC | #1
On Thu, Mar 06, 2014 at 07:44:10PM -0700, Stephen Warren wrote:
> A variety of features are added to the bcm2835 device trees:
> - ARM PMU, for perf_event
> - DMA controller
> - I2S controller
> 
> A few cleanups are applied to the DTs too.
> 
> ----------------------------------------------------------------
> 
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
> 
>   Linus 3.14-rc1
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git bcm2835-for-3.15-dt

Merged, thanks.


-Olof