hwmon: Support sensors exported via ARM SCP interface
authorPunit Agrawal <punit.agrawal@arm.com>
Thu, 21 May 2015 14:08:45 +0000 (15:08 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 9 Oct 2015 10:05:52 +0000 (11:05 +0100)
commitea98b29a05e9c70dbe159cbc6254d111059a2bb9
tree92303c920a7515ebdee52bd89453cf939a7bb105
parent38a1bdc9ff9f6c8cfad228eac5c1ce31ce038b25
hwmon: Support sensors exported via ARM SCP interface

Create a driver to add support for SoC sensors exported by the System
Control Processor (SCP) via the System Control and Power Interface
(SCPI). The supported sensor types is one of voltage, temperature,
current, and power.

The sensor labels and values provided by the SCP are exported via the
hwmon sysfs interface.

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Documentation/hwmon/scpi-hwmon [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/scpi-hwmon.c [new file with mode: 0644]