mbox

[GIT,PULL] ARM: mach-bcm: cleanups for 3.15

Message ID 20140306091303.GG25092@beef
State New
Headers show

Pull-request

git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/cleanup

Message

Matt Porter March 6, 2014, 9:13 a.m. UTC
The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:

  Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)

are available in the git repository at:

  git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/cleanup

for you to fetch changes up to 0e8b860ac6d65209beea03ee9b718089838476ef:

  ARM: bcm281xx: Rename board_init() function (2014-03-06 03:18:01 -0500)

----------------------------------------------------------------
ARM: mach-bcm: cleanups for 3.15

- make bcm281xx symbol naming consistent with SoC name
- remove unneeded and reorder bcm281xx header files
- consolidate bcm281xx reboot and l2 cache code

----------------------------------------------------------------
Alex Elder (1):
      ARM: bcm281xx: symbol cleanup

Markus Mayer (4):
      ARM: bcm281xx: Move kona_l2_cache_init() so it can be shared
      ARM: bcm281xx: Consolidate reboot code
      ARM: bcm281xx: Re-order hearder files
      ARM: bcm281xx: Rename board_init() function

 arch/arm/mach-bcm/board_bcm281xx.c | 83 +++++++++++++++++++-------------------
 arch/arm/mach-bcm/kona.c           | 64 ++++++++++-------------------
 arch/arm/mach-bcm/kona.h           |  7 +---
 3 files changed, 65 insertions(+), 89 deletions(-)

Comments

Olof Johansson March 11, 2014, 8:27 p.m. UTC | #1
On Thu, Mar 06, 2014 at 04:13:03AM -0500, Matt Porter wrote:
> The following changes since commit 6d0abeca3242a88cab8232e4acd7e2bf088f3bc2:
> 
>   Linux 3.14-rc3 (2014-02-16 13:30:25 -0800)
> 
> are available in the git repository at:
> 
>   git://github.com/broadcom/mach-bcm tags/armsoc/for-3.15/cleanup
> 
> for you to fetch changes up to 0e8b860ac6d65209beea03ee9b718089838476ef:
> 
>   ARM: bcm281xx: Rename board_init() function (2014-03-06 03:18:01 -0500)
> 
> ----------------------------------------------------------------
> ARM: mach-bcm: cleanups for 3.15
> 
> - make bcm281xx symbol naming consistent with SoC name
> - remove unneeded and reorder bcm281xx header files
> - consolidate bcm281xx reboot and l2 cache code

Merged, thanks.

-Olof