hw/i2c: Make i2c_start_transfer() direction argument a boolean
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 17 Jun 2021 11:53:32 +0000 (13:53 +0200)
committerCorey Minyard <cminyard@mvista.com>
Thu, 8 Jul 2021 19:15:01 +0000 (14:15 -0500)
commite656e387973b1c11f1b2b8c073a4ab1ed33504a2
treedb167fbbe0a5dbe16fb7c805364a74975e838d31
parentc8665a5997aa892c48f649df0aa72d0e41f8aca8
hw/i2c: Make i2c_start_transfer() direction argument a boolean

Make the argument representing the direction of the transfer a
boolean type.
Rename the boolean argument as 'is_recv' to match i2c_recv_send().
Document the function prototype.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20200621145235.9E241745712@zero.eik.bme.hu>
[PMD: Split patch, added docstring]
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>
hw/i2c/core.c
include/hw/i2c/i2c.h