qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 11/13] hw/i2c: Remove confusing i2c_send_recv()


From: Richard Henderson
Subject: Re: [PATCH v3 11/13] hw/i2c: Remove confusing i2c_send_recv()
Date: Wed, 16 Jun 2021 11:47:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/16/21 9:14 AM, Philippe Mathieu-Daudé wrote:
We replaced all the i2c_send_recv() calls by the clearer i2c_recv()
and i2c_send(), so we can remove this confuse API.

confusing.


Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
  include/hw/i2c/i2c.h |  1 -
  hw/i2c/core.c        | 50 +++++++++++++++++++-------------------------
  2 files changed, 21 insertions(+), 30 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]