summaryrefslogtreecommitdiffstats
path: root/include/hw/i2c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2021-06-17 13:53:29 +0200
committerCorey Minyard2021-07-08 21:15:01 +0200
commitcbecd9f8224827a34857a650ddd9ea1ea2b1163f (patch)
treeaa37a99eab51bbd5992307bb60010a43a24874c4 /include/hw/i2c
parenthw/misc/auxbus: Replace 'is_write' boolean by its value (diff)
downloadqemu-cbecd9f8224827a34857a650ddd9ea1ea2b1163f.tar.gz
qemu-cbecd9f8224827a34857a650ddd9ea1ea2b1163f.tar.xz
qemu-cbecd9f8224827a34857a650ddd9ea1ea2b1163f.zip
hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Instead of using the confuse i2c_send_recv(), replace i2c_send_recv(send = true) by i2c_send() and i2c_send_recv(send = false) by i2c_recv(). During the replacement we also change a while() statement by for(). The resulting code is easier to review. 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')
0 files changed, 0 insertions, 0 deletions