Add rpi-poe-fan driver
authorSerge Schneider <serge@raspberrypi.org>
Mon, 9 Jul 2018 11:54:25 +0000 (12:54 +0100)
committerpopcornmix <popcornmix@gmail.com>
Mon, 13 May 2019 23:08:02 +0000 (00:08 +0100)
commit06725c9d914ca2b7e6e57e5462ef67b5b69241c6
tree1080a79609698cda473c6a2ebef0610777ad174e
parenta1fa3652526a74f8b8a63461a55adcdc9ac8e88a
Add rpi-poe-fan driver

Signed-off-by: Serge Schneider <serge@raspberrypi.org>
PoE HAT driver cleanup

* Fix undeclared variable in rpi_poe_fan_suspend
* Add SPDX-License-Identifier
* Expand PoE acronym in Kconfig help
* Give clearer error message on of_property_count_u32_elems fail
* Add documentation
* Add vendor to of_device_id compatible string.
* Rename m_data_s struct to fw_data_s
* Fix typos

Fixes: #2665

Signed-off-by: Serge Schneider <serge@raspberrypi.org>
Documentation/devicetree/bindings/hwmon/rpi-poe-fan.txt [new file with mode: 0644]
Documentation/hwmon/rpi-poe-fan [new file with mode: 0644]
arch/arm/boot/dts/overlays/Makefile
arch/arm/boot/dts/overlays/README
arch/arm/boot/dts/overlays/rpi-poe-overlay.dts [new file with mode: 0644]
arch/arm/configs/bcm2709_defconfig
arch/arm/configs/bcmrpi_defconfig
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/rpi-poe-fan.c [new file with mode: 0644]
include/soc/bcm2835/raspberrypi-firmware.h