mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
da8e48ab48
Always call _pmbus_read_byte() instead of pmbus_read_byte() in PMBus core driver. With this change, device specific read functions can be implemented for all registers. Since the device specific read_byte function is now always called, we need to be more careful with page validations. Only fail if the passed page number is larger than 0, since -1 means "current page". Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Reviewed-by: Robert Coulson <robert.coulson@ericsson.com> |
||
---|---|---|
.. | ||
adm1275.c | ||
Kconfig | ||
lm25066.c | ||
Makefile | ||
max8688.c | ||
max16064.c | ||
max34440.c | ||
pmbus_core.c | ||
pmbus.c | ||
pmbus.h | ||
ucd9000.c | ||
ucd9200.c |