aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/smsc47m1.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (smsc47m1) Use pr_fmt and pr_<level>Joe Perches2011-01-081-16/+15
* hwmon: (smsc47m1) Fix section mismatchJeff Mahoney2010-01-251-1/+1
* hwmon: (smsc47m1) Enable device if neededJean Delvare2009-12-161-3/+27
* hwmon: (smsc47m1) Fail module loading on errorJean Delvare2009-12-161-13/+11
* hwmon: (smsc47m1) Only request I/O ports we really useJean Delvare2009-12-161-10/+89
* hwmon: Include <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2009-09-151-1/+1
* hwmon: (smsc47m1) Differentiate between LPC47M233 and LPC47M292Jean Delvare2009-07-281-0/+11
* hwmon: Check for ACPI resource conflictsJean Delvare2009-01-071-0/+5
* hwmon: (smsc47m1) Add individual alarm filesJean Delvare2008-02-171-3/+22
* hwmon: Let the user override the detected Super-I/O device IDJean Delvare2008-02-071-1/+5
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-5/+5
* hwmon: (smsc47m1) No confusing debugging messagesJean Delvare2007-10-091-2/+2
* hwmon: (smsc47m1) restore missing name attributeJean Delvare2007-08-121-0/+2
* hwmon: Add missing __devexit tags in various driversJean Delvare2007-07-301-1/+1
* hwmon: Fix a potential race condition on unloadJean Delvare2007-07-191-1/+2
* hwmon: Use platform_device_add_data()Jean Delvare2007-07-191-6/+3
* hwmon/smsc47m1: Use dynamic sysfs callbacksJean Delvare2007-05-081-103/+95
* hwmon/smsc47m1: Use DRVNAME consistentlyJean Delvare2007-05-081-8/+6
* hwmon/smsc47m1: Convert to a platform driverJean Delvare2007-05-081-134/+193
* hwmon/smsc47m1: Get rid of a useless mutexJean Delvare2007-05-081-23/+10
* hwmon/smsc47m1: Add support for the LPC47M292Jean Delvare2007-05-081-34/+126
* smsc47m1: List the SMSC LPC47M112 as supportedJean Delvare2006-10-181-5/+6
* hwmon: Fix unchecked return status, SMSC chipsJean Delvare2006-09-281-18/+60
* smsc47m1: dev_warn fixJean Delvare2006-09-281-1/+2
* i2c-isa: Restore driver ownerJean Delvare2006-09-261-0/+1
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar2006-03-231-20/+21
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-051-1/+0
* [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard2006-01-051-3/+5
* [PATCH] hwmon: smsc47m1 documentation updateJean Delvare2005-10-281-2/+5
* [PATCH] hwmon: kzalloc conversionDeepak Saxena2005-10-281-2/+1
* [PATCH] hwmon: Update smsc47m1 head commentJean Delvare2005-09-091-2/+2
* [PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare2005-09-051-1/+0
* [PATCH] hwmon: tag super-i/o find functions __initJean Delvare2005-09-051-1/+1
* [PATCH] I2C: refactor message in i2c_detach_clientJean Delvare2005-09-051-4/+1
* [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)Jean Delvare2005-09-051-33/+9
* [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)Jean Delvare2005-09-051-2/+3
* [PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman2005-09-051-1/+16
* [PATCH] drivers/hwmon/*: kfree() correct pointersAlexey Dobriyan2005-08-261-1/+1
* [PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare2005-07-111-0/+593