Searched hist:a8bfeceb0c1400b9331c00f6969afa6cb82d5d4a (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/hwmon/pmbus/ |
H A D | tps40422.c | a8bfeceb0c1400b9331c00f6969afa6cb82d5d4a Tue Jul 01 09:14:23 CEST 2014 Zhu, Richard \(NSN - CN/Beijing\) <richard.zhu@nsn.com> 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>
|
H A D | pmbus.c | diff a8bfeceb0c1400b9331c00f6969afa6cb82d5d4a Tue Jul 01 09:14:23 CEST 2014 Zhu, Richard \(NSN - CN/Beijing\) <richard.zhu@nsn.com> 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>
|
H A D | Makefile | diff a8bfeceb0c1400b9331c00f6969afa6cb82d5d4a Tue Jul 01 09:14:23 CEST 2014 Zhu, Richard \(NSN - CN/Beijing\) <richard.zhu@nsn.com> 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>
|