qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] aspeed: I2C controller fixes
@ 2017-05-15  5:51 Cédric Le Goater
  2017-05-15  5:51 ` [Qemu-devel] [PATCH 1/6] aspeed/i2c: improve command handling Cédric Le Goater
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Cédric Le Goater @ 2017-05-15  5:51 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-arm, qemu-devel, Cédric Le Goater

Hello,

The new Linux driver for the Aspeed I2C controller revealed some
serious limitations in the QEMU model. This series fixes these issues
and also adds a couple of well-know I2C devices to the Aspeed
machines.

The QEMU model now supports the recent Linux driver and the older one.

Thanks,

C.

Cédric Le Goater (6):
  aspeed/i2c: improve command handling
  aspeed/i2c: handle LAST command under the RX command
  aspeed/i2c: introduce a state machine
  aspeed: add some I2C devices to the Aspeed machines
  hw/misc: add a TMP42{1,2,3} device model
  aspeed: add a temp sensor device on I2C bus 3

 default-configs/arm-softmmu.mak |   1 +
 hw/arm/aspeed.c                 |  36 ++++
 hw/i2c/aspeed_i2c.c             |  65 ++++++-
 hw/misc/Makefile.objs           |   1 +
 hw/misc/tmp421.c                | 401 ++++++++++++++++++++++++++++++++++++++++
 5 files changed, 494 insertions(+), 10 deletions(-)
 create mode 100644 hw/misc/tmp421.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-02 12:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-15  5:51 [Qemu-devel] [PATCH 0/6] aspeed: I2C controller fixes Cédric Le Goater
2017-05-15  5:51 ` [Qemu-devel] [PATCH 1/6] aspeed/i2c: improve command handling Cédric Le Goater
2017-05-15  5:51 ` [Qemu-devel] [PATCH 2/6] aspeed/i2c: handle LAST command under the RX command Cédric Le Goater
2017-05-15  5:51 ` [Qemu-devel] [PATCH 3/6] aspeed/i2c: introduce a state machine Cédric Le Goater
2017-05-15  5:51 ` [Qemu-devel] [PATCH 4/6] aspeed: add some I2C devices to the Aspeed machines Cédric Le Goater
2017-05-15  5:51 ` [Qemu-devel] [PATCH 5/6] hw/misc: add a TMP42{1,2,3} device model Cédric Le Goater
2017-06-02 10:51   ` [Qemu-devel] [PATCH 5/6] hw/misc: add a TMP42{1, 2, 3} " Peter Maydell
2017-06-02 12:01     ` Cédric Le Goater
2017-05-15  5:51 ` [Qemu-devel] [PATCH 6/6] aspeed: add a temp sensor device on I2C bus 3 Cédric Le Goater
2017-06-01 16:18 ` [Qemu-devel] [PATCH 0/6] aspeed: I2C controller fixes Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).