Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hwmon: (pmbus) Add device IDs for TPS544{B,C}2{0,5}

Add device IDs and references for Texas Instruments TPS544B20, TPS544B25,
TPS544C20, and TPS544C25 to the generic PMBus driver.

Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

+12 -3
+6 -2
Documentation/hwmon/pmbus
··· 23 23 http://www.lineagepower.com/oem/pdf/PDT012A0X.pdf 24 24 http://www.lineagepower.com/oem/pdf/UDT020A0X.pdf 25 25 http://www.lineagepower.com/oem/pdf/MDT040A0X.pdf 26 - * Texas Instruments TPS40400 27 - Prefixes: 'tps40400' 26 + * Texas Instruments TPS40400, TPS544B20, TPS544B25, TPS544C20, TPS544C25 27 + Prefixes: 'tps40400', 'tps544b20', 'tps544b25', 'tps544c20', 'tps544c25' 28 28 Addresses scanned: - 29 29 Datasheets: 30 30 http://www.ti.com/lit/gpn/tps40400 31 + http://www.ti.com/lit/gpn/tps544b20 32 + http://www.ti.com/lit/gpn/tps544b25 33 + http://www.ti.com/lit/gpn/tps544c20 34 + http://www.ti.com/lit/gpn/tps544c25 31 35 * Generic PMBus devices 32 36 Prefix: 'pmbus' 33 37 Addresses scanned: -
+2 -1
drivers/hwmon/pmbus/Kconfig
··· 20 20 help 21 21 If you say yes here you get hardware monitoring support for generic 22 22 PMBus devices, including but not limited to ADP4000, BMR453, BMR454, 23 - MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, UDT020, and TPS40400. 23 + MDT040, NCP4200, NCP4208, PDT003, PDT006, PDT012, TPS40400, TPS544B20, 24 + TPS544B25, TPS544C20, TPS544C25, and UDT020. 24 25 25 26 This driver can also be built as a module. If so, the module will 26 27 be called pmbus.
+4
drivers/hwmon/pmbus/pmbus.c
··· 194 194 {"pdt012", 1}, 195 195 {"pmbus", 0}, 196 196 {"tps40400", 1}, 197 + {"tps544b20", 1}, 198 + {"tps544b25", 1}, 199 + {"tps544c20", 1}, 200 + {"tps544c25", 1}, 197 201 {"udt020", 1}, 198 202 {} 199 203 };