linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] bcm2835-dt-next-2017-08-07
@ 2017-08-07 16:35 Eric Anholt
  2017-08-07 16:35 ` [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 Eric Anholt
  2017-08-07 17:46 ` [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Florian Fainelli
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Anholt @ 2017-08-07 16:35 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07
  2017-08-07 16:35 [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Eric Anholt
@ 2017-08-07 16:35 ` Eric Anholt
  2017-08-07 17:47   ` Florian Fainelli
  2017-08-07 17:46 ` [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Florian Fainelli
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Anholt @ 2017-08-07 16:35 UTC (permalink / raw)
  To: linux-arm-kernel

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(+)

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

* [GIT PULL 1/2] bcm2835-dt-next-2017-08-07
  2017-08-07 16:35 [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Eric Anholt
  2017-08-07 16:35 ` [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 Eric Anholt
@ 2017-08-07 17:46 ` Florian Fainelli
  1 sibling, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2017-08-07 17:46 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07
  2017-08-07 16:35 ` [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 Eric Anholt
@ 2017-08-07 17:47   ` Florian Fainelli
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2017-08-07 17:47 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2017-08-07 17:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 16:35 [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 Eric Anholt
2017-08-07 16:35 ` [GIT PULL 2/2] bcm2835-defconfig-next-2017-08-07 Eric Anholt
2017-08-07 17:47   ` Florian Fainelli
2017-08-07 17:46 ` [GIT PULL 1/2] bcm2835-dt-next-2017-08-07 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).