diff options
author | Sebastian Reichel | 2020-05-13 20:56:03 +0200 |
---|---|---|
committer | Sebastian Reichel | 2020-05-29 00:39:12 +0200 |
commit | c4b12a2f3f3de670f6be5e96092a2cab0b877f1a (patch) | |
tree | 54910fad04ddaf449a400d25fd5a2f03da92d03e /arch/m68k | |
parent | d6f56321089203a9f740c7dd7eba4de88f98f993 (diff) |
power: supply: sbs-battery: simplify read_read_string_data
The SBS battery implements SMBus block reads. Currently the
driver "emulates" this by doing an I2C byte read for the
length followed by an I2C block read. The I2C subsystem
actually provides a proper API for doing SMBus block reads,
which can and should be used instead. The current implementation
does not properly handle packet error checking (PEC).
This change requires, that I2C bus drivers support I2C_M_RECV_LEN
or directly provide the SMBus API to access device manufacturer
and model name.
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'arch/m68k')
0 files changed, 0 insertions, 0 deletions