* [GIT PULL 2/5] Broadcom devicetree changes for 4.13
2017-06-12 17:31 [GIT PULL 1/5] Broadcom soc changes for 4.13 Florian Fainelli
@ 2017-06-12 17:31 ` Florian Fainelli
2017-06-12 17:31 ` [GIT PULL 3/5] Broadcom devicetree-arm64 " Florian Fainelli
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2017-06-12 17:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/devicetree
for you to fetch changes up to 40c26d3af60af5c5d1c434465ffd38a42e5d9bb1:
ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY (2017-06-12 09:52:37 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM-based Device Tree changes for 4.13,
please pull the following:
- Rafal adds CPU and thermal zones to the Northstar (BCM5301X) Device Tree and he
also adds the MDIO controller nodes for later use by USB PHYs
- Eric adds support for the V3D engine and Ethernet switch on the Cygnus platforms
- Jon adds CPU and thermal zones to the Northstar Plus Device Tree files
----------------------------------------------------------------
Eric Anholt (2):
ARM: dts: Cygnus: Add BCM11360's V3D device
ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY
Jon Mason (1):
ARM: dts: NSP: Add Thermal Support
Rafa? Mi?ecki (2):
ARM: dts: BCM5301X: Add CPU thermal sensor and zone
ARM: dts: BCM5301X: Specify MDIO bus in the DT
arch/arm/boot/dts/bcm-cygnus.dtsi | 71 ++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/bcm-nsp.dtsi | 26 +++++++++++++
arch/arm/boot/dts/bcm5301x.dtsi | 34 ++++++++++++++++
arch/arm/boot/dts/bcm911360_entphn.dts | 20 ++++++++++
4 files changed, 151 insertions(+)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 3/5] Broadcom devicetree-arm64 changes for 4.13
2017-06-12 17:31 [GIT PULL 1/5] Broadcom soc changes for 4.13 Florian Fainelli
2017-06-12 17:31 ` [GIT PULL 2/5] Broadcom devicetree " Florian Fainelli
@ 2017-06-12 17:31 ` Florian Fainelli
2017-06-12 17:31 ` [GIT PULL 4/5] Broadcom defconfig-arm64 " Florian Fainelli
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2017-06-12 17:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/devicetree-arm64
for you to fetch changes up to 779ec2a607909bd87332c458813ac6d21d74f7cb:
arm64: dts: NS2: Add USB DRD PHY device tree node (2017-06-08 13:57:34 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes for
4.13, please pull the following:
- Anup documents the Broadcom Stingray binding, common clocks, adds initial
support for the Stingray DTSI and DTS files and adds support for the PL022,
PL330 and SP805
- Sandeep adds the clock nodes to the Stingray Device Tree nodes
- Pramod adds support for the NAND, pinctrl, GPIO to the Stingray Device Tree nodes
- Oza adds I2C Device Tree nodes to the Stingray DTSes
- Srinath adds PWM and SDHCI Device Tree nodes for the Stingray SoC
- Ravijeta adds support for the USB Dual Role PHY on Northstar 2
----------------------------------------------------------------
Anup Patel (3):
dt-bindings: bcm: Add Broadcom Stingray bindings document
arm64: dts: Initial DTS files for Broadcom Stingray SOC
arm64: dts: Add PL022, PL330 and SP805 DT nodes for Stingray
Oza Pawandeep (1):
arm64: dts: Add I2C DT nodes for Stingray SoC
Pramod Kumar (3):
arm64: dts: Add NAND DT nodes for Stingray SOC
arm64: dts: Add pinctrl DT nodes for Stingray SOC
arm64: dts: Add GPIO DT nodes for Stingray SOC
Raviteja Garimella (1):
arm64: dts: NS2: Add USB DRD PHY device tree node
Sandeep Tripathy (2):
dt-bindings: clk: Extend binding doc for Stingray SOC
arm64: dts: Add clock DT nodes for Stingray SOC
Srinath Mannam (1):
arm64: dts: Add PWM and SDHCI DT nodes for Stingray SOC
.../devicetree/bindings/arm/bcm/brcm,stingray.txt | 12 +
.../bindings/clock/brcm,iproc-clocks.txt | 76 ++++
arch/arm64/boot/dts/broadcom/Makefile | 1 +
arch/arm64/boot/dts/broadcom/ns2.dtsi | 14 +
arch/arm64/boot/dts/broadcom/stingray/Makefile | 6 +
.../boot/dts/broadcom/stingray/bcm958742-base.dtsi | 131 ++++++
.../boot/dts/broadcom/stingray/bcm958742k.dts | 78 ++++
.../boot/dts/broadcom/stingray/bcm958742t.dts | 40 ++
.../boot/dts/broadcom/stingray/stingray-clock.dtsi | 170 ++++++++
.../dts/broadcom/stingray/stingray-pinctrl.dtsi | 345 ++++++++++++++++
.../arm64/boot/dts/broadcom/stingray/stingray.dtsi | 460 +++++++++++++++++++++
include/dt-bindings/clock/bcm-sr.h | 101 +++++
.../dt-bindings/pinctrl/brcm,pinctrl-stingray.h | 68 +++
13 files changed, 1502 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/Makefile
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/bcm958742-base.dtsi
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/bcm958742k.dts
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/bcm958742t.dts
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-clock.dtsi
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi
create mode 100644 include/dt-bindings/clock/bcm-sr.h
create mode 100644 include/dt-bindings/pinctrl/brcm,pinctrl-stingray.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 4/5] Broadcom defconfig-arm64 changes for 4.13
2017-06-12 17:31 [GIT PULL 1/5] Broadcom soc changes for 4.13 Florian Fainelli
2017-06-12 17:31 ` [GIT PULL 2/5] Broadcom devicetree " Florian Fainelli
2017-06-12 17:31 ` [GIT PULL 3/5] Broadcom devicetree-arm64 " Florian Fainelli
@ 2017-06-12 17:31 ` Florian Fainelli
2017-06-12 17:31 ` [GIT PULL 5/5] Broadcom drivers " Florian Fainelli
2017-06-13 19:37 ` [GIT PULL 1/5] Broadcom soc " Florian Fainelli
4 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2017-06-12 17:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/defconfig-arm64
for you to fetch changes up to 747868aeb03b44ae4818c8fd3956fb606b09e58d:
arm64: defconfig: Enable ARCH_BRCMSTB (2017-06-08 13:45:54 -0700)
----------------------------------------------------------------
This pull request contains ARM64 defconfig changes for 4.13, please pull the
following:
- Florian enables ARCH_BRCMSTB in the arm64 defconfig to get more build coverage
----------------------------------------------------------------
Florian Fainelli (1):
arm64: defconfig: Enable ARCH_BRCMSTB
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 5/5] Broadcom drivers changes for 4.13
2017-06-12 17:31 [GIT PULL 1/5] Broadcom soc changes for 4.13 Florian Fainelli
` (2 preceding siblings ...)
2017-06-12 17:31 ` [GIT PULL 4/5] Broadcom defconfig-arm64 " Florian Fainelli
@ 2017-06-12 17:31 ` Florian Fainelli
2017-06-13 19:37 ` [GIT PULL 1/5] Broadcom soc " Florian Fainelli
4 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2017-06-12 17:31 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
are available in the git repository at:
http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/drivers
for you to fetch changes up to 1f6ab20f5527a2483d666d2ce996c51368d1b617:
soc: brcmstb: enable drivers for ARM64 and BMIPS (2017-06-12 10:25:16 -0700)
----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64 SoCs specific driver changes for
4.13, please pull the following:
- Doug adds support for the latest generation GISB bus arbiter (v7), he starts by
fixing two issues in how registers are written, and how 64-bit addresses are captured
and then he simplifies the error interception by using notifiers, which allows him
to add support for ARM64
- Markus updates the SOC_BRCMSTB Kconfig depends to cover ARM64 and BMIPS_GENERIC
systems where this code is now also used
----------------------------------------------------------------
Doug Berger (6):
bus: brcmstb_gisb: Use register offsets with writes too
bus: brcmstb_gisb: correct support for 64-bit address output
bus: brcmstb_gisb: add notifier handling
bus: brcmstb_gisb: remove low-level ARM hooks
bus: brcmstb_gisb: enable driver for ARM64 architecture
bus: brcmstb_gisb: update to support new revision
Markus Mayer (1):
soc: brcmstb: enable drivers for ARM64 and BMIPS
.../devicetree/bindings/bus/brcm,gisb-arb.txt | 3 +-
drivers/bus/Kconfig | 2 +-
drivers/bus/brcmstb_gisb.c | 121 ++++++++++++---------
drivers/soc/bcm/Kconfig | 2 +-
4 files changed, 76 insertions(+), 52 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 1/5] Broadcom soc changes for 4.13
2017-06-12 17:31 [GIT PULL 1/5] Broadcom soc changes for 4.13 Florian Fainelli
` (3 preceding siblings ...)
2017-06-12 17:31 ` [GIT PULL 5/5] Broadcom drivers " Florian Fainelli
@ 2017-06-13 19:37 ` Florian Fainelli
2017-06-19 3:23 ` Olof Johansson
4 siblings, 1 reply; 7+ messages in thread
From: Florian Fainelli @ 2017-06-13 19:37 UTC (permalink / raw)
To: linux-arm-kernel
On 06/12/2017 10:31 AM, Florian Fainelli wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>
> Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>
> are available in the git repository at:
>
> http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/soc
>
> for you to fetch changes up to 27d9fa06c122b135ad7552fa3138c3b47e5776c5:
>
> ARM: BCM: Enable thermal support for NSP SoCs (2017-05-19 11:30:25 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs (non Device Tree) changes:
>
> - Jon updates the Kconfig entry for Northstar Plus to have THERMAL and THERMAL_OF
> selected in order to get the NS/NSP thermal driver dependencies to be satistfied
>
> ----------------------------------------------------------------
> Jon Mason (1):
> ARM: BCM: Enable thermal support for NSP SoCs
Arnd, Olof, Kevin,
Eric sent me his pull requests this morning, so I will be re-submitting
these shortly along with his changes, sorry for the delay.
Thanks!
--
Florian
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL 1/5] Broadcom soc changes for 4.13
2017-06-13 19:37 ` [GIT PULL 1/5] Broadcom soc " Florian Fainelli
@ 2017-06-19 3:23 ` Olof Johansson
0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2017-06-19 3:23 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jun 13, 2017 at 12:37:55PM -0700, Florian Fainelli wrote:
> On 06/12/2017 10:31 AM, Florian Fainelli wrote:
> > The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> >
> > Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> >
> > are available in the git repository at:
> >
> > http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.13/soc
> >
> > for you to fetch changes up to 27d9fa06c122b135ad7552fa3138c3b47e5776c5:
> >
> > ARM: BCM: Enable thermal support for NSP SoCs (2017-05-19 11:30:25 -0700)
> >
> > ----------------------------------------------------------------
> > This pull request contains Broadcom ARM-based SoCs (non Device Tree) changes:
> >
> > - Jon updates the Kconfig entry for Northstar Plus to have THERMAL and THERMAL_OF
> > selected in order to get the NS/NSP thermal driver dependencies to be satistfied
> >
> > ----------------------------------------------------------------
> > Jon Mason (1):
> > ARM: BCM: Enable thermal support for NSP SoCs
>
> Arnd, Olof, Kevin,
>
> Eric sent me his pull requests this morning, so I will be re-submitting
> these shortly along with his changes, sorry for the delay.
No worries. Feel free to do incremental pull requests for the new material next
time, if it's easier for you.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread