On 9/7/20 6:26 AM, Philby John wrote: > Adds support for Texas Instruments TPS2483 Series > Hot Swap Voltage Controller. The driver in its current form > supports reading Shunt Voltage, Bus Voltage, Power and Current. > > Since TPS2483 can be configured to a particular slave address > based on the state of A0 and A1 pins, instantiation is done > manually. For eg:- > echo tps2483 0x40 > /sys/bus/i2c/devices/i2c-1/new_device > Please use the devm_hwmon_device_register_with_info() API for new drivers. Also, please read and follow Documentation/hwmon/submitting-patches.rst, especially the guidance for new drivers. Thanks, Guenter