1
0
Fork 0
alistair23-linux/drivers/hwmon/pmbus
Zhu, Richard \(NSN - CN/Beijing\) a8bfeceb0c hwmon: (pmbus) Add tps40422 front-end driver
For TI power management chip TPS40422, READ_TEMPERATURE_2 command is supported on
page 1 of the chip, but the original driver(pmbus.c) only tried to detect this command
on page 0, this will lead to a result that the temperature sensor in page 1 couldn't
be detected. This change is to isolate the tps40422 driver from pmbus.c into a solo
front-end driver.

Signed-off-by: Zhu Laiwen <richard.zhu@nsn.com>
[Guenter Roeck: Dropped unnecessary license text (fixes checkpatch warning)]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2014-08-04 07:01:38 -07:00
..
Kconfig hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
Makefile hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
adm1275.c hwmon: (adm1275) Add support for ADM1075 2012-03-18 18:27:52 -07:00
lm25066.c hwmon: (pmbus/lm25066) Add support for LM25063 2013-10-18 09:12:02 -07:00
ltc2978.c hwmon: (pmbus/ltc2978) Add support for LTM4676 2014-03-19 18:59:40 -07:00
max8688.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
max16064.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
max34440.c hwmon: (pmbus/max34440) Add support for MAX34460 and MAX34461 2013-02-06 09:58:06 -08:00
pmbus.c hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
pmbus.h hwmon: (pmbus) Add function to clear sensor cache 2013-02-06 09:58:04 -08:00
pmbus_core.c hwmon: (pmbus) Support per-page exponent in linear mode 2014-02-02 21:21:40 -08:00
tps40422.c hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
ucd9000.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
ucd9200.c hwmon: (pmbus) Simplify remove functions 2012-03-18 18:27:46 -07:00
zl6100.c hwmon: (pmbus/zl6100) Add support for VMON/VDRV 2013-02-06 09:58:05 -08:00