All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/9] ARM: bcm283x: RPi 3 B+ support and other improvements
@ 2018-04-21 11:28 ` Stefan Wahren
  0 siblings, 0 replies; 22+ messages in thread
From: Stefan Wahren @ 2018-04-21 11:28 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Eric Anholt, Catalin Marinas, Will Deacon
  Cc: Stefan Wahren, devicetree, Florian Fainelli, Arnd Bergmann,
	Scott Branden, Ray Jui, Phil Elwell, Alexander Graf,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

The main focus of the patch series is to provide support for the new
Raspberry Pi 3 B+ . The rest are parts which missed the merge window for 4.17.

Since there are still some issues with LAN78XX, also apply 
Dave Stevenson's patches [1] before testing. But they are not
required for the function of this series.    

Relevant to all RPis  : Patch #1, #6
Relevant to RPi 3 B   : Patch #2, #7, #8
Relevant to RPi 3 B+  : Patch #3, #4, #5, #7, #8, #9

[1] - https://github.com/raspberrypi/linux/pull/2502

Changes in V2:
  - add Reviewed-by from Eric and Rob
  - point out that the LAN7515 has a integrated USB HUB
  - fix node names in bcm283x-rpi-lan7515.dtsi

Stefan Wahren (9):
  ARM: dts: bcm283x: Fix PWM pin assignment
  ARM: dts: bcm2837: Add missing GPIOs of Expander
  dt-bindings: bcm: Add Raspberry Pi 3 B+
  ARM: dts: bcm2837: Add Raspberry Pi 3 B+
  ARM: bcm2835_defconfig: Enable LAN78XX driver
  ARM: bcm2835_defconfig: Enable VCHIQ driver
  ARM: multi_v7_defconfig: Enable LAN and BT for RPi 3 B+
  arm64: defconfig: Enable LAN and BT support for RPi 3 B+
  arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-a.dts                |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |   6 ++
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |   6 ++
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |   6 --
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |   6 ++
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         | 108 +++++++++++++++++++++
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts              |  26 ++++-
 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi         |  27 ++++++
 arch/arm/configs/bcm2835_defconfig                 |   2 +
 arch/arm/configs/multi_v7_defconfig                |   4 +
 arch/arm64/boot/dts/broadcom/Makefile              |   3 +-
 .../boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts     |   2 +
 arch/arm64/configs/defconfig                       |   2 +
 17 files changed, 213 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
 create mode 100644 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts

-- 
2.7.4

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

end of thread, other threads:[~2018-04-24  1:02 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-21 11:28 [PATCH V2 0/9] ARM: bcm283x: RPi 3 B+ support and other improvements Stefan Wahren
2018-04-21 11:28 ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 1/9] ARM: dts: bcm283x: Fix PWM pin assignment Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 2/9] ARM: dts: bcm2837: Add missing GPIOs of Expander Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 3/9] dt-bindings: bcm: Add Raspberry Pi 3 B+ Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 4/9] ARM: dts: bcm2837: " Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 5/9] ARM: bcm2835_defconfig: Enable LAN78XX driver Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 6/9] ARM: bcm2835_defconfig: Enable VCHIQ driver Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 7/9] ARM: multi_v7_defconfig: Enable LAN and BT for RPi 3 B+ Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 8/9] arm64: defconfig: Enable LAN and BT support " Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-21 11:28 ` [PATCH V2 9/9] arm64: dts: broadcom: Add reference to Raspberry Pi " Stefan Wahren
2018-04-21 11:28   ` Stefan Wahren
2018-04-24  1:02 ` [PATCH V2 0/9] ARM: bcm283x: RPi 3 B+ support and other improvements Eric Anholt
2018-04-24  1:02   ` Eric Anholt

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.