mbox

[GIT,PULL,2/4] Broadcom soc-arm64 changes for 4.9

Message ID 1473213558-11782-2-git-send-email-f.fainelli@gmail.com
State New
Headers show

Pull-request

http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/soc-arm64

Message

Florian Fainelli Sept. 7, 2016, 1:59 a.m. UTC
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.9/soc-arm64

for you to fetch changes up to 37eb56dc79a8e841f3801f9364de8a70189c306f:

  arm64: Add Broadcom Set Top Box Kconfig entry point (2016-08-08 11:11:53 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoC changes for 4.9, please pull
the following:

- collective effort from Florian, Doug and Markus to add the ARCH_BRCMSTB Kconfig
  symbol to the ARM64 kernel build, which is purposedly the same as the ARM/Linux
  one in order not to update any driver dependencies

----------------------------------------------------------------
Florian Fainelli (1):
      arm64: Add Broadcom Set Top Box Kconfig entry point

 arch/arm64/Kconfig.platforms | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Arnd Bergmann Sept. 14, 2016, 10:11 p.m. UTC | #1
On Tuesday, September 6, 2016 6:59:16 PM CEST Florian Fainelli wrote:
> This pull request contains Broadcom ARM64-based SoC changes for 4.9, please pull
> the following:
> 
> - collective effort from Florian, Doug and Markus to add the ARCH_BRCMSTB Kconfig
>   symbol to the ARM64 kernel build, which is purposedly the same as the ARM/Linux
>   one in order not to update any driver dependencies
> 

Pulled into next/arm64, thanks!

	Arnd