linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] Broadcom devicetree changes for 4.17
@ 2018-03-13 19:52 Florian Fainelli
  2018-03-13 19:52 ` [GIT PULL 2/2] Broadcom defconfig " Florian Fainelli
  2018-03-13 21:38 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Fainelli @ 2018-03-13 19:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.17/devicetree

for you to fetch changes up to e5c851ef012b4b63ea50228da3451f3cfb690c45:

  Merge tag 'bcm2835-dt-next-2018-03-13' into devicetree/next (2018-03-13 11:44:16 -0700)

----------------------------------------------------------------
This pull request contains Broadcom ARM-based SoCs devicetree changes
for 4.17, please pull the following:

- Henry fixes the pin functions for the JTAG pins, nothing uses this for
  now, but it could be backported eventually if deemed appropriate

- Stefan fixes the register ranges for the bcm2835-i2s nodes in the
  binding document definition, he then fixes the probing of the
  bcm2835-i2s driver by providing an appropriate register range and a
  missing clock. Stefan also makes sure that the appropriate pull
  settings are applied to the pins used on the Raspberry Pi Zero
  Wireless, he then adds the necessary UART node to connected to the
  BCM43438 Bluetooth adapter on the Pi Zero W. He finally enables USB
  OTG mode on the Pi Zero W since he became usable again

- Baruch adds the necessary Device Tree nodes to support the Raspberry
  Pi GPIO expander which is controlled via the VC4 firmware

- Hiroshi adds the missing LEDs on the Buffalo WZR-900DHP router

- Eric adds the DPI hardware block into the BCM283x Device Tree include
  file for future use when an actual panel is available

- Florian updates the Northstar Plus platforms to use port 8 of the
  internal switch as the CPU/management port since necessary code was
  added in the b53 switch driver to support that

----------------------------------------------------------------
Baruch Siach (2):
      ARM: dts: bcm2835: make the firmware node into a bus
      ARM: dts: bcm2837-rpi-3-b: add GPIO expander

Eric Anholt (1):
      ARM: bcm2835: Add the DPI hardware to the device tree.

Florian Fainelli (3):
      Merge tag 'bcm2835-dt-next-2018-02-28' into devicetree/next
      ARM: dts: NSP: Switch to port 8 for CPU port
      Merge tag 'bcm2835-dt-next-2018-03-13' into devicetree/next

Henry Zhang (1):
      ARM: dts: bcm283x: Fix pin function of JTAG pins

INAGAKI Hiroshi (1):
      ARM: dts: BCM5301X: add missing LEDs for Buffalo WZR-900DHP

Stefan Wahren (5):
      dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s
      ARM: dts: bcm283x: Fix probing of bcm2835-i2s
      ARM: dts: bcm283x: Apply pull settings to Zero W relevant groups
      ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slave
      ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode

 .../devicetree/bindings/dma/brcm,bcm2835-dma.txt   |  4 +-
 .../devicetree/bindings/sound/brcm,bcm2835-i2s.txt |  9 ++-
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts           | 16 ++++-
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |  4 +-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              | 17 ++++++
 arch/arm/boot/dts/bcm283x.dtsi                     | 20 ++++++-
 arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts  | 68 ++++++++++++++++++++++
 arch/arm/boot/dts/bcm958622hr.dts                  |  6 +-
 arch/arm/boot/dts/bcm958623hr.dts                  |  6 +-
 arch/arm/boot/dts/bcm958625hr.dts                  |  6 +-
 arch/arm/boot/dts/bcm958625k.dts                   |  6 +-
 arch/arm/boot/dts/bcm988312hr.dts                  |  6 +-
 12 files changed, 140 insertions(+), 28 deletions(-)

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

* [GIT PULL 2/2] Broadcom defconfig changes for 4.17
  2018-03-13 19:52 [GIT PULL 1/2] Broadcom devicetree changes for 4.17 Florian Fainelli
@ 2018-03-13 19:52 ` Florian Fainelli
  2018-03-13 21:42   ` Arnd Bergmann
  2018-03-13 21:38 ` [GIT PULL 1/2] Broadcom devicetree " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Florian Fainelli @ 2018-03-13 19:52 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.17/defconfig

for you to fetch changes up to 437fe668ab5ecdfd312605b0da15cf9138101d3f:

  Merge tag 'bcm2835-defconfig-next-2018-02-28' into defconfig/next (2018-02-28 15:36:51 -0800)

----------------------------------------------------------------
This pull request contains multi_v7_defconfig changes for Broadcom
ARM-based SoC for 4.17, please pull the following:

- Tuomas enables the BCM2835 AUX driver which is necessary to provide
  console on the Raspberry Pi 3

- Stefan turns on support for the BCM43438 Bluetooth adapter connected
  via UART on the Raspberry Pi Zero Wireless and he also turns on
  support for the thermal driver on the Pi 2 and 3.

----------------------------------------------------------------
Florian Fainelli (1):
      Merge tag 'bcm2835-defconfig-next-2018-02-28' into defconfig/next

Stefan Wahren (2):
      ARM: bcm2385_defconfig: Enable BT support for BCM43438
      ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3

Tuomas Tynkkynen (1):
      ARM: multi_v7_defconfig: Enable serial console on RPi 3

 arch/arm/configs/bcm2835_defconfig  | 4 ++++
 arch/arm/configs/multi_v7_defconfig | 4 ++++
 2 files changed, 8 insertions(+)

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

* [GIT PULL 1/2] Broadcom devicetree changes for 4.17
  2018-03-13 19:52 [GIT PULL 1/2] Broadcom devicetree changes for 4.17 Florian Fainelli
  2018-03-13 19:52 ` [GIT PULL 2/2] Broadcom defconfig " Florian Fainelli
@ 2018-03-13 21:38 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-03-13 21:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 13, 2018 at 8:52 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> ----------------------------------------------------------------
> This pull request contains Broadcom ARM-based SoCs devicetree changes
> for 4.17, please pull the following:
>
> - Henry fixes the pin functions for the JTAG pins, nothing uses this for
>   now, but it could be backported eventually if deemed appropriate
>
> - Stefan fixes the register ranges for the bcm2835-i2s nodes in the
>   binding document definition, he then fixes the probing of the
>   bcm2835-i2s driver by providing an appropriate register range and a
>   missing clock. Stefan also makes sure that the appropriate pull
>   settings are applied to the pins used on the Raspberry Pi Zero
>   Wireless, he then adds the necessary UART node to connected to the
>   BCM43438 Bluetooth adapter on the Pi Zero W. He finally enables USB
>   OTG mode on the Pi Zero W since he became usable again
>
> - Baruch adds the necessary Device Tree nodes to support the Raspberry
>   Pi GPIO expander which is controlled via the VC4 firmware
>
> - Hiroshi adds the missing LEDs on the Buffalo WZR-900DHP router
>
> - Eric adds the DPI hardware block into the BCM283x Device Tree include
>   file for future use when an actual panel is available
>
> - Florian updates the Northstar Plus platforms to use port 8 of the
>   internal switch as the CPU/management port since necessary code was
>   added in the b53 switch driver to support that

Pulled into next/dt, thanks!

      Arnd

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

* [GIT PULL 2/2] Broadcom defconfig changes for 4.17
  2018-03-13 19:52 ` [GIT PULL 2/2] Broadcom defconfig " Florian Fainelli
@ 2018-03-13 21:42   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-03-13 21:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Mar 13, 2018 at 8:52 PM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   https://github.com/Broadcom/stblinux.git tags/arm-soc/for-4.17/defconfig
>
> for you to fetch changes up to 437fe668ab5ecdfd312605b0da15cf9138101d3f:
>
>   Merge tag 'bcm2835-defconfig-next-2018-02-28' into defconfig/next (2018-02-28 15:36:51 -0800)
>
> ----------------------------------------------------------------
> This pull request contains multi_v7_defconfig changes for Broadcom
> ARM-based SoC for 4.17, please pull the following:
>
> - Tuomas enables the BCM2835 AUX driver which is necessary to provide
>   console on the Raspberry Pi 3
>
> - Stefan turns on support for the BCM43438 Bluetooth adapter connected
>   via UART on the Raspberry Pi Zero Wireless and he also turns on
>   support for the thermal driver on the Pi 2 and 3.
>

Pulled into next/soc, thanks!

       Arnd

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

end of thread, other threads:[~2018-03-13 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 19:52 [GIT PULL 1/2] Broadcom devicetree changes for 4.17 Florian Fainelli
2018-03-13 19:52 ` [GIT PULL 2/2] Broadcom defconfig " Florian Fainelli
2018-03-13 21:42   ` Arnd Bergmann
2018-03-13 21:38 ` [GIT PULL 1/2] 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).