summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/scmi-hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: Add a thermal zone id accessorDaniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in hwmon located driversDaniel Lezcano2023-03-031-1/+1
* hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-041-13/+103
* hwmon: (scmi) port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi2021-03-301-9/+15
* hwmon: (scmi) Update hwmon internal scale data typeCristian Marussi2020-11-221-1/+1
* hwmon: (scmi-hwmon) Avoid comma separated statementsJoe Perches2020-09-231-2/+4
* hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()Cristian Marussi2020-07-151-1/+1
* hwmon: (scmi-hwmon) Match scmi device by both name and protocol idSudeep Holla2019-12-241-1/+1
* firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla2019-08-121-1/+1
* hwmon: scmi: Scale values to target desired HWMON unitsFlorian Fainelli2019-06-121-0/+48
* hwmon: (scmi-hwmon) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-1/+1
* hwmon: (scmi) Remove redundant pointer checkNathan Chancellor2018-10-101-1/+1
* hwmon: (scmi) handle absence of few types of sensorsSudeep Holla2018-04-221-1/+4
* hwmon: (scmi) return -EINVAL when sensor information is unavailableSudeep Holla2018-03-201-1/+1
* hwmon: add support for sensors exported via ARM SCMISudeep Holla2018-02-281-0/+225