* [GIT PULL 1/4] Broadcom devicetree changes for 4.7
@ 2016-04-23 19:58 Florian Fainelli
2016-04-23 19:58 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-04-23 19:58 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.7/devicetree
for you to fetch changes up to 3db62afd11738f896ef83132022a40be74961860:
Merge tag 'bcm2835-dt-next-2016-04-20' into devicetree/next (2016-04-22 12:22:04 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC Device Tree changes:
- Rafal adds proper VCC GPIO to be fed to the USB host controllers for known
BCM5301x devices needing that, he also enables earlycon, and enables the
SPI-NOR flashes on relevant devices
- Eric adds the VideoCore 4 Device Tree nodes to the BCM283x Device Tree and
provides a DRM patch to kick out the simplefb framebuffer to avoid conflicts
- Stephan adds proper CPU nodes for the ARM processor on the BCM2835 SoC Device
Tree
- Martin provides a binding fix for the DMA channel interrupt numbers and
description
----------------------------------------------------------------
Eric Anholt (2):
drm/vc4: Kick out the simplefb framebuffer before we set up KMS.
ARM: bcm2835: Add VC4 to the device tree.
Florian Fainelli (1):
Merge tag 'bcm2835-dt-next-2016-04-20' into devicetree/next
Martin Sperl (1):
dt/bindings: bcm2835: correct description for DMA-int
Rafa? Mi?ecki (3):
ARM: BCM5301X: Set vcc-gpio for USB controllers of few devices
ARM: BCM5301X: Enable earlycon on tested devices
ARM: BCM5301X: Add DT entry for SPI controller and NOR flash
Stefan Wahren (1):
ARM: bcm2835: add CPU node for ARM core
.../brcm,bcm2835-armctrl-ic.txt | 4 +-
arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 4 ++
arch/arm/boot/dts/bcm2835-rpi-a.dts | 4 ++
arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 ++
arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 4 ++
arch/arm/boot/dts/bcm2835-rpi-b.dts | 4 ++
arch/arm/boot/dts/bcm2835-rpi.dtsi | 9 +++++
arch/arm/boot/dts/bcm2835.dtsi | 11 +++++
arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 4 ++
arch/arm/boot/dts/bcm283x.dtsi | 47 ++++++++++++++++++++++
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | 10 ++++-
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 6 ++-
arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 17 +++-----
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts | 6 ++-
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 2 +-
arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts | 5 +++
arch/arm/boot/dts/bcm4709-netgear-r8000.dts | 8 ++++
arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 6 ++-
arch/arm/boot/dts/bcm5301x.dtsi | 32 +++++++++++++++
drivers/gpu/drm/vc4/vc4_drv.c | 20 +++++++++
20 files changed, 188 insertions(+), 19 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 2/4] Broadcom devicetree-arm64 changes for 4.7
2016-04-23 19:58 [GIT PULL 1/4] Broadcom devicetree changes for 4.7 Florian Fainelli
@ 2016-04-23 19:58 ` Florian Fainelli
2016-04-25 20:55 ` Arnd Bergmann
2016-04-23 19:58 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2016-04-23 19:58 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.7/devicetree-arm64
for you to fetch changes up to a9abb475a4fd3e23f2de8bf134b71e10b560b910:
arm64: dts: NS2 secondary core enablement via PSCI (2016-04-22 12:02:28 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoC Device Tree changes:
- Anup enables a bunch of standard peripherals in the Northstar 2 DTS: PL330
DMA, GIC maintenance interrupt, PL022 SPI controller
- Anup also re-orgnanizes the clock Device Tree fragments into a separate file
for consistency with how other Broadcom SoCs are doing this
- Luke switches the SMP enable-method and reboot from a spin-table + syscon to
the standard PSCI 1.0 firmware interface
----------------------------------------------------------------
Anup Patel (4):
arm64: dts: Add ARM PL330 DMA DT node for NS2
arm64: dts: Add maintenance interrupt for GIC in NS2 DT
arm64: dts: Move NS2 clock DT nodes to separate DT file
arm64: dts: Add ARM PL022 SPI DT nodes for NS2
Luke Starrett (1):
arm64: dts: NS2 secondary core enablement via PSCI
arch/arm64/boot/dts/broadcom/ns2-clock.dtsi | 105 +++++++++++++++++++
arch/arm64/boot/dts/broadcom/ns2-svk.dts | 45 ++++++++
arch/arm64/boot/dts/broadcom/ns2.dtsi | 155 ++++++++++------------------
3 files changed, 205 insertions(+), 100 deletions(-)
create mode 100644 arch/arm64/boot/dts/broadcom/ns2-clock.dtsi
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 3/4] Broadcom defconfig changes for 4.7
2016-04-23 19:58 [GIT PULL 1/4] Broadcom devicetree changes for 4.7 Florian Fainelli
2016-04-23 19:58 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2016-04-23 19:58 ` Florian Fainelli
2016-04-25 19:12 ` Arnd Bergmann
2016-04-23 19:59 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
2016-04-24 21:57 ` [GIT PULL 1/4] Broadcom devicetree " Arnd Bergmann
3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2016-04-23 19:58 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.7/defconfig
for you to fetch changes up to b72541b33825807d247b6455364db9cd3ca5d6ad:
Merge tag 'bcm2835-defconfig-next-2016-04-20' into defconfig/next (2016-04-22 12:25:34 -0700)
----------------------------------------------------------------
This pull request contains defconfig changes for Broadcom ARM-based SoCs:
- Eric enables more BCM2835 peripherals in multi_v7_defconfig: watchdog, I2S,
switches from the sdhci-bcm2835 to the sdhci-iproc driver, DWC2 USB controller
- Eric also enables more BCM2835 peripherals in bcm2835_defconfig: VC4, NFS root
Power Management support, switching sdhci-bcm2835 for sdhci-iproc
----------------------------------------------------------------
Eric Anholt (7):
ARM: multi_v7_defconfig: Add more BCM2835 support
ARM: multi_v7_defconfig: Switch BCM2835 to sdhci-iproc.c for MMC
ARM: multi_v7_defconfig: Build in DWC2 USB support
ARM: bcm2835: Switch BCM2835 to sdhci-iproc.c for MMC
ARM: bcm2835: Enable CONFIG_PM.
ARM: bcm2835: Enable the VC4 graphics driver in the defconfig
ARM: bcm2835: Enable NFS root support.
Florian Fainelli (1):
Merge tag 'bcm2835-defconfig-next-2016-04-20' into defconfig/next
arch/arm/configs/bcm2835_defconfig | 11 +++++++----
arch/arm/configs/multi_v7_defconfig | 5 +++--
2 files changed, 10 insertions(+), 6 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 4/4] Broadcom drivers changes for 4.7
2016-04-23 19:58 [GIT PULL 1/4] Broadcom devicetree changes for 4.7 Florian Fainelli
2016-04-23 19:58 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
2016-04-23 19:58 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
@ 2016-04-23 19:59 ` Florian Fainelli
2016-04-25 21:49 ` Arnd Bergmann
2016-04-24 21:57 ` [GIT PULL 1/4] Broadcom devicetree " Arnd Bergmann
3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2016-04-23 19:59 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.7/drivers
for you to fetch changes up to b0ec633c28d42281c03b41dbc92a4448a481f2f3:
bus: brcmstb_gisb: Rework dependencies (2016-04-18 14:20:30 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs drivers changes:
- Justin adds a soc_dev driver to properly report to user-space the Broadcom
STB SoC family, product and revision
- Florian reworks how the brcmstb_gisb driver dependency is done to enable it
on Broadcom STB MIPS-based SoCs and remove a select in
arch/arm/mach-bcm/Kconfig
----------------------------------------------------------------
Florian Fainelli (1):
bus: brcmstb_gisb: Rework dependencies
Justin Chen (1):
soc: brcmstb: add SoC driver to brcmstb
arch/arm/mach-bcm/Kconfig | 2 +-
drivers/bus/Kconfig | 1 +
drivers/soc/brcmstb/common.c | 58 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 1/4] Broadcom devicetree changes for 4.7
2016-04-23 19:58 [GIT PULL 1/4] Broadcom devicetree changes for 4.7 Florian Fainelli
` (2 preceding siblings ...)
2016-04-23 19:59 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
@ 2016-04-24 21:57 ` Arnd Bergmann
3 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-04-24 21:57 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 23 April 2016 12:58:57 Florian Fainelli wrote:
> This pull request contains Broadcom ARM-based SoC Device Tree changes:
>
> - Rafal adds proper VCC GPIO to be fed to the USB host controllers for known
> BCM5301x devices needing that, he also enables earlycon, and enables the
> SPI-NOR flashes on relevant devices
>
> - Eric adds the VideoCore 4 Device Tree nodes to the BCM283x Device Tree and
> provides a DRM patch to kick out the simplefb framebuffer to avoid conflicts
>
> - Stephan adds proper CPU nodes for the ARM processor on the BCM2835 SoC Device
> Tree
>
> - Martin provides a binding fix for the DMA channel interrupt numbers and
> description
>
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 3/4] Broadcom defconfig changes for 4.7
2016-04-23 19:58 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
@ 2016-04-25 19:12 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-04-25 19:12 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 23 April 2016 12:58:59 Florian Fainelli wrote:
> This pull request contains defconfig changes for Broadcom ARM-based SoCs:
>
> - Eric enables more BCM2835 peripherals in multi_v7_defconfig: watchdog, I2S,
> switches from the sdhci-bcm2835 to the sdhci-iproc driver, DWC2 USB controller
>
> - Eric also enables more BCM2835 peripherals in bcm2835_defconfig: VC4, NFS root
> Power Management support, switching sdhci-bcm2835 for sdhci-iproc
>
>
Pulled into next/defconfig, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 2/4] Broadcom devicetree-arm64 changes for 4.7
2016-04-23 19:58 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
@ 2016-04-25 20:55 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-04-25 20:55 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 23 April 2016 12:58:58 Florian Fainelli wrote:
> This pull request contains Broadcom ARM64-based SoC Device Tree changes:
>
> - Anup enables a bunch of standard peripherals in the Northstar 2 DTS: PL330
> DMA, GIC maintenance interrupt, PL022 SPI controller
>
> - Anup also re-orgnanizes the clock Device Tree fragments into a separate file
> for consistency with how other Broadcom SoCs are doing this
>
> - Luke switches the SMP enable-method and reboot from a spin-table + syscon to
> the standard PSCI 1.0 firmware interface
>
Pulled into next/dt64, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL 4/4] Broadcom drivers changes for 4.7
2016-04-23 19:59 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
@ 2016-04-25 21:49 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-04-25 21:49 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 23 April 2016 12:59:00 Florian Fainelli wrote:
> This pull request contains Broadcom ARM-based SoCs drivers changes:
>
> - Justin adds a soc_dev driver to properly report to user-space the Broadcom
> STB SoC family, product and revision
>
> - Florian reworks how the brcmstb_gisb driver dependency is done to enable it
> on Broadcom STB MIPS-based SoCs and remove a select in
> arch/arm/mach-bcm/Kconfig
>
Pulled into next/drivers, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-04-25 21:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-23 19:58 [GIT PULL 1/4] Broadcom devicetree changes for 4.7 Florian Fainelli
2016-04-23 19:58 ` [GIT PULL 2/4] Broadcom devicetree-arm64 " Florian Fainelli
2016-04-25 20:55 ` Arnd Bergmann
2016-04-23 19:58 ` [GIT PULL 3/4] Broadcom defconfig " Florian Fainelli
2016-04-25 19:12 ` Arnd Bergmann
2016-04-23 19:59 ` [GIT PULL 4/4] Broadcom drivers " Florian Fainelli
2016-04-25 21:49 ` Arnd Bergmann
2016-04-24 21:57 ` [GIT PULL 1/4] Broadcom devicetree " Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).