Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-11 | hwmon: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 | |
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> | |||||
2012-09-23 | hwmon: (ds620) Convert to use devm_ functions | Guenter Roeck | 1 | -11/+5 | |
Convert to use devm_ functions to reduce code size and simplify the code. Signed-off-by: Guenter Roeck <[email protected]> | |||||
2012-03-18 | hwmon: convert drivers/hwmon/* to use module_i2c_driver() | Axel Lin | 1 | -12/+1 | |
This patch converts the drivers in drivers/hwmon/* to use the module_i2c_driver() macro which makes the code smaller and a bit simpler. Signed-off-by: Axel Lin <[email protected]> Cc: Corentin Labbe <[email protected]> Cc: Dirk Eibach <[email protected]> Cc: "Mark M. Hoffman" <[email protected]> Cc: Steve Glendinning <[email protected]> Cc: Riku Voipio <[email protected]> Cc: Guillaume Ligneul <[email protected]> Cc: David George <[email protected]> Cc: "Hans J. Koch" <[email protected]> Cc: Marc Hulsman <[email protected]> Cc: Rudolf Marek <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> | |||||
2012-01-05 | hwmon: replaced strict_str* with kstr* | Frans Meulenbroeks | 1 | -1/+1 | |
replaced strict_strtol with kstrtol and replaced strict_strtuol with kstrtuol This satisfies checkpatch -f Compile tested only: no warnings or errors given Signed-off-by: Frans Meulenbroeks <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> | |||||
2011-11-04 | hwmon: Use i2c_smbus_{read,write}_word_swapped | Jean Delvare | 1 | -32/+10 | |
Make use of the new i2c_smbus_{read,write}_word_swapped functions. This makes the driver code more compact and readable. It also ensures proper error handling. Signed-off-by: Jean Delvare <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Acked-by: Guenter Roeck <[email protected]> Cc: Dirk Eibach <[email protected]> Cc: "Mark M. Hoffman" <[email protected]> Cc: Guillaume Ligneul <[email protected]> | |||||
2011-09-21 | hwmon: (ds620) Fix handling of negative temperatures | Roland Stigge | 1 | -1/+1 | |
Signed (negative) temperatures were not handled correctly. Signed-off-by: Roland Stigge <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> Cc: [email protected] # v2.6.38+ | |||||
2011-01-09 | hwmon: Support for Dallas Semiconductor DS620 | Roland Stigge | 1 | -0/+337 | |
Driver for Dallas Semiconductor DS620 temperature sensor and thermostat Signed-off-by: Roland Stigge <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> |