All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2)
@ 2017-10-21  0:16 Florian Fainelli
  2017-10-21  0:16 ` [GIT PULL 2/5] Broadcom devicetree changes for 4.15 Florian Fainelli
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Florian Fainelli @ 2017-10-21  0:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c14963521502b237a6817aceda6f3379296db75c:

  ARM: brcmstb: Add appropriate ARM_BE8() macros for swapping (2017-09-25 11:56:04 -0700)

are available in the git repository at:

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

for you to fetch changes up to fa1e581d02d293d4d52c6950dc083484babe09f2:

  ARM: debug: Add Hurricane 2 UART2 debug addresses (2017-10-12 11:32:16 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoC changes for 4.15 (second
part), please pull the following:

- Florian adds support for the Broadcom Hurricane 2 SoC machine entry point
  and defines the debug UART address for use with earlyprintk/DEBUG_LL

----------------------------------------------------------------
Florian Fainelli (2):
      ARM: bcm: Add support for Broadcom Hurricane 2 SoC
      ARM: debug: Add Hurricane 2 UART2 debug addresses

 arch/arm/Kconfig.debug      | 10 +++++++++-
 arch/arm/mach-bcm/Kconfig   |  9 +++++++++
 arch/arm/mach-bcm/Makefile  |  3 +++
 arch/arm/mach-bcm/bcm_hr2.c | 25 +++++++++++++++++++++++++
 4 files changed, 46 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/mach-bcm/bcm_hr2.c

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

* [GIT PULL 2/5] Broadcom devicetree changes for 4.15
  2017-10-21  0:16 [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2) Florian Fainelli
@ 2017-10-21  0:16 ` Florian Fainelli
  2017-10-30 12:13   ` Arnd Bergmann
  2017-10-21  0:16 ` [GIT PULL 3/5] Broadcom maintainers " Florian Fainelli
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2017-10-21  0:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to bc79cce741fab70968141c67974f8e99e31aec47:

  ARM: dts: Hurricane 2: Add basic support for Ubiquiti UniFi Switch 8 (2017-10-12 11:31:24 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based Device Tree changes for 4.15,
please pull the following:

- Eric adds support for the CLCD and PWM controller on Cygnus chis

- Loic fixes the console path on the Raspberry Pi 3 (already submitted as
  fixes) and then proceeds with enabling the BCM43438 bluetooth chip on
  the Raspberry Pi 3

- Rafal specifies the USB ports on the Luxul XWR-1200

- Dan adds support for the Luxul ABR-4500 based on BCM47094, the Luxul XAP-810
  and XAP-1440 both based on BCM53573

- Florian adds support for the Broadcom Hurricane 2 SoC by adding general
  machine binding, clock binding, SoC DTS include file and a DTS for the
  Ubiquiti Networks UniFi Switch 8

----------------------------------------------------------------
Dan Haab (4):
      ARM: dts: BCM5301X: Add DT for Luxul XBR-4500
      ARM: dts: BCM5301X: Add DT for Luxul ABR-4500
      ARM: dts: BCM53573: Add DT for Luxul XAP-810
      ARM: dts: BCM53573: Add DT for Luxul XAP-1440

Eric Anholt (2):
      ARM: dts: cygnus: Add the CLCD controller
      ARM: dts: cygnus: Add the PWM node

Florian Fainelli (7):
      Merge tag 'bcm2835-dt-fixes-2017-10-06' into devicetree/next
      Merge tag 'bcm2835-dt-next-2017-10-06' into devicetree/next
      dt-bindings: Add documentation for Broadcom Hurricane 2 SoCs
      dt-bindings: Document Broadcom Hurricane 2 clocks
      ARM: dts: Add Broadcom Hurricane 2 DTS include file
      dt-bindings: Add Ubiquiti Networks vendor prefix
      ARM: dts: Hurricane 2: Add basic support for Ubiquiti UniFi Switch 8

Loic Poulain (2):
      ARM: dts: bcm283x: Fix console path on RPi3
      ARM: dts: bcm2837-rpi-3-b: Add bcm43438 serial slave

Rafa? Mi?ecki (1):
      ARM: dts: BCM5301X: Specify USB ports for USB LED of Luxul XWR-1200

 .../devicetree/bindings/arm/bcm/brcm,hr2.txt       |  14 +
 .../bindings/clock/brcm,iproc-clocks.txt           |  14 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   6 +
 arch/arm/boot/dts/bcm-cygnus.dtsi                  |  18 +
 arch/arm/boot/dts/bcm-hr2.dtsi                     | 368 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts           |   9 +-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |  10 +
 arch/arm/boot/dts/bcm283x.dtsi                     |   7 +-
 arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts      |   3 +-
 arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts      |  63 ++++
 arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts      |  63 ++++
 arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts      |  50 +++
 arch/arm/boot/dts/bcm47189-luxul-xap-810.dts       |  87 +++++
 arch/arm/boot/dts/bcm53340-ubnt-unifi-switch8.dts  |  85 +++++
 15 files changed, 790 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,hr2.txt
 create mode 100644 arch/arm/boot/dts/bcm-hr2.dtsi
 create mode 100644 arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
 create mode 100644 arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
 create mode 100644 arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts
 create mode 100644 arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
 create mode 100644 arch/arm/boot/dts/bcm53340-ubnt-unifi-switch8.dts

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

* [GIT PULL 3/5] Broadcom maintainers changes for 4.15
  2017-10-21  0:16 [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2) Florian Fainelli
  2017-10-21  0:16 ` [GIT PULL 2/5] Broadcom devicetree changes for 4.15 Florian Fainelli
@ 2017-10-21  0:16 ` Florian Fainelli
  2017-10-30 10:18   ` Arnd Bergmann
  2017-10-21  0:16 ` [GIT PULL 4/5] Broadcom defconfig " Florian Fainelli
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2017-10-21  0:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 97b79f90f199cce820a6d4aeff3ba0125114bbf7:

  MAINTAINERS: Update Broadcom iProc regexp with Hurricane 2 (2017-10-12 11:29:42 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs MAINTAINERS file update for
4.15, please pull the following:

- Florian updates the MAINTAINERS entry for Broadcom SoCs with the Hurricane 2 regexp
  to match new files being added

----------------------------------------------------------------
Florian Fainelli (1):
      MAINTAINERS: Update Broadcom iProc regexp with Hurricane 2

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 4/5] Broadcom defconfig changes for 4.15
  2017-10-21  0:16 [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2) Florian Fainelli
  2017-10-21  0:16 ` [GIT PULL 2/5] Broadcom devicetree changes for 4.15 Florian Fainelli
  2017-10-21  0:16 ` [GIT PULL 3/5] Broadcom maintainers " Florian Fainelli
@ 2017-10-21  0:16 ` Florian Fainelli
  2017-10-30 10:02   ` Arnd Bergmann
  2017-10-21  0:16 ` [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2) Florian Fainelli
  2017-10-30 10:08 ` [GIT PULL 1/5] Broadcom soc " Arnd Bergmann
  4 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2017-10-21  0:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 675a157c61f756affbbc2569c55dc5719342081b:

  ARM: multi_v7_defconfig: Enable CONFIG_ARCH_BCM_HR2 (2017-10-12 11:32:43 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs multi_v7_defconfig file
updates for 4.15, please pull the following:

- Florian enables the Broadcom Hurricane 2 SoC in multi_v7_defconfig
  (CONFIG_ARCH_BCM_HR2)

----------------------------------------------------------------
Florian Fainelli (1):
      ARM: multi_v7_defconfig: Enable CONFIG_ARCH_BCM_HR2

 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2)
  2017-10-21  0:16 [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2) Florian Fainelli
                   ` (2 preceding siblings ...)
  2017-10-21  0:16 ` [GIT PULL 4/5] Broadcom defconfig " Florian Fainelli
@ 2017-10-21  0:16 ` Florian Fainelli
  2017-11-02 15:22   ` Arnd Bergmann
  2017-10-30 10:08 ` [GIT PULL 1/5] Broadcom soc " Arnd Bergmann
  4 siblings, 1 reply; 10+ messages in thread
From: Florian Fainelli @ 2017-10-21  0:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0e9b11413262ef3d64273e15f7631d9836c53c1a:

  soc bcm: brcmstb: Add support for S2/S3/S5 suspend states (MIPS) (2017-09-25 11:47:14 -0700)

are available in the git repository at:

  http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.15/drivers-part2

for you to fetch changes up to 04c3767f10809797331cda78808d9163939081e1:

  clk: bcm: Add Broadcom Hurricane 2 clock support (2017-10-12 11:31:46 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM/ARM64/MIPS SoCs changes for 4.15
(second part), please pull the following:

- Markus updates the Broadcom STB DPFE driver to avoid loading the firmware when
  unnecessary to accomodate for specific platform restrictions

- Florian adds support for the Broadcom Hurricane 2 SoC iProc PLL clock needed
  to get the proper CPU clock frequency

----------------------------------------------------------------
Florian Fainelli (1):
      clk: bcm: Add Broadcom Hurricane 2 clock support

Markus Mayer (2):
      memory: brcmstb: dpfe: introduce is_dcpu_enabled()
      memory: brcmstb: dpfe: skip downloading firmware when possible

 drivers/clk/bcm/Kconfig       |  9 +++++++++
 drivers/clk/bcm/Makefile      |  1 +
 drivers/clk/bcm/clk-hr2.c     | 27 +++++++++++++++++++++++++++
 drivers/memory/brcmstb_dpfe.c | 37 +++++++++++++++++++++++++++++--------
 4 files changed, 66 insertions(+), 8 deletions(-)
 create mode 100644 drivers/clk/bcm/clk-hr2.c

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

* [GIT PULL 4/5] Broadcom defconfig changes for 4.15
  2017-10-21  0:16 ` [GIT PULL 4/5] Broadcom defconfig " Florian Fainelli
@ 2017-10-30 10:02   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-10-30 10:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 2:16 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.15/defconfig
>
> for you to fetch changes up to 675a157c61f756affbbc2569c55dc5719342081b:
>
>   ARM: multi_v7_defconfig: Enable CONFIG_ARCH_BCM_HR2 (2017-10-12 11:32:43 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs multi_v7_defconfig file
> updates for 4.15, please pull the following:
>
> - Florian enables the Broadcom Hurricane 2 SoC in multi_v7_defconfig
>   (CONFIG_ARCH_BCM_HR2)

Pulled into next/soc, thanks!

      Arnd

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

* [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2)
  2017-10-21  0:16 [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2) Florian Fainelli
                   ` (3 preceding siblings ...)
  2017-10-21  0:16 ` [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2) Florian Fainelli
@ 2017-10-30 10:08 ` Arnd Bergmann
  4 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-10-30 10:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 2:16 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> This pull request contains Broadcom ARM-based SoC changes for 4.15 (second
> part), please pull the following:
>
> - Florian adds support for the Broadcom Hurricane 2 SoC machine entry point
>   and defines the debug UART address for use with earlyprintk/DEBUG_LL

Pulled into next/soc, thanks!

      Arnd

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

* [GIT PULL 3/5] Broadcom maintainers changes for 4.15
  2017-10-21  0:16 ` [GIT PULL 3/5] Broadcom maintainers " Florian Fainelli
@ 2017-10-30 10:18   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-10-30 10:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 2:16 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   http://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.15/maintainers
>
> for you to fetch changes up to 97b79f90f199cce820a6d4aeff3ba0125114bbf7:
>
>   MAINTAINERS: Update Broadcom iProc regexp with Hurricane 2 (2017-10-12 11:29:42 -0700)
>
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs MAINTAINERS file update for
> 4.15, please pull the following:
>
> - Florian updates the MAINTAINERS entry for Broadcom SoCs with the Hurricane 2 regexp
>   to match new files being added
>

Pulled into next/soc, thanks!

        Arnd

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

* [GIT PULL 2/5] Broadcom devicetree changes for 4.15
  2017-10-21  0:16 ` [GIT PULL 2/5] Broadcom devicetree changes for 4.15 Florian Fainelli
@ 2017-10-30 12:13   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-10-30 12:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 2:16 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> This pull request contains Broadcom ARM-based Device Tree changes for 4.15,
> please pull the following:
>
> - Eric adds support for the CLCD and PWM controller on Cygnus chis
>
> - Loic fixes the console path on the Raspberry Pi 3 (already submitted as
>   fixes) and then proceeds with enabling the BCM43438 bluetooth chip on
>   the Raspberry Pi 3
>
> - Rafal specifies the USB ports on the Luxul XWR-1200
>
> - Dan adds support for the Luxul ABR-4500 based on BCM47094, the Luxul XAP-810
>   and XAP-1440 both based on BCM53573
>
> - Florian adds support for the Broadcom Hurricane 2 SoC by adding general
>   machine binding, clock binding, SoC DTS include file and a DTS for the
>   Ubiquiti Networks UniFi Switch 8

Pulled into next/dt, thanks!

      Arnd

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

* [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2)
  2017-10-21  0:16 ` [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2) Florian Fainelli
@ 2017-11-02 15:22   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 21, 2017 at 2:16 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> This pull request contains Broadcom ARM/ARM64/MIPS SoCs changes for 4.15
> (second part), please pull the following:
>
> - Markus updates the Broadcom STB DPFE driver to avoid loading the firmware when
>   unnecessary to accomodate for specific platform restrictions
>
> - Florian adds support for the Broadcom Hurricane 2 SoC iProc PLL clock needed
>   to get the proper CPU clock frequency

Pulled into next/drivers, thanks!

       Arnd

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

end of thread, other threads:[~2017-11-02 15:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21  0:16 [GIT PULL 1/5] Broadcom soc changes for 4.15 (part 2) Florian Fainelli
2017-10-21  0:16 ` [GIT PULL 2/5] Broadcom devicetree changes for 4.15 Florian Fainelli
2017-10-30 12:13   ` Arnd Bergmann
2017-10-21  0:16 ` [GIT PULL 3/5] Broadcom maintainers " Florian Fainelli
2017-10-30 10:18   ` Arnd Bergmann
2017-10-21  0:16 ` [GIT PULL 4/5] Broadcom defconfig " Florian Fainelli
2017-10-30 10:02   ` Arnd Bergmann
2017-10-21  0:16 ` [GIT PULL 5/5] Broadcom drivers changes for 4.15 (part 2) Florian Fainelli
2017-11-02 15:22   ` Arnd Bergmann
2017-10-30 10:08 ` [GIT PULL 1/5] Broadcom soc " 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.