LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL 1/3] bcm2835-dt-next-2018-04-30
@ 2018-04-30 21:27 Eric Anholt
2018-04-30 21:27 ` [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30 Eric Anholt
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Eric Anholt @ 2018-04-30 21:27 UTC (permalink / raw)
To: Florian Fainelli
Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
bcm-kernel-feedback-list, Eric Anholt
Hi Florian,
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://github.com/anholt/linux tags/bcm2835-dt-next-2018-04-30
for you to fetch changes up to bdd6d1fe1cd84806429467ce62a735bdc6bdbae7:
arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+ (2018-04-23 15:03:07 -0700)
----------------------------------------------------------------
This pull request brings in Raspberry Pi 3 B+ support and connects
HDMI hotplug, LEDs, and wifi/bluetooth on the Raspberry Pi 3.
----------------------------------------------------------------
Stefan Wahren (5):
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+
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/arm64/boot/dts/broadcom/Makefile | 3 +-
.../boot/dts/broadcom/bcm2837-rpi-3-b-plus.dts | 2 +
14 files changed, 205 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30
2018-04-30 21:27 [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 Eric Anholt
@ 2018-04-30 21:27 ` Eric Anholt
2018-05-01 18:53 ` Florian Fainelli
2018-04-30 21:27 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2018-04-30 Eric Anholt
2018-05-01 18:53 ` [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 Florian Fainelli
2 siblings, 1 reply; 6+ messages in thread
From: Eric Anholt @ 2018-04-30 21:27 UTC (permalink / raw)
To: Florian Fainelli
Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
bcm-kernel-feedback-list, Eric Anholt
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-04-30
for you to fetch changes up to 329fb2b79b132d727dd8a1624da8dc5331eb8633:
ARM: multi_v7_defconfig: Enable LAN and BT for RPi 3 B+ (2018-04-23 13:25:49 -0700)
----------------------------------------------------------------
This pull request enables recent new drivers for the Raspberry Pi, including
the networking on the Pi 3 B+.
----------------------------------------------------------------
Stefan Wahren (3):
ARM: bcm2835_defconfig: Enable LAN78XX driver
ARM: bcm2835_defconfig: Enable VCHIQ driver
ARM: multi_v7_defconfig: Enable LAN and BT for RPi 3 B+
arch/arm/configs/bcm2835_defconfig | 2 ++
arch/arm/configs/multi_v7_defconfig | 4 ++++
2 files changed, 6 insertions(+)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30
2018-04-30 21:27 ` [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30 Eric Anholt
@ 2018-05-01 18:53 ` Florian Fainelli
0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-05-01 18:53 UTC (permalink / raw)
To: Eric Anholt, Florian Fainelli
Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
bcm-kernel-feedback-list
On 04/30/2018 02:27 PM, Eric Anholt wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the Git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-04-30
>
> for you to fetch changes up to 329fb2b79b132d727dd8a1624da8dc5331eb8633:
>
> ARM: multi_v7_defconfig: Enable LAN and BT for RPi 3 B+ (2018-04-23 13:25:49 -0700)
>
> ----------------------------------------------------------------
> This pull request enables recent new drivers for the Raspberry Pi, including
> the networking on the Pi 3 B+.
>
> ----------------------------------------------------------------
> Stefan Wahren (3):
> ARM: bcm2835_defconfig: Enable LAN78XX driver
> ARM: bcm2835_defconfig: Enable VCHIQ driver
> ARM: multi_v7_defconfig: Enable LAN and BT for RPi 3 B+
Merged into defconfig/next, thanks Eric!
--
--
Florian
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] bcm2835-defconfig-64-next-2018-04-30
2018-04-30 21:27 [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 Eric Anholt
2018-04-30 21:27 ` [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30 Eric Anholt
@ 2018-04-30 21:27 ` Eric Anholt
2018-05-01 18:54 ` Florian Fainelli
2018-05-01 18:53 ` [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 Florian Fainelli
2 siblings, 1 reply; 6+ messages in thread
From: Eric Anholt @ 2018-04-30 21:27 UTC (permalink / raw)
To: Florian Fainelli
Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
bcm-kernel-feedback-list, Eric Anholt
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the Git repository at:
git://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2018-04-30
for you to fetch changes up to 69bc5b2c056b4e784b49a8c9c5049561b62352f7:
arm64: defconfig: Enable LAN and BT support for RPi 3 B+ (2018-04-23 13:28:33 -0700)
----------------------------------------------------------------
This pull request enables the Raspberry Pi 3 B+'s LAN and bluetooth in
the arm64 defconfig.
----------------------------------------------------------------
Stefan Wahren (1):
arm64: defconfig: Enable LAN and BT support for RPi 3 B+
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL 3/3] bcm2835-defconfig-64-next-2018-04-30
2018-04-30 21:27 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2018-04-30 Eric Anholt
@ 2018-05-01 18:54 ` Florian Fainelli
0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-05-01 18:54 UTC (permalink / raw)
To: Eric Anholt, Florian Fainelli
Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
bcm-kernel-feedback-list
On 04/30/2018 02:27 PM, Eric Anholt wrote:
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the Git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2018-04-30
>
> for you to fetch changes up to 69bc5b2c056b4e784b49a8c9c5049561b62352f7:
>
> arm64: defconfig: Enable LAN and BT support for RPi 3 B+ (2018-04-23 13:28:33 -0700)
>
> ----------------------------------------------------------------
> This pull request enables the Raspberry Pi 3 B+'s LAN and bluetooth in
> the arm64 defconfig.
>
> ----------------------------------------------------------------
> Stefan Wahren (1):
> arm64: defconfig: Enable LAN and BT support for RPi 3 B+
Merged into defconfig-arm64/next, thanks Eric!
--
Florian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL 1/3] bcm2835-dt-next-2018-04-30
2018-04-30 21:27 [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 Eric Anholt
2018-04-30 21:27 ` [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30 Eric Anholt
2018-04-30 21:27 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2018-04-30 Eric Anholt
@ 2018-05-01 18:53 ` Florian Fainelli
2 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-05-01 18:53 UTC (permalink / raw)
To: Eric Anholt, Florian Fainelli
Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
bcm-kernel-feedback-list
On 04/30/2018 02:27 PM, Eric Anholt wrote:
> Hi Florian,
>
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the Git repository at:
>
> git://github.com/anholt/linux tags/bcm2835-dt-next-2018-04-30
>
> for you to fetch changes up to bdd6d1fe1cd84806429467ce62a735bdc6bdbae7:
>
> arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+ (2018-04-23 15:03:07 -0700)
>
> ----------------------------------------------------------------
> This pull request brings in Raspberry Pi 3 B+ support and connects
> HDMI hotplug, LEDs, and wifi/bluetooth on the Raspberry Pi 3.
>
> ----------------------------------------------------------------
> Stefan Wahren (5):
> 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+
> arm64: dts: broadcom: Add reference to Raspberry Pi 3 B+
Merged into devicetree/next, thanks Eric!
--
Florian
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-05-01 18:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-30 21:27 [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 Eric Anholt
2018-04-30 21:27 ` [GIT PULL 2/3] bcm2835-defconfig-next-2018-04-30 Eric Anholt
2018-05-01 18:53 ` Florian Fainelli
2018-04-30 21:27 ` [GIT PULL 3/3] bcm2835-defconfig-64-next-2018-04-30 Eric Anholt
2018-05-01 18:54 ` Florian Fainelli
2018-05-01 18:53 ` [GIT PULL 1/3] bcm2835-dt-next-2018-04-30 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).