summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct6775) Add support for multiple virtual temperature sourcesGuenter Roeck2016-09-181-2/+13
* hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck2016-09-081-4/+4
* hwmon: (nct6683,nct6775) constify sensor_template_group structuresJulia Lawall2015-12-181-5/+6
* hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793Guenter Roeck2015-10-301-1/+82
* hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature sourceGuenter Roeck2015-10-301-5/+13
* hwmon: (nct6775) Add support for NCT6793DGuenter Roeck2015-09-121-16/+32
* hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck2015-09-121-6/+10
* hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck2015-05-291-0/+2
* hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-MGuenter Roeck2015-03-151-0/+21
* hwmon: (nct6775) Restore hardware monitoring logical device status on resumeGuenter Roeck2015-03-151-13/+22
* hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPSGuenter Roeck2015-03-151-17/+5
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * hwmon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | hwmon: (nct6775) Add blank lines after declarationsGuenter Roeck2014-11-301-6/+24
* | hwmon: (nct6775) Add support for NCT6792DGuenter Roeck2014-11-301-10/+37
|/
* hwmon: (nct6775) Remove num_attr_groups from struct nct6775_dataAxel Lin2014-08-041-6/+6
* hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791DAxel Lin2014-08-041-1/+1
* hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devicesAxel Lin2014-05-241-3/+5
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-291-1/+1
|\
| * Update Jean Delvare's e-mail addressJean Delvare2014-01-291-1/+1
* | hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resumeGuenter Roeck2014-01-141-11/+27
|/
* hwmon: (nct6775) NCT6791 supports weight control only for CPUFANGuenter Roeck2013-11-181-8/+21
* hwmon: (nct6775) Monitor additional temperature registersGuenter Roeck2013-11-181-2/+60
* hwmon: (nct6775) Remove an unused variableDan Carpenter2013-10-191-2/+2
* hwmon: (nct6775) fix coccinelle warningsFengguang Wu2013-10-181-4/+1
* hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-10-131-16/+5
* hwmon: (nct6775) Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-10-131-86/+36
* hwmon: (nct6775) Check array index when accessing temp_offsetGuenter Roeck2013-10-131-1/+2
* hwmon: (nct6775) Use return value from find_temp_sourceGuenter Roeck2013-10-131-2/+2
* hwmon: (nct6775) Add support for hibernateHarald Judt2013-08-111-0/+2
* hwmon: use dev_get_platdata()Jingoo Han2013-08-111-1/+1
* hwmon: (nct6775) Fix size of data->temp arrayDan Carpenter2013-08-111-2/+2
* hwmon: (nct6775) Avoid using device platform data outside probe functionGuenter Roeck2013-08-111-26/+25
* hwmon: (nct6775) Add support for NCT6791DDavid Bartley2013-08-111-74/+207
* hwmon: (nct6775) Add support for beep attributesGuenter Roeck2013-08-111-21/+218
* hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106Guenter Roeck2013-08-111-9/+34
* hwmon: (nct6775) Add support for NCT6102D/6106DGuenter Roeck2013-08-111-25/+225
* hwmon: (nct6775) Support two SuperIO chips in the same systemGuenter Roeck2013-08-111-50/+63
* hwmon: (nct6775) Allocate attributes dynamically from templatesGuenter Roeck2013-08-111-1103/+507
* hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775Guenter Roeck2013-06-271-5/+7
* hwmon: (nct6775) Fix temperature alarm attributesGuenter Roeck2013-06-271-23/+57
* hwmon: (nct6775) Do not create non-existing attributesGuenter Roeck2013-05-111-2/+4
* hwmon: (nct6775) Fix coding style problemsGuenter Roeck2013-04-211-3/+3
* hwmon: (nct6775) Constify stringsGuenter Roeck2013-04-211-1/+1
* hwmon: (nct6775) Use ARRAY_SIZE for loops where possibleGuenter Roeck2013-04-131-8/+8
* hwmon: (nct6775) Enable both AUXTIN and VIN3 on NCT6776Guenter Roeck2013-04-071-37/+0
* hwmon: (nct6775) Expand scope of supported chipsGuenter Roeck2013-04-071-9/+8
* hwmon: (nct6775) Drop read/write lockGuenter Roeck2013-04-071-10/+0
* hwmon: (nct6775) Only report VID if supported and enabledGuenter Roeck2013-04-071-6/+24
* hwmon: (nct6775) Detect and report additional temperature sourcesGuenter Roeck2013-04-071-0/+33
OpenPOWER on IntegriCloud