linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] bcm2835-dt-next-2016-11-18
@ 2016-11-18 18:58 Eric Anholt
  2016-11-18 18:58 ` [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18 Eric Anholt
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Anholt @ 2016-11-18 18:58 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list, Eric Anholt

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-next-2016-11-18

for you to fetch changes up to 3a1689ea752436917c5ce4487527ed6c444630ee:

  ARM: bcm2835: Add names for the RPi Zero GPIO lines (2016-11-16 13:54:36 -0800)

----------------------------------------------------------------
This pull request brings in DT changes for BCM2835: pinctrl setup
cleanups, GPIO line naming, and the node for the new thermal driver.

----------------------------------------------------------------
Eric Anholt (1):
      ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

Gerd Hoffmann (6):
      pinctrl: bcm2835: add pull defines to dt bindings
      ARM: dts: bcm283x: add pinctrl group to &pwm, drop pins from &gpio
      ARM: dts: bcm283x: add pinctrl group to &i2c0, drop pins from &gpio
      ARM: dts: bcm283x: add pinctrl group to &i2c1, drop pins from &gpio
      ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio
      ARM: dts: bcm283x: drop alt3 from &gpio

Linus Walleij (1):
      ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

Martin Sperl (2):
      dt: bindings: add thermal device driver for bcm2835
      ARM: bcm2835: dts: add thermal node to device-tree of bcm283x

Stefan Wahren (4):
      DT: binding: bcm2835-mbox: fix address typo in example
      ARM: dts: bcm283x: fix typo in mailbox address
      ARM: bcm2835: Fix names for the Raspberry Pi GPIO lines
      ARM: bcm2835: Add names for the RPi Zero GPIO lines

 .../bindings/mailbox/brcm,bcm2835-mbox.txt         |   2 +-
 .../bindings/thermal/brcm,bcm2835-thermal.txt      |  17 ++
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |  67 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-a.dts                |  69 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |  68 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |  68 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |  69 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-zero.dts             |  67 ++++++-
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |  15 +-
 arch/arm/boot/dts/bcm2835.dtsi                     |   6 +
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |   2 +-
 arch/arm/boot/dts/bcm2836.dtsi                     |   6 +
 arch/arm/boot/dts/bcm283x.dtsi                     | 212 ++++++++++++++++++++-
 drivers/pinctrl/bcm/pinctrl-bcm2835.c              |   6 -
 include/dt-bindings/pinctrl/bcm2835.h              |   5 +
 15 files changed, 658 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/brcm,bcm2835-thermal.txt

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

* [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18
  2016-11-18 18:58 [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Eric Anholt
@ 2016-11-18 18:58 ` Eric Anholt
  2016-11-22  5:13   ` Florian Fainelli
  2016-11-18 18:58 ` [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18 Eric Anholt
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Eric Anholt @ 2016-11-18 18:58 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list, Eric Anholt

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-11-18

for you to fetch changes up to a44e87b47148c6ee6b78509f47e6a15c0fae890a:

  ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED (2016-11-16 13:49:38 -0800)

----------------------------------------------------------------
This pull request brings thermal support to the BCM2837 DT, and a few
other fixes.

In order to get the thermal node that we're adjusting the compatible
string on, we have to merge in the bcm2835-dt-next branch.

----------------------------------------------------------------
Andrea Merello (1):
      ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED

Andreas Färber (1):
      ARM64: dts: bcm2835: Fix bcm2837 compatible string

Eric Anholt (2):
      ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.
      Merge branch 'bcm2835-dt-next' into bcm2835-dt-64-next

Gerd Hoffmann (6):
      pinctrl: bcm2835: add pull defines to dt bindings
      ARM: dts: bcm283x: add pinctrl group to &pwm, drop pins from &gpio
      ARM: dts: bcm283x: add pinctrl group to &i2c0, drop pins from &gpio
      ARM: dts: bcm283x: add pinctrl group to &i2c1, drop pins from &gpio
      ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio
      ARM: dts: bcm283x: drop alt3 from &gpio

Linus Walleij (1):
      ARM: bcm2835: Add names for the Raspberry Pi GPIO lines

Martin Sperl (3):
      dt: bindings: add thermal device driver for bcm2835
      ARM: bcm2835: dts: add thermal node to device-tree of bcm283x
      ARM64: bcm2835: dts: add thermal node to device-tree of bcm2837

Stefan Wahren (3):
      ARM64: dts: bcm283x: Use dtsi for USB host mode
      DT: binding: bcm2835-mbox: fix address typo in example
      ARM: dts: bcm283x: fix typo in mailbox address

 .../bindings/mailbox/brcm,bcm2835-mbox.txt         |   2 +-
 .../bindings/thermal/brcm,bcm2835-thermal.txt      |  17 ++
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts           |  67 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-a.dts                |  69 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts           |  68 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts           |  68 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-b.dts                |  69 ++++++-
 arch/arm/boot/dts/bcm2835-rpi-zero.dts             |   2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi                 |  15 +-
 arch/arm/boot/dts/bcm2835.dtsi                     |   6 +
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts              |   2 +-
 arch/arm/boot/dts/bcm2836.dtsi                     |   6 +
 arch/arm/boot/dts/bcm283x.dtsi                     | 212 ++++++++++++++++++++-
 arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts   |   8 +-
 arch/arm64/boot/dts/broadcom/bcm2837.dtsi          |   8 +-
 .../boot/dts/broadcom/bcm283x-rpi-usb-host.dtsi    |   1 +
 drivers/pinctrl/bcm/pinctrl-bcm2835.c              |   6 -
 include/dt-bindings/pinctrl/bcm2835.h              |   5 +
 18 files changed, 602 insertions(+), 29 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/brcm,bcm2835-thermal.txt
 create mode 120000 arch/arm64/boot/dts/broadcom/bcm283x-rpi-usb-host.dtsi

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

* [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18
  2016-11-18 18:58 [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Eric Anholt
  2016-11-18 18:58 ` [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18 Eric Anholt
@ 2016-11-18 18:58 ` Eric Anholt
  2016-11-22  5:21   ` Florian Fainelli
  2016-11-18 18:58 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18 Eric Anholt
  2016-11-22  5:08 ` [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Florian Fainelli
  3 siblings, 1 reply; 8+ messages in thread
From: Eric Anholt @ 2016-11-18 18:58 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list, Eric Anholt

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-defconfig-next-2016-11-18

for you to fetch changes up to bab0cb90550467c71f4e1b73da406a2280c4f418:

  ARM: bcm2835: add thermal driver to default config (2016-11-11 09:00:37 -0800)

----------------------------------------------------------------
This pull request enables the BCM2835 (Raspberry Pi) thermal driver in
the Pi1 defconfig.

----------------------------------------------------------------
Martin Sperl (1):
      ARM: bcm2835: add thermal driver to default config

 arch/arm/configs/bcm2835_defconfig | 2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18
  2016-11-18 18:58 [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Eric Anholt
  2016-11-18 18:58 ` [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18 Eric Anholt
  2016-11-18 18:58 ` [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18 Eric Anholt
@ 2016-11-18 18:58 ` Eric Anholt
  2016-11-22  5:26   ` Florian Fainelli
  2016-11-22  5:08 ` [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Florian Fainelli
  3 siblings, 1 reply; 8+ messages in thread
From: Eric Anholt @ 2016-11-18 18:58 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list, Eric Anholt

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  https://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2016-11-18

for you to fetch changes up to ac178e4280e65f4d0d14b13a7bfec3a43ff90e66:

  ARM64: bcm2835: add thermal driver to default config (2016-11-11 09:00:00 -0800)

----------------------------------------------------------------
This pull enables the BCM2837 (Pi 3) thermal driver in the defconfig.

----------------------------------------------------------------
Martin Sperl (1):
      ARM64: bcm2835: add thermal driver to default config

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* Re: [GIT PULL 1/4] bcm2835-dt-next-2016-11-18
  2016-11-18 18:58 [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Eric Anholt
                   ` (2 preceding siblings ...)
  2016-11-18 18:58 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18 Eric Anholt
@ 2016-11-22  5:08 ` Florian Fainelli
  3 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-11-22  5:08 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list

Le 18/11/2016 à 10:58, Eric Anholt a écrit :
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-next-2016-11-18
> 
> for you to fetch changes up to 3a1689ea752436917c5ce4487527ed6c444630ee:
> 
>   ARM: bcm2835: Add names for the RPi Zero GPIO lines (2016-11-16 13:54:36 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings in DT changes for BCM2835: pinctrl setup
> cleanups, GPIO line naming, and the node for the new thermal driver.

Merged, thanks Eric!
-- 
Florian

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

* Re: [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18
  2016-11-18 18:58 ` [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18 Eric Anholt
@ 2016-11-22  5:13   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-11-22  5:13 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list

Le 18/11/2016 à 10:58, Eric Anholt a écrit :
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-dt-64-next-2016-11-18
> 
> for you to fetch changes up to a44e87b47148c6ee6b78509f47e6a15c0fae890a:
> 
>   ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED (2016-11-16 13:49:38 -0800)
> 
> ----------------------------------------------------------------
> This pull request brings thermal support to the BCM2837 DT, and a few
> other fixes.
> 
> In order to get the thermal node that we're adjusting the compatible
> string on, we have to merge in the bcm2835-dt-next branch.

Merged, thanks!
-- 
Florian

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

* Re: [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18
  2016-11-18 18:58 ` [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18 Eric Anholt
@ 2016-11-22  5:21   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-11-22  5:21 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list

Le 18/11/2016 à 10:58, Eric Anholt a écrit :
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-defconfig-next-2016-11-18
> 
> for you to fetch changes up to bab0cb90550467c71f4e1b73da406a2280c4f418:
> 
>   ARM: bcm2835: add thermal driver to default config (2016-11-11 09:00:37 -0800)
> 
> ----------------------------------------------------------------
> This pull request enables the BCM2835 (Raspberry Pi) thermal driver in
> the Pi1 defconfig.

Merged, thanks!
-- 
Florian

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

* Re: [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18
  2016-11-18 18:58 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18 Eric Anholt
@ 2016-11-22  5:26   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2016-11-22  5:26 UTC (permalink / raw)
  To: Eric Anholt
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stephen Warren,
	Lee Jones, bcm-kernel-feedback-list

Le 18/11/2016 à 10:58, Eric Anholt a écrit :
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2016-11-18
> 
> for you to fetch changes up to ac178e4280e65f4d0d14b13a7bfec3a43ff90e66:
> 
>   ARM64: bcm2835: add thermal driver to default config (2016-11-11 09:00:00 -0800)
> 
> ----------------------------------------------------------------
> This pull enables the BCM2837 (Pi 3) thermal driver in the defconfig.
> 
> ----------------------------------------------------------------

Merged, thanks!
-- 
Florian

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

end of thread, other threads:[~2016-11-22  5:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 18:58 [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 Eric Anholt
2016-11-18 18:58 ` [GIT PULL 2/4] bcm2835-dt-64-next-2016-11-18 Eric Anholt
2016-11-22  5:13   ` Florian Fainelli
2016-11-18 18:58 ` [GIT PULL 3/4] bcm2835-defconfig-next-2016-11-18 Eric Anholt
2016-11-22  5:21   ` Florian Fainelli
2016-11-18 18:58 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2016-11-18 Eric Anholt
2016-11-22  5:26   ` Florian Fainelli
2016-11-22  5:08 ` [GIT PULL 1/4] bcm2835-dt-next-2016-11-18 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).