28 May, 2010
2 commits
-
Signed-off-by: Andre Prendel
Acked-by: Hans de Goede
Signed-off-by: Jean Delvare -
Replace octal representation of file permissions by the corresponding
constants.Signed-off-by: Andre Prendel
Acked-by: Hans de Goede
Signed-off-by: Jean Delvare
06 Mar, 2010
1 commit
-
Recent changes on the I2C front have left off-by-one array indexes in
3 hwmon drivers. Fix them.Faulty commit:
e5e9f44c2 i2c: Drop I2C_CLIENT_INSMOD_2 to 8Reported-by: Dan Carpenter
Signed-off-by: Jean Delvare
Cc: Hans de Goede
Cc: Andre Prendel
Cc: stable@kernel.org
15 Dec, 2009
3 commits
-
These macros simply declare an enum, so drivers might as well declare
it themselves. This puts an end to the arbitrary limit of 8 chip types
per i2c driver.Signed-off-by: Jean Delvare
Tested-by: Wolfram Sang -
Struct i2c_client_address_data only contains one field at this point,
which makes its usefulness questionable. Get rid of it and pass simple
address lists around instead.Signed-off-by: Jean Delvare
Tested-by: Wolfram Sang -
The "kind" parameter always has value -1, and nobody is using it any
longer, so we can remove it.Signed-off-by: Jean Delvare
Tested-by: Wolfram Sang
10 Dec, 2009
1 commit
-
As kind is now hard-coded to -1, there is room for code clean-ups.
Signed-off-by: Jean Delvare
Acked-by: Andre Prendel
16 Jun, 2009
2 commits
-
This adds support for TI's TMP411 sensor chip.
Preliminary support were done by Gabriel Konat, Sander Leget and
Wouter Willems. The chip is compatible with TI's TMP401 sensor
chip. It has additional support for historical minimun/maximum
measurements.Signed-off-by: Andre Prendel
Acked-by: Hans de Goede
Signed-off-by: Jean Delvare -
This is a new hwmon driver for TI's TMP401 temperature sensor IC. This driver
was written on behalf of an embedded systems vendor under the
Linux driver project.It has been tested using a TI TMP401 sample attached to a i2c-tiny-usb adapter.
Which was provided by Till Harbaum, many thanks to him for this!Signed-off-by: Hans de Goede
Signed-off-by: Jean Delvare