All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/6] hwmon: Add support for Raspberry Pi voltage sensor
@ 2018-05-16 13:37 ` Stefan Wahren
  0 siblings, 0 replies; 50+ messages in thread
From: Stefan Wahren @ 2018-05-16 13:37 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Jean Delvare, Guenter Roeck, Eric Anholt
  Cc: Florian Fainelli, Ray Jui, Scott Branden, Phil Elwell,
	bcm-kernel-feedback-list, devicetree, linux-arm-kernel,
	linux-rpi-kernel, linux-hwmon, Stefan Wahren

A common issue for the Raspberry Pi is an inadequate power supply. 
Noralf Trønnes started a discussion [1] about writting such under-voltage
conditions into the kernel log.

This series is a draft to upstream the resulting kernel patch and is not
intended for 4.18.

[1] - https://github.com/raspberrypi/linux/issues/2367

Stefan Wahren (6):
  ARM: bcm2835: Add GET_THROTTLED firmware property
  dt-bindings: hwmon: Add Raspberry Pi voltage sensor
  hwmon: Add support for RPi voltage sensor
  ARM: bcm2835_defconfig: Enable RPi voltage sensor
  ARM: multi_v7_defconfig: Enable RPi voltage sensor
  arm64: defconfig: Enable RPi voltage sensor

 .../bindings/hwmon/raspberrypi-hwmon.txt           |  19 ++
 arch/arm/configs/bcm2835_defconfig                 |   2 +-
 arch/arm/configs/multi_v7_defconfig                |   1 +
 arch/arm64/configs/defconfig                       |   1 +
 drivers/hwmon/Kconfig                              |  10 +
 drivers/hwmon/Makefile                             |   1 +
 drivers/hwmon/raspberrypi-hwmon.c                  | 207 +++++++++++++++++++++
 include/soc/bcm2835/raspberrypi-firmware.h         |   1 +
 8 files changed, 241 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/hwmon/raspberrypi-hwmon.txt
 create mode 100644 drivers/hwmon/raspberrypi-hwmon.c

-- 
2.7.4

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

end of thread, other threads:[~2018-05-17 17:25 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16 13:37 [PATCH RFC 0/6] hwmon: Add support for Raspberry Pi voltage sensor Stefan Wahren
2018-05-16 13:37 ` Stefan Wahren
2018-05-16 13:37 ` Stefan Wahren
2018-05-16 13:37 ` [PATCH RFC 1/6] ARM: bcm2835: Add GET_THROTTLED firmware property Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37 ` [PATCH RFC 2/6] dt-bindings: hwmon: Add Raspberry Pi voltage sensor Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 14:23   ` Robin Murphy
2018-05-16 14:23     ` Robin Murphy
2018-05-16 17:51     ` Eric Anholt
2018-05-16 17:51       ` Eric Anholt
2018-05-16 17:51       ` Eric Anholt
2018-05-16 14:52   ` Guenter Roeck
2018-05-16 14:52     ` Guenter Roeck
2018-05-16 14:52     ` Guenter Roeck
2018-05-16 13:37 ` [PATCH RFC 3/6] hwmon: Add support for RPi " Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:51   ` Robin Murphy
2018-05-16 13:51     ` Robin Murphy
2018-05-16 13:51     ` Robin Murphy
2018-05-16 18:05     ` Guenter Roeck
2018-05-16 18:05       ` Guenter Roeck
2018-05-16 18:05       ` Guenter Roeck
2018-05-16 18:23       ` Robin Murphy
2018-05-16 18:23         ` Robin Murphy
2018-05-16 18:23         ` Robin Murphy
2018-05-16 18:21   ` Guenter Roeck
2018-05-16 18:21     ` Guenter Roeck
2018-05-16 18:21     ` Guenter Roeck
2018-05-16 19:59     ` Stefan Wahren
2018-05-16 19:59       ` Stefan Wahren
2018-05-16 19:59       ` Stefan Wahren
2018-05-17 16:43       ` Guenter Roeck
2018-05-17 16:43         ` Guenter Roeck
2018-05-17 16:43         ` Guenter Roeck
2018-05-17 17:25         ` Eric Anholt
2018-05-17 17:25           ` Eric Anholt
2018-05-17 17:25           ` Eric Anholt
2018-05-16 13:37 ` [PATCH RFC 4/6] ARM: bcm2835_defconfig: Enable " Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37 ` [PATCH RFC 5/6] ARM: multi_v7_defconfig: " Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37 ` [PATCH RFC 6/6] arm64: defconfig: " Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren
2018-05-16 13:37   ` Stefan Wahren

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.