qemu-ppc
[Top][All Lists]
Advanced

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

[PATCH v2 0/3] i2c: Match parameters of i2c_start_transfer and i2c_send_


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 0/3] i2c: Match parameters of i2c_start_transfer and i2c_send_recv
Date: Tue, 23 Jun 2020 08:31:20 +0200

This is v2 of Zoltan's patch:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg714711.html

- rebased
- added docstring
- include hw/misc/auxbus.c fix

Supersedes: <20200621145235.9E241745712@zero.eik.bme.hu>

BALATON Zoltan (2):
  i2c: Match parameters of i2c_start_transfer and i2c_send_recv
  i2c: Make i2c_start_transfer() direction argument a boolean

Philippe Mathieu-Daudé (1):
  hw/misc/auxbus: Fix MOT/classic I2C mode

 include/hw/i2c/i2c.h | 22 ++++++++++++++++++++--
 hw/display/sm501.c   |  4 ++--
 hw/i2c/core.c        | 36 ++++++++++++++++++------------------
 hw/i2c/ppc4xx_i2c.c  |  2 +-
 hw/misc/auxbus.c     | 10 +++++-----
 5 files changed, 46 insertions(+), 28 deletions(-)

-- 
2.21.3




reply via email to

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