Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | hwmon: (pmbus) Introduce PMBUS symbol namespace | Guenter Roeck | |
Exported pmbus symbols are only supposed to be used from PMBus code. Introduce PMBUS symbol namespace to prevent misuse from other code. Signed-off-by: Guenter Roeck <linux@roeck-us.net> | |||
2020-12-07 | hwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator | Charles | |
Add the pmbus driver for the STMicroelectronics pm6764 voltage regulator. the output voltage use the MFR_READ_VOUT 0xD4 vout value returned is linear11 Signed-off-by: Charles Hsu <hsu.yungteng@gmail.com> [groeck: Fixed various compile errors; marked pm6764tr_of_match __maybe_unused] Signed-off-by: Guenter Roeck <linux@roeck-us.net> |