All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 changes for 5.6
@ 2020-01-16 17:34 Florian Fainelli
  2020-01-16 17:34 ` [GIT PULL 2/3 part 23 part 23 part 2] Broadcom devicetree " Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-01-16 17:34 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, bcm-kernel-feedback-list,
	Nicolas Saenz Julienne, olof, linux-arm-kernel

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/defconfig-arm64

for you to fetch changes up to 03077ad5c0252fb81008fc6ecd233db6fb6571a3:

  arm64: defconfig: Enable Broadcom's STB PCIe controller (2020-01-16 09:18:29 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs defconfig changes
for 5.6, please pull the following:

- Nicolas enables the Broadcom STB PCIe Root Complex driver as a module
  for the ARM64 defconfig. The driver will go through the PCIe maintainers
  pull request for 5.6.

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      arm64: defconfig: Enable Broadcom's STB PCIe controller

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/3 part 23 part 23 part 2] Broadcom devicetree changes for 5.6
  2020-01-16 17:34 [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 changes for 5.6 Florian Fainelli
@ 2020-01-16 17:34 ` Florian Fainelli
  2020-01-16 17:34 ` [GIT PULL 3/3 part 2] Broadcom maintainers " Florian Fainelli
  2020-01-16 21:25 ` [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 " Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-01-16 17:34 UTC (permalink / raw)
  To: soc
  Cc: Florian Fainelli, arnd, khilman, Phil Elwell,
	bcm-kernel-feedback-list, Nicolas Saenz Julienne, olof,
	linux-arm-kernel

The following changes since commit 0100f76d96346b44e7310a5cfb102124b6667643:

  Merge tag 'tags/bcm2835-dt-next-2020-01-07' into devicetree/next (2020-01-08 10:09:49 -0800)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/devicetree-part2

for you to fetch changes up to d5c8dc0d4c880fbde5293cc186b1ab23466254c4:

  ARM: dts: bcm2711: Enable PCIe controller (2020-01-15 15:41:11 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC changes for 5.6,
please pull the following:

- Nicolas unifies the CMA reserved region declaration between all
  BCM283x/BCM2711 chips in order for firmwares to easily adjust those
  based on the use case needs

- Nicolas adds the Broadcom STB PCIe Root Complex Device Tree node for
  the Raspberry Pi 4. The driver will go through the PCIe maintainers
  pull request for 5.6.

----------------------------------------------------------------
Nicolas Saenz Julienne (2):
      ARM: dts: bcm283x: Unify CMA configuration
      ARM: dts: bcm2711: Enable PCIe controller

 arch/arm/boot/dts/bcm2711.dtsi | 64 ++++++++++++++++++++++++++++--------------
 arch/arm/boot/dts/bcm283x.dtsi | 13 +++++++++
 2 files changed, 56 insertions(+), 21 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 3/3 part 2] Broadcom maintainers changes for 5.6
  2020-01-16 17:34 [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 changes for 5.6 Florian Fainelli
  2020-01-16 17:34 ` [GIT PULL 2/3 part 23 part 23 part 2] Broadcom devicetree " Florian Fainelli
@ 2020-01-16 17:34 ` Florian Fainelli
  2020-01-16 21:25 ` [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 " Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-01-16 17:34 UTC (permalink / raw)
  To: soc
  Cc: arnd, khilman, bcm-kernel-feedback-list, Nicolas Saenz Julienne,
	olof, linux-arm-kernel

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7f4d4e232f3789bb4bd418d01cf97f195a76b2de:

  MAINTAINERS: Add brcmstb PCIe controller (2020-01-15 15:39:48 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoCs MAINTAINERS file updates for
5.6, please pull the following:

- Nicolas adds an entry for the Broadcom STB PCIe Root Complex files for
  both BCM7xxx (actual STB SoCs) and BCM2711 (Raspberry Pi 4).

----------------------------------------------------------------
Nicolas Saenz Julienne (1):
      MAINTAINERS: Add brcmstb PCIe controller

 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 changes for 5.6
  2020-01-16 17:34 [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 changes for 5.6 Florian Fainelli
  2020-01-16 17:34 ` [GIT PULL 2/3 part 23 part 23 part 2] Broadcom devicetree " Florian Fainelli
  2020-01-16 17:34 ` [GIT PULL 3/3 part 2] Broadcom maintainers " Florian Fainelli
@ 2020-01-16 21:25 ` Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2020-01-16 21:25 UTC (permalink / raw)
  To: Florian Fainelli, soc, arnd, olof, khilman
  Cc: bcm-kernel-feedback-list, linux-arm-kernel, Nicolas Saenz Julienne

On 1/16/20 9:34 AM, Florian Fainelli wrote:
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> 
>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.6/defconfig-arm64
> 
> for you to fetch changes up to 03077ad5c0252fb81008fc6ecd233db6fb6571a3:
> 
>   arm64: defconfig: Enable Broadcom's STB PCIe controller (2020-01-16 09:18:29 -0800)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs defconfig changes
> for 5.6, please pull the following:
> 
> - Nicolas enables the Broadcom STB PCIe Root Complex driver as a module
>   for the ARM64 defconfig. The driver will go through the PCIe maintainers
>   pull request for 5.6.
> 
> ----------------------------------------------------------------

Nicolas reminded me that there is an additional changes of his that is
missing, I will be resubmitting shortly all 3 pull request and correct
the incorrect subject in pull request #2 in the process. Thanks

> Nicolas Saenz Julienne (1):
>       arm64: defconfig: Enable Broadcom's STB PCIe controller
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 


-- 
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-16 21:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 17:34 [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 changes for 5.6 Florian Fainelli
2020-01-16 17:34 ` [GIT PULL 2/3 part 23 part 23 part 2] Broadcom devicetree " Florian Fainelli
2020-01-16 17:34 ` [GIT PULL 3/3 part 2] Broadcom maintainers " Florian Fainelli
2020-01-16 21:25 ` [GIT PULL 1/3 part 2] Broadcom defconfig-arm64 " Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.