diff options
author | Philippe Mathieu-Daudé | 2021-06-17 13:53:26 +0200 |
---|---|---|
committer | Corey Minyard | 2021-07-08 21:15:01 +0200 |
commit | eb8377386d5b5ca3a844b87b5cbe1a6214f86c20 (patch) | |
tree | 39070a9f80e09544e395c7d7dbc638e7dd0b0b17 /include/hw/i2c/i2c.h | |
parent | hw/i2c/ppc4xx_i2c: Replace i2c_send_recv() by i2c_recv() & i2c_send() (diff) | |
download | qemu-eb8377386d5b5ca3a844b87b5cbe1a6214f86c20.tar.gz qemu-eb8377386d5b5ca3a844b87b5cbe1a6214f86c20.tar.xz qemu-eb8377386d5b5ca3a844b87b5cbe1a6214f86c20.zip |
hw/misc/auxbus: Fix MOT/classic I2C mode
Since its introduction in commit 6fc7f77fd2 i2c_start_transfer()
uses incorrectly the direction of the transfer (the last argument
is called 'is_recv'). Fix by inverting the argument, we now have
is_recv = !is_write.
Fixes: 6fc7f77fd2 ("introduce aux-bus")
Reported-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Corey Minyard <cminyard@mvista.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'include/hw/i2c/i2c.h')
0 files changed, 0 insertions, 0 deletions