Home
last modified time | relevance | path

Searched hist:d4505c8e0dec72effc1b6017eafe1f6aa025cc5d (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dpmic.cdiff d4505c8e0dec72effc1b6017eafe1f6aa025cc5d Tue May 15 09:26:38 CDT 2018 Lukasz Majewski <lukma@denx.de> pmic: Rewrite the pmic command to not only work with single byte transmission

Up till now it was only possible to use 'pmic' command with a single byte
transmission.
The pmic_read|write functions has been replaced with ones, which don't need
the transmission length as a parameter.

Due to that it is possible now to read data from PMICs transmitting more
data than 1 byte at once (e.g. mc34708)

Signed-off-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>