mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 03:59:22 +02:00
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> |
||
|---|---|---|
| .. | ||
| adm1275.c | ||
| Kconfig | ||
| lm25066.c | ||
| ltc2978.c | ||
| Makefile | ||
| max8688.c | ||
| max16064.c | ||
| max34440.c | ||
| pmbus.c | ||
| pmbus.h | ||
| pmbus_core.c | ||
| tps40422.c | ||
| ucd9000.c | ||
| ucd9200.c | ||
| zl6100.c | ||