Attention is currently required from: Yu-Ping Wu. Hello Hung-Te Lin, Wei-Shun Chang, build bot (Jenkins), Xin Ji,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59539
to look at the new patch set (#2).
Change subject: drivers/analogix/anx7625: Fix return code handling ......................................................................
drivers/analogix/anx7625: Fix return code handling
On some platforms (rockchip, mediatek), platform_i2c_transfer() might return a positive error code, and so are i2c_readb() and i2c_writeb(). Currently the analogix driver incorrectly assumes the error code is always negative. Therefore, fix the return code handling in functions anx7625_reg_*(), log the received return code, and return -1 from them.
BUG=b:207055969 TEST=emerge-asurada coreboot BRANCH=none
Change-Id: I955b9aae11e20d75fac414d15714330e364dad2f Signed-off-by: Yu-Ping Wu yupingso@chromium.org --- M src/drivers/analogix/anx7625/anx7625.c 1 file changed, 22 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/59539/2