All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] bcm2835-dt-next-2018-02-28
@ 2018-02-28 21:39 ` Eric Anholt
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Anholt @ 2018-02-28 21:39 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 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0:

  ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode (2018-02-26 15:02:23 -0800)

----------------------------------------------------------------
This pull request adds automatic BT probing to the Pi Zero W, OTG mode
for the Zero W, the GPIO expander on the Pi3, and fixes I2S probe
(which is disabled by default, but often used downstream)

----------------------------------------------------------------
Baruch Siach (2):
      ARM: dts: bcm2835: make the firmware node into a bus
      ARM: dts: bcm2837-rpi-3-b: add GPIO expander

Henry Zhang (1):
      ARM: dts: bcm283x: Fix pin function of JTAG pins

Stefan Wahren (5):
      dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s
      ARM: dts: bcm283x: Fix probing of bcm2835-i2s
      ARM: dts: bcm283x: Apply pull settings to Zero W relevant groups
      ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slave
      ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode

 .../devicetree/bindings/dma/brcm,bcm2835-dma.txt        |  4 ++--
 .../devicetree/bindings/sound/brcm,bcm2835-i2s.txt      |  9 ++++-----
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts                | 16 ++++++++++++++--
 arch/arm/boot/dts/bcm2835-rpi.dtsi                      |  4 +++-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts                   | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm283x.dtsi                          |  9 ++++++---
 6 files changed, 46 insertions(+), 13 deletions(-)

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

* [GIT PULL 1/2] bcm2835-dt-next-2018-02-28
@ 2018-02-28 21:39 ` Eric Anholt
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Anholt @ 2018-02-28 21:39 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Florian,

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0:

  ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode (2018-02-26 15:02:23 -0800)

----------------------------------------------------------------
This pull request adds automatic BT probing to the Pi Zero W, OTG mode
for the Zero W, the GPIO expander on the Pi3, and fixes I2S probe
(which is disabled by default, but often used downstream)

----------------------------------------------------------------
Baruch Siach (2):
      ARM: dts: bcm2835: make the firmware node into a bus
      ARM: dts: bcm2837-rpi-3-b: add GPIO expander

Henry Zhang (1):
      ARM: dts: bcm283x: Fix pin function of JTAG pins

Stefan Wahren (5):
      dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s
      ARM: dts: bcm283x: Fix probing of bcm2835-i2s
      ARM: dts: bcm283x: Apply pull settings to Zero W relevant groups
      ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slave
      ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode

 .../devicetree/bindings/dma/brcm,bcm2835-dma.txt        |  4 ++--
 .../devicetree/bindings/sound/brcm,bcm2835-i2s.txt      |  9 ++++-----
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts                | 16 ++++++++++++++--
 arch/arm/boot/dts/bcm2835-rpi.dtsi                      |  4 +++-
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts                   | 17 +++++++++++++++++
 arch/arm/boot/dts/bcm283x.dtsi                          |  9 ++++++---
 6 files changed, 46 insertions(+), 13 deletions(-)

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

* [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28
  2018-02-28 21:39 ` Eric Anholt
@ 2018-02-28 21:39   ` Eric Anholt
  -1 siblings, 0 replies; 8+ messages in thread
From: Eric Anholt @ 2018-02-28 21:39 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,

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bb9d91a4e5c87cabfa2c9d35761374aa11150c2d:

  ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3 (2018-02-26 15:30:43 -0800)

----------------------------------------------------------------
This pull request enables several recent drivers for the Raspberry Pi
family in the defconfigs (thermal, BT, aux serial).

----------------------------------------------------------------
Stefan Wahren (2):
      ARM: bcm2385_defconfig: Enable BT support for BCM43438
      ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3

Tuomas Tynkkynen (1):
      ARM: multi_v7_defconfig: Enable serial console on RPi 3

 arch/arm/configs/bcm2835_defconfig  | 4 ++++
 arch/arm/configs/multi_v7_defconfig | 4 ++++
 2 files changed, 8 insertions(+)

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

* [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28
@ 2018-02-28 21:39   ` Eric Anholt
  0 siblings, 0 replies; 8+ messages in thread
From: Eric Anholt @ 2018-02-28 21:39 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Florian,

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bb9d91a4e5c87cabfa2c9d35761374aa11150c2d:

  ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3 (2018-02-26 15:30:43 -0800)

----------------------------------------------------------------
This pull request enables several recent drivers for the Raspberry Pi
family in the defconfigs (thermal, BT, aux serial).

----------------------------------------------------------------
Stefan Wahren (2):
      ARM: bcm2385_defconfig: Enable BT support for BCM43438
      ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3

Tuomas Tynkkynen (1):
      ARM: multi_v7_defconfig: Enable serial console on RPi 3

 arch/arm/configs/bcm2835_defconfig  | 4 ++++
 arch/arm/configs/multi_v7_defconfig | 4 ++++
 2 files changed, 8 insertions(+)

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

* Re: [GIT PULL 1/2] bcm2835-dt-next-2018-02-28
  2018-02-28 21:39 ` Eric Anholt
@ 2018-02-28 23:35   ` Florian Fainelli
  -1 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-02-28 23:35 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list

On 02/28/2018 01:39 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2018-02-28
> 
> for you to fetch changes up to bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0:
> 
>   ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode (2018-02-26 15:02:23 -0800)
> 
> ----------------------------------------------------------------
> This pull request adds automatic BT probing to the Pi Zero W, OTG mode
> for the Zero W, the GPIO expander on the Pi3, and fixes I2S probe
> (which is disabled by default, but often used downstream)
> 
> ----------------------------------------------------------------
> Baruch Siach (2):
>       ARM: dts: bcm2835: make the firmware node into a bus
>       ARM: dts: bcm2837-rpi-3-b: add GPIO expander
> 
> Henry Zhang (1):
>       ARM: dts: bcm283x: Fix pin function of JTAG pins
> 
> Stefan Wahren (5):
>       dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s
>       ARM: dts: bcm283x: Fix probing of bcm2835-i2s
>       ARM: dts: bcm283x: Apply pull settings to Zero W relevant groups
>       ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slave
>       ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode

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

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

* [GIT PULL 1/2] bcm2835-dt-next-2018-02-28
@ 2018-02-28 23:35   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-02-28 23:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 02/28/2018 01:39 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2018-02-28
> 
> for you to fetch changes up to bcc76c4014dce4e3834dbd5b7f6593cbcfbfebe0:
> 
>   ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode (2018-02-26 15:02:23 -0800)
> 
> ----------------------------------------------------------------
> This pull request adds automatic BT probing to the Pi Zero W, OTG mode
> for the Zero W, the GPIO expander on the Pi3, and fixes I2S probe
> (which is disabled by default, but often used downstream)
> 
> ----------------------------------------------------------------
> Baruch Siach (2):
>       ARM: dts: bcm2835: make the firmware node into a bus
>       ARM: dts: bcm2837-rpi-3-b: add GPIO expander
> 
> Henry Zhang (1):
>       ARM: dts: bcm283x: Fix pin function of JTAG pins
> 
> Stefan Wahren (5):
>       dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s
>       ARM: dts: bcm283x: Fix probing of bcm2835-i2s
>       ARM: dts: bcm283x: Apply pull settings to Zero W relevant groups
>       ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slave
>       ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode

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

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

* Re: [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28
  2018-02-28 21:39   ` Eric Anholt
@ 2018-02-28 23:37     ` Florian Fainelli
  -1 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-02-28 23:37 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list

On 02/28/2018 01:39 PM, Eric Anholt wrote:
> Hi Florian,
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-02-28
> 
> for you to fetch changes up to bb9d91a4e5c87cabfa2c9d35761374aa11150c2d:
> 
>   ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3 (2018-02-26 15:30:43 -0800)
> 
> ----------------------------------------------------------------
> This pull request enables several recent drivers for the Raspberry Pi
> family in the defconfigs (thermal, BT, aux serial).
> 
> ----------------------------------------------------------------
> Stefan Wahren (2):
>       ARM: bcm2385_defconfig: Enable BT support for BCM43438
>       ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3
> 
> Tuomas Tynkkynen (1):
>       ARM: multi_v7_defconfig: Enable serial console on RPi 3

Merged into defconfig/next, thanks Eric.
-- 
Florian

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

* [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28
@ 2018-02-28 23:37     ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-02-28 23:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 02/28/2018 01:39 PM, Eric Anholt wrote:
> Hi Florian,
> 
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-02-28
> 
> for you to fetch changes up to bb9d91a4e5c87cabfa2c9d35761374aa11150c2d:
> 
>   ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3 (2018-02-26 15:30:43 -0800)
> 
> ----------------------------------------------------------------
> This pull request enables several recent drivers for the Raspberry Pi
> family in the defconfigs (thermal, BT, aux serial).
> 
> ----------------------------------------------------------------
> Stefan Wahren (2):
>       ARM: bcm2385_defconfig: Enable BT support for BCM43438
>       ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3
> 
> Tuomas Tynkkynen (1):
>       ARM: multi_v7_defconfig: Enable serial console on RPi 3

Merged into defconfig/next, thanks Eric.
-- 
Florian

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

end of thread, other threads:[~2018-02-28 23:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 21:39 [GIT PULL 1/2] bcm2835-dt-next-2018-02-28 Eric Anholt
2018-02-28 21:39 ` Eric Anholt
2018-02-28 21:39 ` [GIT PULL 2/2] bcm2835-defconfig-next-2018-02-28 Eric Anholt
2018-02-28 21:39   ` Eric Anholt
2018-02-28 23:37   ` Florian Fainelli
2018-02-28 23:37     ` Florian Fainelli
2018-02-28 23:35 ` [GIT PULL 1/2] bcm2835-dt-next-2018-02-28 Florian Fainelli
2018-02-28 23:35   ` Florian Fainelli

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.