All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Versatile Express SiI9022 emulation
@ 2018-02-27 10:48 Linus Walleij
  2018-02-27 10:48 ` [Qemu-devel] [PATCH 1/5] i2c: Fix some brace style issues Linus Walleij
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Linus Walleij @ 2018-02-27 10:48 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: qemu-arm, Philippe Mathieu-Daudé, Corey Minyard, Linus Walleij

This series adds proper display bridge/connector emulation
for the Versatile Express, implementing a simple Silicon
Image 9022 emulation spawning a DDC I2C child.

After the series the Versatile Express is successfully
presented the "QEMU monitor" through DDC I2C.

The series includes two refactorings from Corey and a
minor bug fix for the i2c-ddc so that everything is smoothly
integrated.

Corey Minyard (2):
  i2c: Fix some brace style issues
  i2c: Move the bus class to i2c.h

Linus Walleij (3):
  hw/i2c-ddc: Do not fail writes
  hw/sii9022: Add support for Silicon Image SII9022
  arm/vexpress: Add proper display connector emulation

 default-configs/arm-softmmu.mak |   2 +
 hw/arm/vexpress.c               |   6 +-
 hw/display/Makefile.objs        |   1 +
 hw/display/sii9022.c            | 188 ++++++++++++++++++++++++++++++++++++++++
 hw/display/trace-events         |   5 ++
 hw/i2c/core.c                   |  18 ----
 hw/i2c/i2c-ddc.c                |   4 +-
 include/hw/i2c/i2c.h            |  23 ++++-
 8 files changed, 222 insertions(+), 25 deletions(-)
 create mode 100644 hw/display/sii9022.c

-- 
2.14.3

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

end of thread, other threads:[~2018-02-28 12:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27 10:48 [Qemu-devel] [PATCH 0/5] Versatile Express SiI9022 emulation Linus Walleij
2018-02-27 10:48 ` [Qemu-devel] [PATCH 1/5] i2c: Fix some brace style issues Linus Walleij
2018-02-27 10:49 ` [Qemu-devel] [PATCH 2/5] i2c: Move the bus class to i2c.h Linus Walleij
2018-02-27 10:49 ` [Qemu-devel] [PATCH 3/5] hw/i2c-ddc: Do not fail writes Linus Walleij
2018-02-27 23:38   ` Philippe Mathieu-Daudé
2018-02-27 10:49 ` [Qemu-devel] [PATCH 4/5] hw/sii9022: Add support for Silicon Image SII9022 Linus Walleij
2018-02-27 17:19   ` Peter Maydell
2018-02-27 10:49 ` [Qemu-devel] [PATCH 5/5] arm/vexpress: Add proper display connector emulation Linus Walleij
2018-02-27 17:12   ` Peter Maydell
2018-02-27 23:34   ` Philippe Mathieu-Daudé
2018-02-27 17:26 ` [Qemu-devel] [PATCH 0/5] Versatile Express SiI9022 emulation Peter Maydell
2018-02-28 12:44   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.