90f4102ce5
hwmon: Use i2c_smbus_{read,write}_word_swapped
...
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 <khali@linux-fr.org >
Acked-by: Jonathan Cameron <jic23@cam.ac.uk >
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com >
Cc: Dirk Eibach <eibach@gdsys.de >
Cc: "Mark M. Hoffman" <mhoffman@lightlink.com >
Cc: Guillaume Ligneul <guillaume.ligneul@gmail.com >
2011-11-04 12:00:47 +01:00
c0046867f3
hwmon: (ads1015) Make gain and datarate configurable
...
Configuration for ads1015 gain and datarate is possible via
devicetree or platform data.
This is a followup patch to previous ads1015 patches on Jean Delvares
tree.
Signed-off-by: Dirk Eibach <eibach@gdsys.de >
Signed-off-by: Jean Delvare <khali@linux-fr.org >
2011-03-21 17:59:37 +01:00
fdf241a8ed
hwmon: (ads1015) Drop dynamic attribute group
...
It is cheaper to handle attributes individually.
Signed-off-by: Jean Delvare <khali@linux-fr.org >
Acked-by: Dirk Eibach <eibach@gdsys.de >
2011-03-21 17:59:37 +01:00
8c22a8f575
hwmon: Add support for Texas Instruments ADS1015
...
Signed-off-by: Dirk Eibach <eibach@gdsys.de >
Signed-off-by: Jean Delvare <khali@linux-fr.org >
2011-03-21 17:59:36 +01:00