Searched hist:"5 de3e13f7f6b496bd7bd9ff4d2b915b7d3e67cda" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | pmbus.h | diff 5de3e13f7f6b496bd7bd9ff4d2b915b7d3e67cda Thu Apr 28 09:40:36 CDT 2022 Mårten Lindahl <marten.lindahl@axis.com> hwmon: (pmbus) Introduce and use write_byte_data callback
Some of the pmbus core functions uses pmbus_write_byte_data, which does not support driver callbacks for chip specific write operations. This could potentially influence some specific regulator chips that for example need a time delay before each data access.
Lets add support for driver callback with _pmbus_write_byte_data.
Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com> Link: https://lore.kernel.org/r/20220428144039.2464667-2-marten.lindahl@axis.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|
H A D | pmbus_core.c | diff 5de3e13f7f6b496bd7bd9ff4d2b915b7d3e67cda Thu Apr 28 09:40:36 CDT 2022 Mårten Lindahl <marten.lindahl@axis.com> hwmon: (pmbus) Introduce and use write_byte_data callback
Some of the pmbus core functions uses pmbus_write_byte_data, which does not support driver callbacks for chip specific write operations. This could potentially influence some specific regulator chips that for example need a time delay before each data access.
Lets add support for driver callback with _pmbus_write_byte_data.
Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com> Link: https://lore.kernel.org/r/20220428144039.2464667-2-marten.lindahl@axis.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
|