aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/nct6775.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-11hwmon: (nct6775) Add support for NCT6795DGuenter Roeck1-4/+61
2017-06-11hwmon: (nct6775) Improve fan detectionGuenter Roeck1-8/+37
2017-06-11hwmon: (nct6775) Rework temperature source and label handlingGuenter Roeck1-31/+65
2017-06-11hwmon: (nct6775) Use bitopsGuenter Roeck1-61/+62
2017-01-02hwmon: (nct6775) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2016-09-18hwmon: (nct6775) Add support for multiple virtual temperature sourcesGuenter Roeck1-2/+13
2016-09-08hwmon: (nct6775) Do not accept force_id unless chip is foundGuenter Roeck1-4/+4
2015-12-18hwmon: (nct6683,nct6775) constify sensor_template_group structuresJulia Lawall1-5/+6
2015-10-30hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793Guenter Roeck1-1/+82
2015-10-30hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature sourceGuenter Roeck1-5/+13
2015-09-12hwmon: (nct6775) Add support for NCT6793DGuenter Roeck1-16/+32
2015-09-12hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-05-29hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-03-15hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-MGuenter Roeck1-0/+21
2015-03-15hwmon: (nct6775) Restore hardware monitoring logical device status on resumeGuenter Roeck1-13/+22
2015-03-15hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPSGuenter Roeck1-17/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-30hwmon: (nct6775) Add blank lines after declarationsGuenter Roeck1-6/+24
2014-11-30hwmon: (nct6775) Add support for NCT6792DGuenter Roeck1-10/+37
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04hwmon: (nct6775) Remove num_attr_groups from struct nct6775_dataAxel Lin1-6/+6
2014-08-04hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791DAxel Lin1-1/+1
2014-05-24hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devicesAxel Lin1-3/+5
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-14hwmon: (nct6775) Re-enable logical device mapping for NCT6791 during resumeGuenter Roeck1-11/+27
2013-11-18hwmon: (nct6775) NCT6791 supports weight control only for CPUFANGuenter Roeck1-8/+21
2013-11-18hwmon: (nct6775) Monitor additional temperature registersGuenter Roeck1-2/+60
2013-10-19hwmon: (nct6775) Remove an unused variableDan Carpenter1-2/+2
2013-10-18hwmon: (nct6775) fix coccinelle warningsFengguang Wu1-4/+1
2013-10-13hwmon: (nct6775) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-16/+5
2013-10-13hwmon: (nct6775) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-86/+36
2013-10-13hwmon: (nct6775) Check array index when accessing temp_offsetGuenter Roeck1-1/+2
2013-10-13hwmon: (nct6775) Use return value from find_temp_sourceGuenter Roeck1-2/+2
2013-08-11hwmon: (nct6775) Add support for hibernateHarald Judt1-0/+2
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-11hwmon: (nct6775) Fix size of data->temp arrayDan Carpenter1-2/+2
2013-08-11hwmon: (nct6775) Avoid using device platform data outside probe functionGuenter Roeck1-26/+25
2013-08-11hwmon: (nct6775) Add support for NCT6791DDavid Bartley1-74/+207
2013-08-11hwmon: (nct6775) Add support for beep attributesGuenter Roeck1-21/+218
2013-08-11hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106Guenter Roeck1-9/+34
2013-08-11hwmon: (nct6775) Add support for NCT6102D/6106DGuenter Roeck1-25/+225
2013-08-11hwmon: (nct6775) Support two SuperIO chips in the same systemGuenter Roeck1-50/+63
2013-08-11hwmon: (nct6775) Allocate attributes dynamically from templatesGuenter Roeck1-1103/+507
2013-06-27hwmon: (nct6775) Drop unsupported fan alarm attributes for NCT6775Guenter Roeck1-5/+7
2013-06-27hwmon: (nct6775) Fix temperature alarm attributesGuenter Roeck1-23/+57
2013-05-11hwmon: (nct6775) Do not create non-existing attributesGuenter Roeck1-2/+4
2013-04-21hwmon: (nct6775) Fix coding style problemsGuenter Roeck1-3/+3
2013-04-21hwmon: (nct6775) Constify stringsGuenter Roeck1-1/+1
2013-04-13hwmon: (nct6775) Use ARRAY_SIZE for loops where possibleGuenter Roeck1-8/+8