linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] bcm2835-dt-next-2018-07-03
@ 2018-07-03 20:05 Eric Anholt
  2018-07-03 20:05 ` [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03 Eric Anholt
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Anholt @ 2018-07-03 20:05 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 ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 7503668f7287a359f234cd000f4ca8572e40677b:

  ARM: dts: bcm283x: Add Transposer block (2018-07-02 12:46:20 -0700)

----------------------------------------------------------------
This pull request brings in a board DT for the Raspberry Pi Compute
Module and its I/O board, the Pi3's PMU node, and the display's
transposer block.

----------------------------------------------------------------
Boris Brezillon (1):
      ARM: dts: bcm283x: Add Transposer block

Eric Anholt (1):
      arm: bcm2835: Add the PMU to the devicetree.

Stefan Wahren (1):
      ARM: dts: add Raspberry Pi Compute Module and IO board

 arch/arm/boot/dts/Makefile                |  1 +
 arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts | 88 +++++++++++++++++++++++++++++++
 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi    | 34 ++++++++++++
 arch/arm/boot/dts/bcm2837.dtsi            |  6 +++
 arch/arm/boot/dts/bcm283x.dtsi            |  6 +++
 5 files changed, 135 insertions(+)
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-cm1-io1.dts
 create mode 100644 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi

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

* [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03
  2018-07-03 20:05 [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Eric Anholt
@ 2018-07-03 20:05 ` Eric Anholt
  2018-07-09 12:25   ` Florian Fainelli
  2018-07-03 20:05 ` [GIT PULL 3/4] bcm2835-defconfig-next-2018-07-03 Eric Anholt
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Eric Anholt @ 2018-07-03 20:05 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-drivers-next-2018-07-03

for you to fetch changes up to 5bfdc1097654eb31bcf2d10421ed769ef3b161c6:

  firmware: raspberrypi: Remove VLA usage (2018-07-03 12:56:12 -0700)

----------------------------------------------------------------
This pull request brings in the new HWMON driver for getting
under-voltage detection from the Raspberry Pi firmware, and a change
from Kees to remove another instance of VLA stack usage.

----------------------------------------------------------------
Kees Cook (1):
      firmware: raspberrypi: Remove VLA usage

Stefan Wahren (3):
      ARM: bcm2835: Add GET_THROTTLED firmware property
      hwmon: Add support for RPi voltage sensor
      firmware: raspberrypi: Register hwmon driver

 Documentation/hwmon/raspberrypi-hwmon      |  22 ++++
 drivers/firmware/raspberrypi.c             |  29 ++++-
 drivers/hwmon/Kconfig                      |  10 ++
 drivers/hwmon/Makefile                     |   1 +
 drivers/hwmon/raspberrypi-hwmon.c          | 166 +++++++++++++++++++++++++++++
 include/soc/bcm2835/raspberrypi-firmware.h |   1 +
 6 files changed, 227 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/hwmon/raspberrypi-hwmon
 create mode 100644 drivers/hwmon/raspberrypi-hwmon.c

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

* [GIT PULL 3/4] bcm2835-defconfig-next-2018-07-03
  2018-07-03 20:05 [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Eric Anholt
  2018-07-03 20:05 ` [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03 Eric Anholt
@ 2018-07-03 20:05 ` Eric Anholt
  2018-07-09 12:25   ` Florian Fainelli
  2018-07-03 20:05 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2018-07-03 Eric Anholt
  2018-07-09 12:20 ` [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Florian Fainelli
  3 siblings, 1 reply; 8+ messages in thread
From: Eric Anholt @ 2018-07-03 20:05 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 7b54aafff3ef4571567ff6a7d13ed51554f07a71:

  ARM: multi_v7_defconfig: Enable RPi voltage sensor (2018-06-21 17:29:51 -0700)

----------------------------------------------------------------
This pull request enables the new RPi HWMON driver in the 32-bit
defconfigs.

----------------------------------------------------------------
Stefan Wahren (2):
      ARM: bcm2835_defconfig: Enable RPi voltage sensor
      ARM: multi_v7_defconfig: Enable RPi voltage sensor

 arch/arm/configs/bcm2835_defconfig  | 2 +-
 arch/arm/configs/multi_v7_defconfig | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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

* [GIT PULL 4/4] bcm2835-defconfig-64-next-2018-07-03
  2018-07-03 20:05 [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Eric Anholt
  2018-07-03 20:05 ` [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03 Eric Anholt
  2018-07-03 20:05 ` [GIT PULL 3/4] bcm2835-defconfig-next-2018-07-03 Eric Anholt
@ 2018-07-03 20:05 ` Eric Anholt
  2018-07-09 12:25   ` Florian Fainelli
  2018-07-09 12:20 ` [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Florian Fainelli
  3 siblings, 1 reply; 8+ messages in thread
From: Eric Anholt @ 2018-07-03 20:05 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list, Eric Anholt

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2018-07-03

for you to fetch changes up to 79db60a8bb0b32fdda90a338f09fc83d7d576abe:

  arm64: defconfig: Enable RPi voltage sensor (2018-06-21 17:31:19 -0700)

----------------------------------------------------------------
This pull request enables the new RPi HWMON driver in the 64-bit
defconfig.

----------------------------------------------------------------
Stefan Wahren (1):
      arm64: defconfig: Enable RPi voltage sensor

 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-2018-07-03
  2018-07-03 20:05 [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Eric Anholt
                   ` (2 preceding siblings ...)
  2018-07-03 20:05 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2018-07-03 Eric Anholt
@ 2018-07-09 12:20 ` Florian Fainelli
  3 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-07-09 12:20 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 07/03/2018 01:05 PM, Eric Anholt wrote:
> Hi Florian,
> 
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-dt-next-2018-07-03
> 
> for you to fetch changes up to 7503668f7287a359f234cd000f4ca8572e40677b:
> 
>   ARM: dts: bcm283x: Add Transposer block (2018-07-02 12:46:20 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in a board DT for the Raspberry Pi Compute
> Module and its I/O board, the Pi3's PMU node, and the display's
> transposer block.
> 
> ----------------------------------------------------------------

Merged, thanks Eric!
-- 
Florian

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

* Re: [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03
  2018-07-03 20:05 ` [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03 Eric Anholt
@ 2018-07-09 12:25   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-07-09 12:25 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 07/03/2018 01:05 PM, Eric Anholt wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-drivers-next-2018-07-03
> 
> for you to fetch changes up to 5bfdc1097654eb31bcf2d10421ed769ef3b161c6:
> 
>   firmware: raspberrypi: Remove VLA usage (2018-07-03 12:56:12 -0700)
> 
> ----------------------------------------------------------------
> This pull request brings in the new HWMON driver for getting
> under-voltage detection from the Raspberry Pi firmware, and a change
> from Kees to remove another instance of VLA stack usage.
> 
> ----------------------------------------------------------------

Merged, thanks Eric!
-- 
Florian

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

* Re: [GIT PULL 3/4] bcm2835-defconfig-next-2018-07-03
  2018-07-03 20:05 ` [GIT PULL 3/4] bcm2835-defconfig-next-2018-07-03 Eric Anholt
@ 2018-07-09 12:25   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-07-09 12:25 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 07/03/2018 01:05 PM, Eric Anholt wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-next-2018-07-03
> 
> for you to fetch changes up to 7b54aafff3ef4571567ff6a7d13ed51554f07a71:
> 
>   ARM: multi_v7_defconfig: Enable RPi voltage sensor (2018-06-21 17:29:51 -0700)
> 
> ----------------------------------------------------------------
> This pull request enables the new RPi HWMON driver in the 32-bit
> defconfigs.
> 
> ----------------------------------------------------------------

Merged, thanks Eric!
-- 
Florian

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

* Re: [GIT PULL 4/4] bcm2835-defconfig-64-next-2018-07-03
  2018-07-03 20:05 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2018-07-03 Eric Anholt
@ 2018-07-09 12:25   ` Florian Fainelli
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Fainelli @ 2018-07-09 12:25 UTC (permalink / raw)
  To: Eric Anholt, Florian Fainelli
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-kernel, Stefan Wahren,
	bcm-kernel-feedback-list



On 07/03/2018 01:05 PM, Eric Anholt wrote:
> The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:
> 
>   Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)
> 
> are available in the Git repository at:
> 
>   git://github.com/anholt/linux tags/bcm2835-defconfig-64-next-2018-07-03
> 
> for you to fetch changes up to 79db60a8bb0b32fdda90a338f09fc83d7d576abe:
> 
>   arm64: defconfig: Enable RPi voltage sensor (2018-06-21 17:31:19 -0700)
> 
> ----------------------------------------------------------------
> This pull request enables the new RPi HWMON driver in the 64-bit
> defconfig.
> 
> ----------------------------------------------------------------

Merged, thanks Eric!
-- 
Florian

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

end of thread, other threads:[~2018-07-09 12:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-03 20:05 [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 Eric Anholt
2018-07-03 20:05 ` [GIT PULL 2/4] bcm2835-drivers-next-2018-07-03 Eric Anholt
2018-07-09 12:25   ` Florian Fainelli
2018-07-03 20:05 ` [GIT PULL 3/4] bcm2835-defconfig-next-2018-07-03 Eric Anholt
2018-07-09 12:25   ` Florian Fainelli
2018-07-03 20:05 ` [GIT PULL 4/4] bcm2835-defconfig-64-next-2018-07-03 Eric Anholt
2018-07-09 12:25   ` Florian Fainelli
2018-07-09 12:20 ` [GIT PULL 1/4] bcm2835-dt-next-2018-07-03 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).