aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/pc87427.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-15hwmon: (pc87427) Use request_muxed_region for Super-IO accessesGuenter Roeck1-1/+13
2019-02-18hwmon: (pc87427) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-171/+146
2017-01-02hwmon: (pc87427) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-21hwmon: (pc87427) remove unnecessary OOM messagesJingoo Han1-3/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-2/+2
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-6/+7
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-3/+3
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (pc87427) Convert to use devm_ functionsGuenter Roeck1-40/+11
2012-03-18hwmon: (pc87427) Fix multi-line commentsGuenter Roeck1-27/+45
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-3/+3
2011-01-12hwmon: (pc87427) Use pr_fmt and pr_<level>Joe Perches1-13/+13
2010-08-14hwmon: (pc87427) Move sysfs file removal to a separate functionJean Delvare1-32/+26
2010-08-14hwmon: (pc87427) Add temperature monitoring supportJean Delvare1-4/+364
2010-08-14hwmon: (pc87427) Add support for the second logical deviceJean Delvare1-42/+87
2010-08-14hwmon: (pc87427) Add support for manual fan speed controlJean Delvare1-2/+269
2010-08-14hwmon: (pc87427) Minor style cleanupsJean Delvare1-15/+16
2010-08-14hwmon: (pc87427) Handle disabled fan inputs properlyJean Delvare1-9/+58
2009-09-15hwmon: Use resource_sizeJulia Lawall1-3/+3
2009-09-15hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-01-07hwmon: Check for ACPI resource conflictsJean Delvare1-0/+5
2008-02-07hwmon: Let the user override the detected Super-I/O device IDJean Delvare1-1/+5
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare1-1/+1
2007-05-08hwmon: Request the I/O regions in platform driversJean Delvare1-1/+14
2006-12-12hwmon: New PC87427 hardware monitoring driverJean Delvare1-0/+627