All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5
@ 2015-12-07 23:57 Florian Fainelli
  2015-12-07 23:57 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Florian Fainelli @ 2015-12-07 23:57 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

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

for you to fetch changes up to d8bd64c1514ed5dca1c864b24a08d3314829eeb8:

  ARM64: dts: enable clock support for Broadcom NS2 (2015-11-20 10:15:42 -0800)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based Device Tree changes:

- Anup Patel adds L2 cache, SMMU, syscon-based reboot, PMU v3, iProc RNG200 (HWRNG) and
  NAND flash controller support to the Northstar 2 SoCs

- Ray Jui adds the I2C Device Tree nodes to the Norsthar 2 SoCs

- Jon Mason enables the clock providers on the Norsthar 2 SoCs

----------------------------------------------------------------
Anup Patel (6):
      arm64: dts: Add L2-cache DT node for NS2
      arm64: dts: Add SMMU DT node for NS2
      arm64: dts: Add syscon based reboot in DT for NS2
      arm64: dts: Add ARM PMUv3 DT node in NS2 DT
      arm64: dts: Add IPROC RNG200 DT node for NS2
      arm64: dts: Add BRCM IPROC NAND DT node for NS2

Jon Mason (1):
      ARM64: dts: enable clock support for Broadcom NS2

Ray Jui (1):
      arm64: dts: Add I2C nodes for NS2

 arch/arm64/boot/dts/broadcom/ns2-svk.dts |  26 +++-
 arch/arm64/boot/dts/broadcom/ns2.dtsi    | 200 ++++++++++++++++++++++++++++++-
 2 files changed, 217 insertions(+), 9 deletions(-)

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

* [GIT PULL 2/4] Broadcom devicetree changes for v4.5
  2015-12-07 23:57 [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5 Florian Fainelli
@ 2015-12-07 23:57 ` Florian Fainelli
  2015-12-15 17:09   ` Arnd Bergmann
  2015-12-07 23:57 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2015-12-07 23:57 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.5/devicetree

for you to fetch changes up to f6b889358a82c1f1a34bfcecfe8ebf709deb28ec:

  ARM: dts: Enable MSI support for Broadcom Cygnus (2015-12-07 14:14:40 -0800)

----------------------------------------------------------------
This pull request contains the Broadcom ARM-based Device Tree changes for 4.5:

- Jon Mason enables the following for Broadcom Northstar Plus SoCs: PCI (using
  iProc PCI), NAND flash controller (BRCMNAND), TWD Timer and Watchdog
  (Cortex-A9), I2C (iProc), clock providers, does some Device Tree cleanups
  (re-parenting, fixing register sizes and hierarchy)

- Jon Mason also adds support for some reference Broadcom Northstar reference
  designs like the BCM5301X SVK reference boards, updates the existing binding
  documentation to cover the Northstar chips: 4708, 4709 and 53012.

- Pramod Kumar adds the GPIO to pinctrl mapping for the Broadcom Northstar Plus
  SoCs

- Yendapally Reddy Dhananjaya Reddy adds pinctrl Device Tree nodes for the
  Broadcom Northstar Plus SoCs device tree nodes

- Ray Jui adds Cygnus PCIe PHY Device Tree nodes and enables MSI for the iProc
  PCI controller on Cygnus platforms

- Kapil Hali adds SMP binding documentation and Device Tree nodes for the
  Northstar Plus SoCs

- Florian Fainelli adds clock provider support for the Broadcom BCM63138 DSL
  SoCs by utilizing the existing iProc ARM PLL controller, this includes a
  stable topic branch from Stephen Boyd to be merged

- Rafal Milecki adds missing LEDs for the Netgear R8000 router

----------------------------------------------------------------
Florian Fainelli (3):
      clk: iproc: Extend binding to cover BCM63138
      clk: bcm: Add BCM63138 clock support
      ARM: dts: BCM63xx: Add ARMPLL device tree nodes

Jon Mason (9):
      ARM: dts: NSP: Add PCI support
      ARM: dts: NSP: Add NAND Support to DT
      ARM: dts: NSP: Add TWD Support to DT
      dt-bindings: Add new SoCs to bcm4708 DT bindings
      ARM: dts: bcm5301x: Add BCM SVK DT files
      ARM: dts: NSP: Device Tree clean-ups
      ARM: dts: NSP: Add I2C support to the DT
      ARM: dts: enable clock support for BCM5301X
      ARM: dts: enable clock support for Broadcom NSP

Kapil Hali (2):
      dt-bindings: add SMP enable-method for Broadcom NSP
      ARM: dts: Add SMP support for Broadcom NSP

Pramod Kumar (2):
      dts: pinctrl: Add GPIO to Pinctrl pin mapping in DT
      ARM: dts: Cygnus: define ngpios property in gpio controller's node

Rafa? Mi?ecki (1):
      ARM: BCM5301X: Add missing Netgear R8000 LEDs

Ray Jui (2):
      ARM: dts: enable PCIe PHY support for Cygnus
      ARM: dts: Enable MSI support for Broadcom Cygnus

Yendapally Reddy Dhananjaya Reddy (1):
      ARM: dts: enable pinctrl for Broadcom NSP

 .../devicetree/bindings/arm/bcm/brcm,bcm4708.txt   |   7 +
 .../bindings/arm/bcm/brcm,nsp-cpu-method.txt       |  39 ++++
 Documentation/devicetree/bindings/arm/cpus.txt     |   1 +
 .../bindings/clock/brcm,iproc-clocks.txt           |   5 +
 arch/arm/boot/dts/Makefile                         |   5 +-
 arch/arm/boot/dts/bcm-cygnus.dtsi                  | 101 ++++++++-
 arch/arm/boot/dts/bcm-nsp.dtsi                     | 232 +++++++++++++++++++--
 arch/arm/boot/dts/bcm4709-netgear-r8000.dts        |  30 +++
 arch/arm/boot/dts/bcm5301x.dtsi                    |  92 ++++++--
 arch/arm/boot/dts/bcm63138.dtsi                    |  36 +++-
 arch/arm/boot/dts/bcm94708.dts                     |  56 +++++
 arch/arm/boot/dts/bcm94709.dts                     |  56 +++++
 arch/arm/boot/dts/bcm953012k.dts                   |  63 ++++++
 arch/arm/boot/dts/bcm958625k.dts                   |  59 ++++++
 drivers/clk/bcm/Kconfig                            |  10 +
 drivers/clk/bcm/Makefile                           |   1 +
 drivers/clk/bcm/clk-bcm63xx.c                      |  22 ++
 17 files changed, 762 insertions(+), 53 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,nsp-cpu-method.txt
 create mode 100644 arch/arm/boot/dts/bcm94708.dts
 create mode 100644 arch/arm/boot/dts/bcm94709.dts
 create mode 100644 arch/arm/boot/dts/bcm953012k.dts
 create mode 100644 drivers/clk/bcm/clk-bcm63xx.c

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

* [GIT PULL 3/4] Broadcom maintainers changes for v4.5
  2015-12-07 23:57 [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5 Florian Fainelli
  2015-12-07 23:57 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
@ 2015-12-07 23:57 ` Florian Fainelli
  2015-12-15 17:04   ` Arnd Bergmann
  2015-12-07 23:57 ` [GIT PULL 1/4] Broadcom soc " Florian Fainelli
  2015-12-12  0:06 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2015-12-07 23:57 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.5/maintainers

for you to fetch changes up to 9c2abe2f7159a6013004b6189a9867e880085e96:

  MAINTAINERS: gpio-brcmstb: Remove stray '>' (2015-11-20 12:08:56 -0800)

----------------------------------------------------------------
This pull request contains MAINTAINERS updates for Broadcom SoCs:

- Florian Fainelli adds bcm-kernel-feedback-list for all Broadcom Set-Top Box
  SoCs submissions and removes a stray '>' for the gpio-brcmstb section

----------------------------------------------------------------
Florian Fainelli (2):
      MAINTAINERS: brcmstb: Include Broadcom internal mailing-list
      MAINTAINERS: gpio-brcmstb: Remove stray '>'

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

* [GIT PULL 1/4] Broadcom soc changes for v4.5
  2015-12-07 23:57 [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5 Florian Fainelli
  2015-12-07 23:57 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
  2015-12-07 23:57 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
@ 2015-12-07 23:57 ` Florian Fainelli
  2015-12-15 17:14   ` Arnd Bergmann
  2015-12-12  0:06 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Arnd Bergmann
  3 siblings, 1 reply; 8+ messages in thread
From: Florian Fainelli @ 2015-12-07 23:57 UTC (permalink / raw)
  To: linux-arm-kernel


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

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

for you to fetch changes up to 99498905ac1fbc73a97d27d21ea449fb939072e3:

  ARM: BCM: Add SMP support for Broadcom 4708 (2015-12-07 12:30:51 -0800)

----------------------------------------------------------------
This pull request contains Broadcom SoC changes for 4.5, with the following changes:

- Lucas Stach removes the workaround for an imprecise fault for Broadcom
  BCM5301x SoCs (Northstar) since this is now handled by the ARM/Linux kernel
  directly

- Hauke Merthens enables a bunch of erratas for the Cortex-A9 and PL310 L2
  cache present on early Northstar chips (BCM4708)

- Kapil Hali adds SMP support for the Northstar Plus SoCs by consolidating the
  existing SMP code for Kona SoCs (mobile platforms), fixng the Device Tree
  binding for the Kona platforms (wrong placement for 'enable-method' and
  'secondary-reg') and then finally adds the functional code for the Northstar
  Plus platforms to boot their secondary CPUs

- Jon Mason enables SMP on BCM4708/BCM5301X (Northstar SoCs) by building the generic
  Northstar/Northstar Plus SMP code, and adding the relevant SMP Device Tree nodes

----------------------------------------------------------------
Hauke Mehrtens (1):
      ARM: BCM5310X: activate erratas needed for SoC

Jon Mason (1):
      ARM: BCM: Add SMP support for Broadcom 4708

Kapil Hali (2):
      ARM: BCM: Clean up SMP support for Broadcom Kona
      ARM: BCM: Add SMP support for Broadcom NSP

Lucas Stach (1):
      ARM: BCM5301X: remove workaround imprecise abort fault handler

 arch/arm/boot/dts/bcm11351.dtsi             |   2 +-
 arch/arm/boot/dts/bcm21664.dtsi             |   2 +-
 arch/arm/boot/dts/bcm4708.dtsi              |   2 +
 arch/arm/mach-bcm/Kconfig                   |   7 ++
 arch/arm/mach-bcm/Makefile                  |  11 ++-
 arch/arm/mach-bcm/bcm_5301x.c               |  35 -------
 arch/arm/mach-bcm/{kona_smp.c => platsmp.c} | 144 ++++++++++++++++++++++------
 7 files changed, 136 insertions(+), 67 deletions(-)
 rename arch/arm/mach-bcm/{kona_smp.c => platsmp.c} (63%)

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

* [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5
  2015-12-07 23:57 [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5 Florian Fainelli
                   ` (2 preceding siblings ...)
  2015-12-07 23:57 ` [GIT PULL 1/4] Broadcom soc " Florian Fainelli
@ 2015-12-12  0:06 ` Arnd Bergmann
  3 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-12  0:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 07 December 2015 15:57:26 Florian Fainelli wrote:
> This pull request contains Broadcom ARM64-based Device Tree changes:
> 
> - Anup Patel adds L2 cache, SMMU, syscon-based reboot, PMU v3, iProc RNG200 (HWRNG) and
>   NAND flash controller support to the Northstar 2 SoCs
> 
> - Ray Jui adds the I2C Device Tree nodes to the Norsthar 2 SoCs
> 
> - Jon Mason enables the clock providers on the Norsthar 2 SoCs
> 

Merged into next/dt64, thanks!

	Arnd

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

* [GIT PULL 3/4] Broadcom maintainers changes for v4.5
  2015-12-07 23:57 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
@ 2015-12-15 17:04   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-15 17:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 07 December 2015 15:57:28 Florian Fainelli wrote:
> This pull request contains MAINTAINERS updates for Broadcom SoCs:
> 
> - Florian Fainelli adds bcm-kernel-feedback-list for all Broadcom Set-Top Box
>   SoCs submissions and removes a stray '>' for the gpio-brcmstb section
> 

Merged into next/fixes-non-critical,

thanks!

	Arnd

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

* [GIT PULL 2/4] Broadcom devicetree changes for v4.5
  2015-12-07 23:57 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
@ 2015-12-15 17:09   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-15 17:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 07 December 2015 15:57:27 Florian Fainelli wrote:
> This pull request contains the Broadcom ARM-based Device Tree changes for 4.5:
> 
> - Jon Mason enables the following for Broadcom Northstar Plus SoCs: PCI (using
>   iProc PCI), NAND flash controller (BRCMNAND), TWD Timer and Watchdog
>   (Cortex-A9), I2C (iProc), clock providers, does some Device Tree cleanups
>   (re-parenting, fixing register sizes and hierarchy)
> 
> - Jon Mason also adds support for some reference Broadcom Northstar reference
>   designs like the BCM5301X SVK reference boards, updates the existing binding
>   documentation to cover the Northstar chips: 4708, 4709 and 53012.
> 
> - Pramod Kumar adds the GPIO to pinctrl mapping for the Broadcom Northstar Plus
>   SoCs
> 
> - Yendapally Reddy Dhananjaya Reddy adds pinctrl Device Tree nodes for the
>   Broadcom Northstar Plus SoCs device tree nodes
> 
> - Ray Jui adds Cygnus PCIe PHY Device Tree nodes and enables MSI for the iProc
>   PCI controller on Cygnus platforms
> 
> - Kapil Hali adds SMP binding documentation and Device Tree nodes for the
>   Northstar Plus SoCs
> 
> - Florian Fainelli adds clock provider support for the Broadcom BCM63138 DSL
>   SoCs by utilizing the existing iProc ARM PLL controller, this includes a
>   stable topic branch from Stephen Boyd to be merged
> 
> - Rafal Milecki adds missing LEDs for the Netgear R8000 router
> 
> 

Pulled into next/dt, thanks!

	Arnd

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

* [GIT PULL 1/4] Broadcom soc changes for v4.5
  2015-12-07 23:57 ` [GIT PULL 1/4] Broadcom soc " Florian Fainelli
@ 2015-12-15 17:14   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-15 17:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 07 December 2015 15:57:29 Florian Fainelli wrote:
> This pull request contains Broadcom SoC changes for 4.5, with the following changes:
> 
> - Lucas Stach removes the workaround for an imprecise fault for Broadcom
>   BCM5301x SoCs (Northstar) since this is now handled by the ARM/Linux kernel
>   directly
> 
> - Hauke Merthens enables a bunch of erratas for the Cortex-A9 and PL310 L2
>   cache present on early Northstar chips (BCM4708)
> 
> - Kapil Hali adds SMP support for the Northstar Plus SoCs by consolidating the
>   existing SMP code for Kona SoCs (mobile platforms), fixng the Device Tree
>   binding for the Kona platforms (wrong placement for 'enable-method' and
>   'secondary-reg') and then finally adds the functional code for the Northstar
>   Plus platforms to boot their secondary CPUs
> 
> - Jon Mason enables SMP on BCM4708/BCM5301X (Northstar SoCs) by building the generic
>   Northstar/Northstar Plus SMP code, and adding the relevant SMP Device Tree nodes
> 
> 


Pulled into next/soc, thanks!

	Arnd

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

end of thread, other threads:[~2015-12-15 17:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-07 23:57 [GIT PULL 4/4] Broadcom devicetree-arm64 changes for v4.5 Florian Fainelli
2015-12-07 23:57 ` [GIT PULL 2/4] Broadcom devicetree " Florian Fainelli
2015-12-15 17:09   ` Arnd Bergmann
2015-12-07 23:57 ` [GIT PULL 3/4] Broadcom maintainers " Florian Fainelli
2015-12-15 17:04   ` Arnd Bergmann
2015-12-07 23:57 ` [GIT PULL 1/4] Broadcom soc " Florian Fainelli
2015-12-15 17:14   ` Arnd Bergmann
2015-12-12  0:06 ` [GIT PULL 4/4] Broadcom devicetree-arm64 " Arnd Bergmann

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.