linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] bcm2835-dt-next-2018-09-09
@ 2018-09-13  5:50 Stefan Wahren
  2018-09-13  5:50 ` [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09 Stefan Wahren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefan Wahren @ 2018-09-13  5:50 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Eric Anholt, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Hi Florian,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-next-2018-09-09

for you to fetch changes up to 6ef5bd6cfd5da9fe67aea031fd0a66ff77d64ad6:

  ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs (2018-09-05 21:31:25 +0200)

----------------------------------------------------------------
This pull request brings in a board DT for the Raspberry Pi Compute
Module 3, its I/O board and enables the Ethernet LEDs for the RPi 3B+.

----------------------------------------------------------------
Stefan Wahren (3):
      dt-bindings: bcm: Add Raspberry Pi CM3 and CM3L
      ARM: dts: add Raspberry Pi Compute Module 3 and IO board
      ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs

 .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt   |  8 ++
 arch/arm/boot/dts/Makefile                         |  1 +
 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts          | 87 ++++++++++++++++++++++
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi             | 52 +++++++++++++
 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi         | 14 ++++
 5 files changed, 162 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3-io3.dts
 create mode 100644 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi

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

* [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09
  2018-09-13  5:50 [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 Stefan Wahren
@ 2018-09-13  5:50 ` Stefan Wahren
  2018-09-13 22:18   ` Florian Fainelli
  2018-09-13  5:50 ` [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09 Stefan Wahren
  2018-09-13 22:17 ` [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 Florian Fainelli
  2 siblings, 1 reply; 6+ messages in thread
From: Stefan Wahren @ 2018-09-13  5:50 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Eric Anholt, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Hi Florian,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-dt-64-next-2018-09-09

for you to fetch changes up to a7eb26392b893bff92b1eb6483f4af3d2eb19510:

  arm64: dts: broadcom: Add reference to Compute Module IO Board V3 (2018-08-31 07:01:34 +0200)

----------------------------------------------------------------
This pull request brings in the arm64 reference for Raspberry Pi Compute
Module 3.

----------------------------------------------------------------
Stefan Wahren (1):
      arm64: dts: broadcom: Add reference to Compute Module IO Board V3

 arch/arm64/boot/dts/broadcom/Makefile                | 3 ++-
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/broadcom/bcm2837-rpi-cm3-io3.dts

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

* [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09
  2018-09-13  5:50 [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 Stefan Wahren
  2018-09-13  5:50 ` [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09 Stefan Wahren
@ 2018-09-13  5:50 ` Stefan Wahren
  2018-09-13 22:18   ` Florian Fainelli
  2018-09-13 22:17 ` [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 Florian Fainelli
  2 siblings, 1 reply; 6+ messages in thread
From: Stefan Wahren @ 2018-09-13  5:50 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Stefan Wahren, Eric Anholt, linux-kernel,
	bcm-kernel-feedback-list, linux-rpi-kernel, linux-arm-kernel

Hi Florian,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-09-09

for you to fetch changes up to 99fa3b0c6082bff346f7d09f29e5edcc93d40bd3:

  ARM: bcm2835_defconfig: Enable bcm2835-audio (2018-09-02 18:49:33 +0200)

----------------------------------------------------------------
This pull request brings enables the RPi audio driver in the
bcm2835_defconfig.

----------------------------------------------------------------
Stefan Wahren (1):
      ARM: bcm2835_defconfig: Enable bcm2835-audio

 arch/arm/configs/bcm2835_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* Re: [GIT PULL 1/3] bcm2835-dt-next-2018-09-09
  2018-09-13  5:50 [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 Stefan Wahren
  2018-09-13  5:50 ` [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09 Stefan Wahren
  2018-09-13  5:50 ` [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09 Stefan Wahren
@ 2018-09-13 22:17 ` Florian Fainelli
  2 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-09-13 22:17 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: Eric Anholt, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel



On 09/12/18 22:50, Stefan Wahren wrote:
> Hi Florian,
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2018-09-09
> 
> for you to fetch changes up to 6ef5bd6cfd5da9fe67aea031fd0a66ff77d64ad6:
> 
>   ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs (2018-09-05 21:31:25 +0200)
> 
> ----------------------------------------------------------------
> This pull request brings in a board DT for the Raspberry Pi Compute
> Module 3, its I/O board and enables the Ethernet LEDs for the RPi 3B+.
> 
> ----------------------------------------------------------------

Merged into devicetree/next, thanks Stefan!
-- 
Florian

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

* Re: [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09
  2018-09-13  5:50 ` [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09 Stefan Wahren
@ 2018-09-13 22:18   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-09-13 22:18 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: Eric Anholt, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel



On 09/12/18 22:50, Stefan Wahren wrote:
> Hi Florian,
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-64-next-2018-09-09
> 
> for you to fetch changes up to a7eb26392b893bff92b1eb6483f4af3d2eb19510:
> 
>   arm64: dts: broadcom: Add reference to Compute Module IO Board V3 (2018-08-31 07:01:34 +0200)
> 
> ----------------------------------------------------------------
> This pull request brings in the arm64 reference for Raspberry Pi Compute
> Module 3.
> 
> ----------------------------------------------------------------

Merged into devicetree-arm64/next, thanks Stefan!
-- 
Florian

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

* Re: [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09
  2018-09-13  5:50 ` [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09 Stefan Wahren
@ 2018-09-13 22:18   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-09-13 22:18 UTC (permalink / raw)
  To: Stefan Wahren, Florian Fainelli
  Cc: Eric Anholt, linux-kernel, bcm-kernel-feedback-list,
	linux-rpi-kernel, linux-arm-kernel



On 09/12/18 22:50, Stefan Wahren wrote:
> Hi Florian,
> 
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
> 
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-09-09
> 
> for you to fetch changes up to 99fa3b0c6082bff346f7d09f29e5edcc93d40bd3:
> 
>   ARM: bcm2835_defconfig: Enable bcm2835-audio (2018-09-02 18:49:33 +0200)
> 
> ----------------------------------------------------------------
> This pull request brings enables the RPi audio driver in the
> bcm2835_defconfig.
> 
> ----------------------------------------------------------------

Merged into defconfig/next, thanks Stefan!
-- 
Florian

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

end of thread, other threads:[~2018-09-13 22:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-13  5:50 [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 Stefan Wahren
2018-09-13  5:50 ` [GIT PULL 2/3] bcm2835-dt-64-next-2018-09-09 Stefan Wahren
2018-09-13 22:18   ` Florian Fainelli
2018-09-13  5:50 ` [GIT PULL 3/3] bcm2835-defconfig-next-2018-09-09 Stefan Wahren
2018-09-13 22:18   ` Florian Fainelli
2018-09-13 22:17 ` [GIT PULL 1/3] bcm2835-dt-next-2018-09-09 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).