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
lm25066.c
ltc2978.c
max8688.c
max16064.c
max34440.c
pmbus.c hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
pmbus.h
pmbus_core.c
tps40422.c hwmon: (pmbus) Add tps40422 front-end driver 2014-08-04 07:01:38 -07:00
ucd9000.c
ucd9200.c
zl6100.c