summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct7904.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct7904) Set default timeoutYuechao Zhao2020-05-261-4/+4
* hwmon: (nct7904) Add watchdog functionYuechao Zhao2020-05-221-1/+137
* hwmon: (nct7904) Fix incorrect range of temperature limit registersAmy Shih2020-05-131-1/+3
* hwmon: (nct7904) Read all SMI status registers in probe functionAmy Shih2020-05-131-0/+8
* hwmon: (nct7904) Fix the incorrect quantity for fan & temp attributesAmy Shih2020-03-151-0/+21
* hwmon: (nct7904) Fix the incorrect value of vsen_mask & tcpu_mask & temp_mode...amy.shih2019-10-201-3/+12
* hwmon: (nct7904) Add array fan_alarm and vsen_alarm to store the alarms in nc...amy.shih2019-10-021-2/+20
* hwmon: (nct7904) Fix the incorrect value of vsen_mask in nct7904_data structamy.shih2019-10-021-4/+7
* hwmon: (nct7904) Fix incorrect SMI status register setting of LTD temperature...amy.shih2019-09-121-2/+9
* hwmon: (nct7904) Fix incorrect temperature limitation register setting of LTD.amy.shih2019-09-031-8/+8
* hwmon: (nct7904) Add extra sysfs support for fan, voltage and temperature.amy.shih2019-09-031-45/+424
* hwmon: (nct7904) Changes comments in probe function.amy.shih2019-07-081-2/+2
* hwmon: (nct7904) Add error handling in probe function.amy.shih2019-07-081-5/+18
* hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct.amy.shih2019-06-231-9/+63
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: (nct7904) Use new HWMON_CHANNEL_INFO() macroGuenter Roeck2019-04-151-82/+46
* hwmon: (nct7904) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-5/+5
* hwmon: (nct7904) Fix UNSPECIFIED_INT warningJakob Albert2018-07-081-4/+4
* hwmon: (nct7904) Fix CODE_INDENT errorJakob Albert2018-07-081-24/+24
* hwmon: (nct7904) Fix SPACING errorsJakob Albert2018-07-081-6/+6
* hwmon: (nct7904) Convert to use new hwmon registration APIGuenter Roeck2016-09-081-285/+270
* hwmon: (nct7904) Export I2C module alias informationJavier Martinez Canillas2015-08-051-0/+1
* hwmon: (nct7904) Rename pwm attributes to match hwmon ABIGuenter Roeck2015-07-291-28/+29
* hwmon: (nct7904) Strengthen detect functionGuenter Roeck2015-03-091-1/+2
* hwmon: Add Nuvoton NCT7904 hwmon driverVadim V. Vlasov2015-03-091-0/+592