mbox series

[GIT,PULL,4/4] Broadcom soc changes for 4.21

Message ID 20181201203942.13376-4-f.fainelli@gmail.com
State New
Headers show
Series [GIT,PULL,1/4] Broadcom devicetree changes for 4.21 | expand

Pull-request

https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.21/soc

Message

Florian Fainelli Dec. 1, 2018, 8:39 p.m. UTC
The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.21/soc

for you to fetch changes up to 12e0888de8d3bab92d219379d4226c7f9c306a91:

  Merge tag 'tags/bcm2835-soc-next-2018-11-27' into soc/next (2018-11-27 13:24:50 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs machine files updates
for 4.21, please pull the following:

- Stefan switches relevant BCM283x files under arch/arm/mach-bcm to the
  SPDX license identifiers

- Justin adds an entry in the Broadcom STB debug LL stub for 7255

- Florian enables reset controller support for BCM63xx SoCs

----------------------------------------------------------------
Florian Fainelli (2):
      ARM: BCM63XX: Enable reset controller support
      Merge tag 'tags/bcm2835-soc-next-2018-11-27' into soc/next

Justin Chen (1):
      ARM: brcmstb: Add entry for 7255

Stefan Wahren (1):
      ARM: mach-bcm: Switch bcm2835 and platsmp to SPDX identifier

 arch/arm/include/debug/brcmstb.S  | 24 +++++++++++++-----------
 arch/arm/mach-bcm/Kconfig         |  1 +
 arch/arm/mach-bcm/board_bcm2835.c | 11 +----------
 arch/arm/mach-bcm/platsmp.c       | 10 +---------
 arch/arm/mach-bcm/platsmp.h       |  6 +-----
 5 files changed, 17 insertions(+), 35 deletions(-)

Comments

Olof Johansson Dec. 3, 2018, 9:09 p.m. UTC | #1
On Sat, Dec 01, 2018 at 12:39:42PM -0800, Florian Fainelli wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.21/soc
> 
> for you to fetch changes up to 12e0888de8d3bab92d219379d4226c7f9c306a91:
> 
>   Merge tag 'tags/bcm2835-soc-next-2018-11-27' into soc/next (2018-11-27 13:24:50 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs machine files updates
> for 4.21, please pull the following:
> 
> - Stefan switches relevant BCM283x files under arch/arm/mach-bcm to the
>   SPDX license identifiers
> 
> - Justin adds an entry in the Broadcom STB debug LL stub for 7255
> 
> - Florian enables reset controller support for BCM63xx SoCs

Merged, thanks!


-Olof