mbox

[GIT,PULL] ARM: mach-bcm: soc updates for 3.16

Message ID 20140523131143.GA24064@beef
State New
Headers show

Pull-request

git://github.com/broadcom/mach-bcm tags/for-3.16/bcm-soc

Message

Matt Porter May 23, 2014, 1:11 p.m. UTC
Please consider pulling the following mach-bcm soc updates for 3.16.

-Matt

The following changes since commit eeda4cb92ee0fb63a5917738e107b0bc8168079e:

  ARM: bcm: rename "kona.h" and "kona.c" (2014-04-25 08:51:38 -0400)

are available in the git repository at:

  git://github.com/broadcom/mach-bcm tags/for-3.16/bcm-soc

for you to fetch changes up to 387468d190f0ba72e239c11e9663cfeaeaf9ae2d:

  ARM: bcm_defconfig: Enable PWM and Backlight (2014-04-28 11:10:29 -0400)

----------------------------------------------------------------
mach-bcm 3.16 soc updates:

* only show ARCH_BCM in multi v6/v7 configs
* enable ARM erratum 775420
* bcm_defconfig updates for pwm

----------------------------------------------------------------
Alexander Shiyan (1):
      ARM: bcm: Restrict ARCH_BCM selection to ARCH_MULTI_V6_V7

Scott Branden (1):
      ARM: mach-bcm: add ARM_ERRATA_775420

Tim Kryger (1):
      ARM: bcm_defconfig: Enable PWM and Backlight

 arch/arm/configs/bcm_defconfig |  3 +++
 arch/arm/mach-bcm/Kconfig      | 12 ++++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann May 23, 2014, 10:48 p.m. UTC | #1
On Friday 23 May 2014, Matt Porter wrote:
> Please consider pulling the following mach-bcm soc updates for 3.16.
> 
> -Matt
> 
> The following changes since commit eeda4cb92ee0fb63a5917738e107b0bc8168079e:
> 
>   ARM: bcm: rename "kona.h" and "kona.c" (2014-04-25 08:51:38 -0400)
> 
> are available in the git repository at:
> 
>   git://github.com/broadcom/mach-bcm tags/for-3.16/bcm-soc
> 
> for you to fetch changes up to 387468d190f0ba72e239c11e9663cfeaeaf9ae2d:
> 
>   ARM: bcm_defconfig: Enable PWM and Backlight (2014-04-28 11:10:29 -0400)
> 
> ----------------------------------------------------------------
> mach-bcm 3.16 soc updates:
> 
> * only show ARCH_BCM in multi v6/v7 configs
> * enable ARM erratum 775420
> * bcm_defconfig updates for pwm
> 

Merged into next/soc, thanks!

	Arnd