mbox

[GIT,PULL,3.19] Broadcom Cygnus SoC platform support

Message ID 1415826266-6867-4-git-send-email-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/brcm/linux.git tags/arm-soc/for-3.19/cygnus-platform-v2

Message

Florian Fainelli Nov. 12, 2014, 9:04 p.m. UTC
The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  http://github.com/brcm/linux.git tags/arm-soc/for-3.19/cygnus-platform-v2

for you to fetch changes up to 64e74aa788f996cd0e328a1c4223e9d438b78e9c:

  ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig (2014-11-11 22:35:45 -0800)

----------------------------------------------------------------
This pull request contains the platform code to support the Broadcom Cygnus SoC
using the iProc architecture:

- add support for the Broadcom Cygnus SoC
- consolidate the BCM5301X Kconfig options under the iProc menuconfig entry
- remove one level of menu in menuconfig

----------------------------------------------------------------
Jonathan Richardson (1):
      ARM: cygnus: Initial support for Broadcom Cygnus SoC

Scott Branden (2):
      ARM: mach-bcm: Consolidate currently supported IPROC SoCs
      ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig

 arch/arm/mach-bcm/Kconfig      | 93 ++++++++++++++++++++++++++----------------
 arch/arm/mach-bcm/Makefile     |  3 ++
 arch/arm/mach-bcm/bcm_cygnus.c | 25 ++++++++++++
 3 files changed, 85 insertions(+), 36 deletions(-)
 create mode 100644 arch/arm/mach-bcm/bcm_cygnus.c

Comments

Arnd Bergmann Nov. 20, 2014, 12:11 p.m. UTC | #1
On Wednesday 12 November 2014, Florian Fainelli wrote:
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)
> 
> are available in the git repository at:
> 
>   http://github.com/brcm/linux.git tags/arm-soc/for-3.19/cygnus-platform-v2
> 
> for you to fetch changes up to 64e74aa788f996cd0e328a1c4223e9d438b78e9c:
> 
>   ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig (2014-11-11 22:35:45 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains the platform code to support the Broadcom Cygnus SoC
> using the iProc architecture:
> 
> - add support for the Broadcom Cygnus SoC
> - consolidate the BCM5301X Kconfig options under the iProc menuconfig entry
> - remove one level of menu in menuconfig
> 
> ----------------------------------------------------------------
> Jonathan Richardson (1):
>       ARM: cygnus: Initial support for Broadcom Cygnus SoC
> 
> Scott Branden (2):
>       ARM: mach-bcm: Consolidate currently supported IPROC SoCs
>       ARM: mach-bcm: ARCH_BCM_MOBILE: remove one level of menu from Kconfig
> 
>  arch/arm/mach-bcm/Kconfig      | 93 ++++++++++++++++++++++++++----------------
>  arch/arm/mach-bcm/Makefile     |  3 ++
>  arch/arm/mach-bcm/bcm_cygnus.c | 25 ++++++++++++
>  3 files changed, 85 insertions(+), 36 deletions(-)
>  create mode 100644 arch/arm/mach-bcm/bcm_cygnus.c
> 

Pulled into next/soc, thanks!

	Arnd