mbox

[GIT,PULL] ARM: bcm281xx firmware tags

Message ID 5165A271.6060407@broadcom.com
State New
Headers show

Pull-request

git://github.com/broadcom/bcm11351.git tags/fw-for-3.10

Message

Christian Daudt April 10, 2013, 5:33 p.m. UTC
Hi Arnd, Olof,
  Please pull the branch below - it contains the BCM281xx l2 cache 
enabling code.

  Thanks,
    csd


The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:

   Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)

are available in the git repository at:

   git://github.com/broadcom/bcm11351.git tags/fw-for-3.10

for you to fetch changes up to 7f6c62e2695bcb1547afdeb4ad3bcdf8c610be2c:

   ARM: bcm281xx: Add DT support for SMC handler (2013-04-09 09:21:59 -0700)

----------------------------------------------------------------
l2cache driver for bcm281xx SoC

----------------------------------------------------------------
Christian Daudt (2):
       ARM: bcm281xx: Add L2 cache enable code
       ARM: bcm281xx: Add DT support for SMC handler

  Documentation/devicetree/bindings/misc/smc.txt |   14 +++++++++++
  arch/arm/boot/dts/bcm11351.dtsi                |    5 ++++
  arch/arm/mach-bcm/Makefile                     |    4 +++-
  arch/arm/mach-bcm/bcm_kona_smc.c               |  118 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  arch/arm/mach-bcm/bcm_kona_smc.h               |   80 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  arch/arm/mach-bcm/bcm_kona_smc_asm.S           |   41 
++++++++++++++++++++++++++++++++
  arch/arm/mach-bcm/board_bcm.c                  |   23 ++++++++++++++++++
  7 files changed, 284 insertions(+), 1 deletion(-)
  create mode 100644 Documentation/devicetree/bindings/misc/smc.txt
  create mode 100644 arch/arm/mach-bcm/bcm_kona_smc.c
  create mode 100644 arch/arm/mach-bcm/bcm_kona_smc.h
  create mode 100644 arch/arm/mach-bcm/bcm_kona_smc_asm.S

Comments

Olof Johansson April 11, 2013, 6:52 a.m. UTC | #1
On Wed, Apr 10, 2013 at 10:33:37AM -0700, Christian Daudt wrote:
> Hi Arnd, Olof,
>  Please pull the branch below - it contains the BCM281xx l2 cache
> enabling code.
> 
>  Thanks,
>    csd
> 
> 
> The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
> 
>   Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/broadcom/bcm11351.git tags/fw-for-3.10

Thanks, pulled into next/soc (local branch name bcm/smc-l2)


-Olof
Olof Johansson April 11, 2013, 8:52 a.m. UTC | #2
On Wed, Apr 10, 2013 at 11:52 PM, Olof Johansson <olof@lixom.net> wrote:
> On Wed, Apr 10, 2013 at 10:33:37AM -0700, Christian Daudt wrote:
>> Hi Arnd, Olof,
>>  Please pull the branch below - it contains the BCM281xx l2 cache
>> enabling code.
>>
>>  Thanks,
>>    csd
>>
>>
>> The following changes since commit 07961ac7c0ee8b546658717034fe692fd12eefa9:
>>
>>   Linux 3.9-rc5 (2013-03-31 15:12:43 -0700)
>>
>> are available in the git repository at:
>>
>>   git://github.com/broadcom/bcm11351.git tags/fw-for-3.10
>
> Thanks, pulled into next/soc (local branch name bcm/smc-l2)

Based on later thread about the exynos smc ops, I moved this branch
over to next/firmware instead.


-Olof