All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/
@ 2014-03-07  2:44 Stephen Warren
  2014-03-07  2:44 ` [GIT PULL 2/2] ARM: bcm2835: DT changes for 3.15 Stephen Warren
  2014-03-11 20:30 ` [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/ Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Warren @ 2014-03-07  2:44 UTC (permalink / raw)
  To: linux-arm-kernel

This pull request consists of a single patch which moves files from
arch/arm/mach-bcm2835 into mach-bcm, thus consolidating them with
support for other Broadcom chips.

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

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-soc

for you to fetch changes up to d30fe6272183f3cc8b9f3f111cd36271332e4cec:

  ARM: bcm2835: Move to mach-bcm directory

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

Markus Mayer (1):
      ARM: bcm2835: Move to mach-bcm directory

 MAINTAINERS                                         |  2 +-
 arch/arm/Kconfig                                    |  2 --
 arch/arm/Makefile                                   |  1 -
 arch/arm/configs/bcm2835_defconfig                  |  1 +
 arch/arm/mach-bcm/Kconfig                           | 16 ++++++++++++++++
 arch/arm/mach-bcm/Makefile                          |  2 ++
 .../bcm2835.c => mach-bcm/board_bcm2835.c}          |  0
 arch/arm/mach-bcm2835/Kconfig                       | 15 ---------------
 arch/arm/mach-bcm2835/Makefile                      |  1 -
 9 files changed, 20 insertions(+), 20 deletions(-)
 rename arch/arm/{mach-bcm2835/bcm2835.c => mach-bcm/board_bcm2835.c} (100%)
 delete mode 100644 arch/arm/mach-bcm2835/Kconfig
 delete mode 100644 arch/arm/mach-bcm2835/Makefile

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] ARM: bcm2835: DT changes for 3.15
  2014-03-07  2:44 [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/ Stephen Warren
@ 2014-03-07  2:44 ` Stephen Warren
  2014-03-11 20:31   ` Olof Johansson
  2014-03-11 20:30 ` [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/ Olof Johansson
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Warren @ 2014-03-07  2:44 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/
  2014-03-07  2:44 [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/ Stephen Warren
  2014-03-07  2:44 ` [GIT PULL 2/2] ARM: bcm2835: DT changes for 3.15 Stephen Warren
@ 2014-03-11 20:30 ` Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-03-11 20:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 06, 2014 at 07:44:09PM -0700, Stephen Warren wrote:
> This pull request consists of a single patch which moves files from
> arch/arm/mach-bcm2835 into mach-bcm, thus consolidating them with
> support for other Broadcom chips.
> 
> ----------------------------------------------------------------
> 
> 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-soc

Merged, thanks.

-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] ARM: bcm2835: DT changes for 3.15
  2014-03-07  2:44 ` [GIT PULL 2/2] ARM: bcm2835: DT changes for 3.15 Stephen Warren
@ 2014-03-11 20:31   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2014-03-11 20:31 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-11 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-07  2:44 [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/ Stephen Warren
2014-03-07  2:44 ` [GIT PULL 2/2] ARM: bcm2835: DT changes for 3.15 Stephen Warren
2014-03-11 20:31   ` Olof Johansson
2014-03-11 20:30 ` [GIT PULL 1/2] ARM: bcm2835: consolidate into mach-bcm/ Olof Johansson

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.