aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/smsc47m1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: (smsc47m1) No confusing debugging messagesJean Delvare1-2/+2
2007-08-12hwmon: (smsc47m1) restore missing name attributeJean Delvare1-0/+2
2007-07-30hwmon: Add missing __devexit tags in various driversJean Delvare1-1/+1
2007-07-19hwmon: Fix a potential race condition on unloadJean Delvare1-1/+2
2007-07-19hwmon: Use platform_device_add_data()Jean Delvare1-6/+3
2007-05-08hwmon/smsc47m1: Use dynamic sysfs callbacksJean Delvare1-103/+95
2007-05-08hwmon/smsc47m1: Use DRVNAME consistentlyJean Delvare1-8/+6
2007-05-08hwmon/smsc47m1: Convert to a platform driverJean Delvare1-134/+193
2007-05-08hwmon/smsc47m1: Get rid of a useless mutexJean Delvare1-23/+10
2007-05-08hwmon/smsc47m1: Add support for the LPC47M292Jean Delvare1-34/+126
2006-10-18smsc47m1: List the SMSC LPC47M112 as supportedJean Delvare1-5/+6
2006-09-28hwmon: Fix unchecked return status, SMSC chipsJean Delvare1-18/+60
2006-09-28smsc47m1: dev_warn fixJean Delvare1-1/+2
2006-09-26i2c-isa: Restore driver ownerJean Delvare1-0/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-20/+21
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/+5
2005-10-28[PATCH] hwmon: smsc47m1 documentation updateJean Delvare1-2/+5
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-09-09[PATCH] hwmon: Update smsc47m1 head commentJean Delvare1-2/+2
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-1/+0
2005-09-05[PATCH] hwmon: tag super-i/o find functions __initJean Delvare1-1/+1
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-33/+9
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/+16
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/+593