linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2)
@ 2017-06-13 20:10 Florian Fainelli
  2017-06-13 20:10 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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/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

 arch/arm/mach-bcm/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
@ 2017-06-13 20:10 ` Florian Fainelli
  2017-06-22 22:42   ` Florian Fainelli
  2017-06-13 20:10 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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 4a579ecf3d4f964bd6b39605610201cd4d5a7e8e:

  Merge tag 'bcm2835-dt-next-2017-06-12' into devicetree/next (2017-06-13 12:38:48 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based Device Tree changes for 4.13.

Note that Baruch's changes are fixes that are currently included in v4.12-rc2,
but they are also included here in order to keep this tag based off v4.12-rc1.

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, he also adds a set of Device Tree sources and include files for the
  Raspberry Pi 3 (BCM2837) to be used with the ARM/Linux kernel,

- Jon adds CPU and thermal zones to the Northstar Plus Device Tree files

- Stefan updates the Raspberry Pi DTS files with thermal trip points and zones,
  adds support for the USB OTG on the Raspberry Pi Zero which includes the
  proper dwc2 configuration, a generic USB PHY and finally the enabling of the
  OTG controller by including the proper DTS include file

- Gerd switches the Raspberry Pi DTS files to use the SDHOST controller (faster
  than the SDHCI)

----------------------------------------------------------------
Baruch Siach (4):
      ARM: dts: bcm2835: fix uart0 pinctrl node names
      ARM: dts: bcm2835: fix i2c0 pins
      ARM: dts: bcm2835: fix uart0/uart1 pins
      ARM: dts: bcm2835: add index to the ethernet alias

Eric Anholt (3):
      ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)
      ARM: dts: Cygnus: Add BCM11360's V3D device
      ARM: dts: Cygnus: Add the ethernet switch and ethernet PHY

Florian Fainelli (2):
      Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next
      Merge tag 'bcm2835-dt-next-2017-06-12' into devicetree/next

Gerd Hoffmann (1):
      ARM: dts: bcm283x: switch from &sdhci to &sdhost

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

Stefan Wahren (4):
      ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
      ARM: dts: bcm283x: Add dtsi for OTG mode
      ARM: dts: bcm283x: Add generic USB PHY
      ARM: dts: bcm2835-rpi-zero: Enable OTG mode

 arch/arm/boot/dts/Makefile                  |  1 +
 arch/arm/boot/dts/bcm-cygnus.dtsi           | 71 +++++++++++++++++++++++++++++
 arch/arm/boot/dts/bcm-nsp.dtsi              | 26 +++++++++++
 arch/arm/boot/dts/bcm2835-rpi-zero.dts      |  2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi          |  2 +-
 arch/arm/boot/dts/bcm2835.dtsi              |  4 ++
 arch/arm/boot/dts/bcm2836.dtsi              |  4 ++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts       |  1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi |  2 +-
 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi  | 10 ++++
 arch/arm/boot/dts/bcm283x.dtsi              | 49 ++++++++++++++++----
 arch/arm/boot/dts/bcm5301x.dtsi             | 34 ++++++++++++++
 arch/arm/boot/dts/bcm911360_entphn.dts      | 20 ++++++++
 14 files changed, 215 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi

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

* [GIT PULL 3/7] Broadcom devicetree-arm64 changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
  2017-06-13 20:10 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
@ 2017-06-13 20:10 ` Florian Fainelli
  2017-06-22 22:43   ` Florian Fainelli
  2017-06-13 20:10 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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 39b1aae758de6f933f8b45698b56221f6e817dc9:

  Merge tag 'bcm2835-dt-64-next-2017-06-08' into devicetree-arm64/next (2017-06-13 12:39:57 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM64-based SoCs Device Tree changes for
4.13. Please note the following from Eric:

I've based this summary on the bcm2835-dt-next tag, to clarify what's in this
patch series, but it does require being careful since it involves a cross-merge
between branches.

- 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

- Gerd starts adding references to the sdhost and sdhci controllers, and then
  switches the sdcard to to use the SDHOST (faster than SDHCI)

- Stefan defines the BCM2837 thermal coefficients in order for the Raspberry Pi
  thermal driver to work correctly

----------------------------------------------------------------
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

Baruch Siach (4):
      ARM: dts: bcm2835: fix uart0 pinctrl node names
      ARM: dts: bcm2835: fix i2c0 pins
      ARM: dts: bcm2835: fix uart0/uart1 pins
      ARM: dts: bcm2835: add index to the ethernet alias

Eric Anholt (2):
      ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6)
      Merge tag 'bcm2835-dt-next-2017-06-08' into bcm2835-dt-64-next

Florian Fainelli (2):
      Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next
      Merge tag 'bcm2835-dt-64-next-2017-06-08' into devicetree-arm64/next

Gerd Hoffmann (2):
      arm64: dts: bcm2837: add &sdhci and &sdhost
      ARM: dts: bcm283x: switch from &sdhci to &sdhost

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

Stefan Wahren (2):
      ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point
      ARM64: dts: bcm2837: Define CPU thermal coefficients

 .../devicetree/bindings/arm/bcm/brcm,stingray.txt  |  12 +
 .../bindings/clock/brcm,iproc-clocks.txt           |  76 ++++
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |   2 +-
 arch/arm/boot/dts/bcm2835.dtsi                     |   4 +
 arch/arm/boot/dts/bcm2836.dtsi                     |   4 +
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |   1 +
 arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi        |   2 +-
 arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi        |   2 +-
 arch/arm/boot/dts/bcm283x.dtsi                     |  43 +-
 arch/arm64/boot/dts/broadcom/Makefile              |   1 +
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts   |  17 +
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi          |   4 +
 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 +++
 23 files changed, 1570 insertions(+), 12 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts
 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] 15+ messages in thread

* [GIT PULL 4/7] Broadcom maintainers changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
  2017-06-13 20:10 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
  2017-06-13 20:10 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
@ 2017-06-13 20:10 ` Florian Fainelli
  2017-06-19  3:29   ` Olof Johansson
  2017-06-13 20:10 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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/maintainers

for you to fetch changes up to a6adb15fc87f22e3c19dcfd0b0ff4ddc2dd4b4a1:

  Merge tag 'bcm2835-maintainers-next-2017-06-08' into maintainers/next (2017-06-13 12:38:10 -0700)

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

- Eric updates the BCM283X section and removes Lee Jones who has not been active for
  over a year in the Raspberry Pi kernel development

----------------------------------------------------------------
Eric Anholt (1):
      MAINTAINERS: Remove Lee Jones from bcm2835.

Florian Fainelli (1):
      Merge tag 'bcm2835-maintainers-next-2017-06-08' into maintainers/next

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

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

* [GIT PULL 5/7] Broadcom defconfig changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
                   ` (2 preceding siblings ...)
  2017-06-13 20:10 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
@ 2017-06-13 20:10 ` Florian Fainelli
  2017-06-19  3:29   ` Olof Johansson
  2017-06-13 20:10 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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

for you to fetch changes up to e4269eb4bebec3e42e386ceeadcb8a581936f18c:

  Merge tag 'bcm2835-defconfig-next-2017-06-12' into defconfig/next (2017-06-13 12:36:49 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs defconfig updates for 4.13,
please pull the following:

- Stefan updates the bcm2835_defconfig to include serial, Ethernet and USB
  gadget support which is needed for the Raspberry Pi Zero OTG changes

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-defconfig-next-2017-06-12' into defconfig/next

Stefan Wahren (1):
      ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support

 arch/arm/configs/bcm2835_defconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

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

* [GIT PULL 6/7] Broadcom defconfig-arm64 changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
                   ` (3 preceding siblings ...)
  2017-06-13 20:10 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
@ 2017-06-13 20:10 ` Florian Fainelli
  2017-06-19  3:30   ` Olof Johansson
  2017-06-13 20:10 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
  2017-06-22 22:39 ` [GIT PULL 1/7] Broadcom soc " Florian Fainelli
  6 siblings, 1 reply; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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] 15+ messages in thread

* [GIT PULL 7/7] Broadcom drivers changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
                   ` (4 preceding siblings ...)
  2017-06-13 20:10 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
@ 2017-06-13 20:10 ` Florian Fainelli
  2017-06-19  3:31   ` Olof Johansson
  2017-06-22 22:39 ` [GIT PULL 1/7] Broadcom soc " Florian Fainelli
  6 siblings, 1 reply; 15+ messages in thread
From: Florian Fainelli @ 2017-06-13 20:10 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] 15+ messages in thread

* [GIT PULL 4/7] Broadcom maintainers changes for 4.13 (v2)
  2017-06-13 20:10 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
@ 2017-06-19  3:29   ` Olof Johansson
  2017-06-19  7:52     ` Lee Jones
  0 siblings, 1 reply; 15+ messages in thread
From: Olof Johansson @ 2017-06-19  3:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 13, 2017 at 01:10:41PM -0700, 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/maintainers
> 
> for you to fetch changes up to a6adb15fc87f22e3c19dcfd0b0ff4ddc2dd4b4a1:
> 
>   Merge tag 'bcm2835-maintainers-next-2017-06-08' into maintainers/next (2017-06-13 12:38:10 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs MAINTAINERS file updates for
> 4.13, please pull the following:
> 
> - Eric updates the BCM283X section and removes Lee Jones who has not been active for
>   over a year in the Raspberry Pi kernel development

It's a bit unusual to not get an ack on removal from someone who is otherwise
active on the lists, but I suppose that's also a signal. If circumstances
change this can easily be reinstated, etc.

Merged.


-Olof

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

* [GIT PULL 5/7] Broadcom defconfig changes for 4.13 (v2)
  2017-06-13 20:10 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
@ 2017-06-19  3:29   ` Olof Johansson
  0 siblings, 0 replies; 15+ messages in thread
From: Olof Johansson @ 2017-06-19  3:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 13, 2017 at 01:10:42PM -0700, 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/defconfig
> 
> for you to fetch changes up to e4269eb4bebec3e42e386ceeadcb8a581936f18c:
> 
>   Merge tag 'bcm2835-defconfig-next-2017-06-12' into defconfig/next (2017-06-13 12:36:49 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs defconfig updates for 4.13,
> please pull the following:
> 
> - Stefan updates the bcm2835_defconfig to include serial, Ethernet and USB
>   gadget support which is needed for the Raspberry Pi Zero OTG changes
> 
> ----------------------------------------------------------------
> Florian Fainelli (1):
>       Merge tag 'bcm2835-defconfig-next-2017-06-12' into defconfig/next
> 
> Stefan Wahren (1):
>       ARM: bcm2835_defconfig: Enable serial & ethernet USB gadget support

Thanks, merged.


-Olof

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

* [GIT PULL 6/7] Broadcom defconfig-arm64 changes for 4.13 (v2)
  2017-06-13 20:10 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
@ 2017-06-19  3:30   ` Olof Johansson
  0 siblings, 0 replies; 15+ messages in thread
From: Olof Johansson @ 2017-06-19  3:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 13, 2017 at 01:10:43PM -0700, 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/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

Merged, thanks.


-Olof

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

* [GIT PULL 7/7] Broadcom drivers changes for 4.13 (v2)
  2017-06-13 20:10 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
@ 2017-06-19  3:31   ` Olof Johansson
  0 siblings, 0 replies; 15+ messages in thread
From: Olof Johansson @ 2017-06-19  3:31 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 13, 2017 at 01:10:44PM -0700, 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/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

Merged, thanks.


-Olof

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

* [GIT PULL 4/7] Broadcom maintainers changes for 4.13 (v2)
  2017-06-19  3:29   ` Olof Johansson
@ 2017-06-19  7:52     ` Lee Jones
  0 siblings, 0 replies; 15+ messages in thread
From: Lee Jones @ 2017-06-19  7:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, 18 Jun 2017, Olof Johansson wrote:

> On Tue, Jun 13, 2017 at 01:10:41PM -0700, 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/maintainers
> > 
> > for you to fetch changes up to a6adb15fc87f22e3c19dcfd0b0ff4ddc2dd4b4a1:
> > 
> >   Merge tag 'bcm2835-maintainers-next-2017-06-08' into maintainers/next (2017-06-13 12:38:10 -0700)
> > 
> > ----------------------------------------------------------------
> > This pull request contains Broadcom ARM-based SoCs MAINTAINERS file updates for
> > 4.13, please pull the following:
> > 
> > - Eric updates the BCM283X section and removes Lee Jones who has not been active for
> >   over a year in the Raspberry Pi kernel development
> 
> It's a bit unusual to not get an ack on removal from someone who is otherwise
> active on the lists, but I suppose that's also a signal. If circumstances
> change this can easily be reinstated, etc.

Yes my role was taken over by the Broadloom Maintainer.

Acked-by: Lee Jones <lee@kernel.org>
Acked-by: Lee Jones <lee.jones@linaro.org>

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2)
  2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
                   ` (5 preceding siblings ...)
  2017-06-13 20:10 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
@ 2017-06-22 22:39 ` Florian Fainelli
  6 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2017-06-22 22:39 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/13/2017 01:10 PM, 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
> 
> ----------------------------------------------------------------

I did not see an email indicating this was merged, but the changes seem
to be here:

https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=next/soc&id=27d9fa06c122b135ad7552fa3138c3b47e5776c5

-- 
Florian

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

* [GIT PULL 2/7] Broadcom devicetree changes for 4.13 (v2)
  2017-06-13 20:10 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
@ 2017-06-22 22:42   ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2017-06-22 22:42 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/13/2017 01:10 PM, 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/devicetree
> 
> for you to fetch changes up to 4a579ecf3d4f964bd6b39605610201cd4d5a7e8e:
> 
>   Merge tag 'bcm2835-dt-next-2017-06-12' into devicetree/next (2017-06-13 12:38:48 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based Device Tree changes for 4.13.
> 
> Note that Baruch's changes are fixes that are currently included in v4.12-rc2,
> but they are also included here in order to keep this tag based off v4.12-rc1.
> 
> 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, he also adds a set of Device Tree sources and include files for the
>   Raspberry Pi 3 (BCM2837) to be used with the ARM/Linux kernel,
> 
> - Jon adds CPU and thermal zones to the Northstar Plus Device Tree files
> 
> - Stefan updates the Raspberry Pi DTS files with thermal trip points and zones,
>   adds support for the USB OTG on the Raspberry Pi Zero which includes the
>   proper dwc2 configuration, a generic USB PHY and finally the enabling of the
>   OTG controller by including the proper DTS include file
> 
> - Gerd switches the Raspberry Pi DTS files to use the SDHOST controller (faster
>   than the SDHCI)
> 
> ----------------------------------------------------------------

Same here:

https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/log/?h=brcm/dt
-- 
Florian

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

* [GIT PULL 3/7] Broadcom devicetree-arm64 changes for 4.13 (v2)
  2017-06-13 20:10 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
@ 2017-06-22 22:43   ` Florian Fainelli
  0 siblings, 0 replies; 15+ messages in thread
From: Florian Fainelli @ 2017-06-22 22:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/13/2017 01:10 PM, 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/devicetree-arm64
> 
> for you to fetch changes up to 39b1aae758de6f933f8b45698b56221f6e817dc9:
> 
>   Merge tag 'bcm2835-dt-64-next-2017-06-08' into devicetree-arm64/next (2017-06-13 12:39:57 -0700)
> 
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM64-based SoCs Device Tree changes for
> 4.13. Please note the following from Eric:
> 
> I've based this summary on the bcm2835-dt-next tag, to clarify what's in this
> patch series, but it does require being careful since it involves a cross-merge
> between branches.
> 
> - 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
> 
> - Gerd starts adding references to the sdhost and sdhci controllers, and then
>   switches the sdcard to to use the SDHOST (faster than SDHCI)
> 
> - Stefan defines the BCM2837 thermal coefficients in order for the Raspberry Pi
>   thermal driver to work correctly
> 
> ----------------------------------------------------------------

And here:

https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/log/?h=brcm/dt64
-- 
Florian

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

end of thread, other threads:[~2017-06-22 22:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13 20:10 [GIT PULL 1/7] Broadcom soc changes for 4.13 (v2) Florian Fainelli
2017-06-13 20:10 ` [GIT PULL 2/7] Broadcom devicetree " Florian Fainelli
2017-06-22 22:42   ` Florian Fainelli
2017-06-13 20:10 ` [GIT PULL 3/7] Broadcom devicetree-arm64 " Florian Fainelli
2017-06-22 22:43   ` Florian Fainelli
2017-06-13 20:10 ` [GIT PULL 4/7] Broadcom maintainers " Florian Fainelli
2017-06-19  3:29   ` Olof Johansson
2017-06-19  7:52     ` Lee Jones
2017-06-13 20:10 ` [GIT PULL 5/7] Broadcom defconfig " Florian Fainelli
2017-06-19  3:29   ` Olof Johansson
2017-06-13 20:10 ` [GIT PULL 6/7] Broadcom defconfig-arm64 " Florian Fainelli
2017-06-19  3:30   ` Olof Johansson
2017-06-13 20:10 ` [GIT PULL 7/7] Broadcom drivers " Florian Fainelli
2017-06-19  3:31   ` Olof Johansson
2017-06-22 22:39 ` [GIT PULL 1/7] Broadcom soc " Florian Fainelli

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).