summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct7802.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct7802) convert to use maple tree register cacheBo Liu2024-02-251-1/+1
* hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabledGilles Buloz2023-07-241-1/+1
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* hwmon: (nct7802) Add of_node_put() before returnWan Jiabing2021-10-281-1/+3
* hwmon: (nct7802) Make temperature/voltage sensors configurableOskar Senft2021-10-271-4/+125
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* hwmon: (nct7802) Replace container_of() APIhailizheng2020-05-221-3/+3
* hwmon: (nct7802) Fix non-working alarm on voltagesGilles Buloz2020-01-171-4/+67
* hwmon: (nct7802) Fix voltage limits to wrong registersGilles Buloz2020-01-171-2/+2
* hwmon: (nct7802) Fix wrong detection of in4 presenceGuenter Roeck2019-08-071-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: (nct7802) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-161-251/+157
* hwmon: (nct7802) constify attribute_group structures.Arvind Yadav2017-08-131-5/+5
* hwmon: (nct7802) Fix overflows seen when writing into limit attributesGuenter Roeck2016-12-121-3/+5
* hwmon: (nct7802) Add auto_point attributesConstantine Shulyupin2015-08-091-4/+126
* hwmon: (nct7802) Add pwmX_enable attributeConstantine Shulyupin2015-08-091-0/+48
* hwmon: (nct7802) Add pwm mode attributesConstantine Shulyupin2015-08-091-0/+26
* hwmon: (nct7802) Add pwm controlConstantine Shulyupin2015-08-091-0/+47
* hwmon: (nct7802) add temperature sensor type attributeConstantine Shulyupin2015-08-091-12/+60
* hwmon: (nct7802) Fix integer overflow seen when writing voltage limitsGuenter Roeck2015-07-291-1/+1
* hwmon: (nct7802) fix visibility of temp3Constantine Shulyupin2015-07-011-1/+1
* hwmon: (nct7802) Constify struct regmap_configKrzysztof Kozlowski2015-01-251-1/+1
* hwmon: Driver for Nuvoton NCT7802YGuenter Roeck2014-11-301-0/+860