Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705701 > unrolled thread
| Started by | Eric Anholt <eric@anholt.net> |
|---|---|
| First post | 2017-08-07 18:40 +0200 |
| Last post | 2017-08-07 19:50 +0200 |
| Articles | 4 — 2 participants |
Back to article view | Back to linux.kernel
[GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Eric Anholt <eric@anholt.net> - 2017-08-07 18:40 +0200
[GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 Eric Anholt <eric@anholt.net> - 2017-08-07 18:40 +0200
Re: [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 Florian Fainelli <f.fainelli@gmail.com> - 2017-08-07 19:50 +0200
Re: [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Florian Fainelli <f.fainelli@gmail.com> - 2017-08-07 19:50 +0200
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Date | 2017-08-07 18:40 +0200 |
| Subject | [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 |
| Message-ID | <ubTep-2HP-1@gated-at.bofh.it> |
The following changes since commit 3bfe25fa9f8a56c5c877c7fd854d89238787c6d8:
ARM: dts: bcm283x: Move the BCM2837 DT contents from arm64 to arm. (2017-07-28 16:54:15 -0700)
are available in the git repository at:
git://github.com/anholt/linux tags/bcm2835-dt-next-2017-08-07
for you to fetch changes up to 2c7c040c73e9e5686a5b451674b0592551a52345:
ARM: dts: bcm2835: Add Raspberry Pi Zero W (2017-08-02 15:25:36 -0700)
----------------------------------------------------------------
This pull request brings in a new DT for the Raspberry Pi Zero W.
----------------------------------------------------------------
Stefan Wahren (3):
ARM: bcm283x: Define UART pinmuxing on board level
dt-bindings: bcm: Add Raspberry Pi Zero W
ARM: dts: bcm2835: Add Raspberry Pi Zero W
.../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 +
arch/arm/boot/dts/Makefile | 3 +-
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-zero-w.dts | 139 +++++++++++++++++++++
arch/arm/boot/dts/bcm2835-rpi-zero.dts | 6 +
arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +-
arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 6 +
arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 10 ++
12 files changed, 198 insertions(+), 2 deletions(-)
create mode 100644 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
[toc] | [next] | [standalone]
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Date | 2017-08-07 18:40 +0200 |
| Subject | [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 |
| Message-ID | <ubTep-2HP-7@gated-at.bofh.it> |
| In reply to | #1705701 |
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-08-07
for you to fetch changes up to 6235a80a5475d10ebef646c06cf7cf0f4aba688c:
ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W (2017-07-19 13:37:34 -0700)
----------------------------------------------------------------
This pull request brings in defconfig changes for the Raspberry Pi
Zero W.
----------------------------------------------------------------
Stefan Wahren (3):
ARM: bcm2835_defconfig: Enable Mini UART console support
ARM: bcm2835_defconfig: Increase CMA for VC4
ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W
arch/arm/configs/bcm2835_defconfig | 7 +++++++
1 file changed, 7 insertions(+)
[toc] | [prev] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-08-07 19:50 +0200 |
| Subject | Re: [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 |
| Message-ID | <ubUka-3qL-31@gated-at.bofh.it> |
| In reply to | #1705703 |
On 08/07/2017 09:35 AM, Eric Anholt wrote: > The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877: > > Linux v4.13-rc1 (2017-07-15 15:22:10 -0700) > > are available in the git repository at: > > git://github.com/anholt/linux tags/bcm2835-defconfig-next-2017-08-07 > > for you to fetch changes up to 6235a80a5475d10ebef646c06cf7cf0f4aba688c: > > ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W (2017-07-19 13:37:34 -0700) > > ---------------------------------------------------------------- > This pull request brings in defconfig changes for the Raspberry Pi > Zero W. > > ---------------------------------------------------------------- > Stefan Wahren (3): > ARM: bcm2835_defconfig: Enable Mini UART console support > ARM: bcm2835_defconfig: Increase CMA for VC4 > ARM: bcm2835_defconfig: Enable wifi driver for RPi Zero W Also merged, thanks Eric! > > arch/arm/configs/bcm2835_defconfig | 7 +++++++ > 1 file changed, 7 insertions(+) > -- Florian
[toc] | [prev] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-08-07 19:50 +0200 |
| Message-ID | <ubUka-3qL-23@gated-at.bofh.it> |
| In reply to | #1705701 |
On 08/07/2017 09:35 AM, Eric Anholt wrote: > The following changes since commit 3bfe25fa9f8a56c5c877c7fd854d89238787c6d8: > > ARM: dts: bcm283x: Move the BCM2837 DT contents from arm64 to arm. (2017-07-28 16:54:15 -0700) > > are available in the git repository at: > > git://github.com/anholt/linux tags/bcm2835-dt-next-2017-08-07 > > for you to fetch changes up to 2c7c040c73e9e5686a5b451674b0592551a52345: > > ARM: dts: bcm2835: Add Raspberry Pi Zero W (2017-08-02 15:25:36 -0700) > > ---------------------------------------------------------------- > This pull request brings in a new DT for the Raspberry Pi Zero W. > > ---------------------------------------------------------------- Merged, thanks Eric! > Stefan Wahren (3): > ARM: bcm283x: Define UART pinmuxing on board level > dt-bindings: bcm: Add Raspberry Pi Zero W > ARM: dts: bcm2835: Add Raspberry Pi Zero W > > .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 + > arch/arm/boot/dts/Makefile | 3 +- > 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-zero-w.dts | 139 +++++++++++++++++++++ > arch/arm/boot/dts/bcm2835-rpi-zero.dts | 6 + > arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +- > arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 6 + > arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 10 ++ > 12 files changed, 198 insertions(+), 2 deletions(-) > create mode 100644 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts > -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web