aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/smsc47b397.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-04-15hwmon: (smsc47b397) Use request_muxed_region for Super-IO accessesGuenter Roeck1-2/+11
2019-02-18hwmon: (smsc47b397) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-12/+12
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-22hwmon: (smsc47b397) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-44/+7
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-21hwmon: (smsc47b397) Convert to use devm_ functionsGuenter Roeck1-16/+6
2012-04-09hwmon: (smsc47b397) Fix compiler warningGuenter Roeck1-6/+8
2012-03-18hwmon: (smsc47b397) Fix multi-line commentsGuenter Roeck1-30/+34
2011-11-04hwmon: (smsc47b397) Fix checkpatch errorsJean Delvare1-5/+8
2011-01-08hwmon: (smsc47b397) Use pr_fmt and pr_<level>Joe Perches1-7/+6
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-05-01Merge branch 'smsc47b397-new-id' into releaseMark M. Hoffman1-3/+14
2008-03-02hwmon: (smsc47b397) add a new chip id (0x8c)Craig Kelley1-3/+14
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/smsc47b397: Don't report missing fans as spinning at 82 RPMJean Delvare1-0/+2
2007-07-19hwmon: add SCH5317 to smsc47b397 driverJuerg Haefliger1-2/+3
2007-05-08hwmon/smsc47b397: Use dynamic sysfs callbacksJean Delvare1-38/+26
2007-05-08hwmon/smsc47b397: Convert to a platform driverJean Delvare1-56/+108
2006-09-28hwmon: Fix unchecked return status, batch 1Mark M. Hoffman1-16/+23
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-8/+9
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-3/+6
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-10-28[PATCH] hwmon: New device ID for the smsc47b397 driverMark M. Hoffman1-3/+4
2005-09-05[PATCH] I2C: refactor message in i2c_detach_clientJean Delvare1-4/+1
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)Jean Delvare1-36/+12
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)Jean Delvare1-2/+3
2005-09-05[PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman1-1/+15
2005-08-26[PATCH] drivers/hwmon/*: kfree() correct pointersAlexey Dobriyan1-1/+1
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+352