Guenter Roeck
a8dd946c42
hwmon: (lm95245) Convert to use devm_ functions
...
Convert to use devm_ functions to reduce code size and simplify the code.
Cc: Alexander Stein <alexander.stein@systec-electronic.com >
Signed-off-by: Guenter Roeck <linux@roeck-us.net >
2012-09-23 21:08:31 -07:00
Axel Lin
f0967eea80
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
...
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 <axel.lin@gmail.com >
Cc: Corentin Labbe <corentin.labbe@geomatys.fr >
Cc: Dirk Eibach <eibach@gdsys.de >
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com >
Cc: Steve Glendinning <steve.glendinning@smsc.com >
Cc: Riku Voipio <riku.voipio@iki.fi >
Cc: Guillaume Ligneul <guillaume.ligneul@gmail.com >
Cc: David George <david.george@ska.ac.za >
Cc: "Hans J. Koch" <hjk@hansjkoch.de >
Cc: Marc Hulsman <m.hulsman@tudelft.nl >
Cc: Rudolf Marek <r.marek@assembler.cz >
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com >
2012-03-18 18:26:50 -07:00
Frans Meulenbroeks
179c4fdb56
hwmon: replaced strict_str* with kstr*
...
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 <fransmeulenbroeks@gmail.com >
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com >
2012-01-05 08:19:34 -08:00
Alexander Stein
fffd80ccc1
hwmon: LM95245 driver
...
A hwmon driver for the National Semiconductor LM95245 dual temperature
sensors chip.
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com >
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com >
2011-07-28 00:17:35 -07:00