All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] renesas_sci update
@ 2021-06-16  9:12 Yoshinori Sato
  2021-06-16  9:12 ` [PATCH 1/3] hw/char: renesas_sci: Refactor for merge all SCI variant Yoshinori Sato
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yoshinori Sato @ 2021-06-16  9:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yoshinori Sato

Renesas SH/RX have various SCI in serial interface.
The design of sh_serial is old, so I integrate these SCIs with renesas_sci.

Yoshinori Sato (3):
  hw/char: renesas_sci: Refactor for merge all SCI variant..
  hw/char: renesas_sci Add SCI and SCIF support.
  hw/sh4: sh7750 using renesas_sci.

 include/hw/char/renesas_sci.h |  117 +++-
 include/hw/rx/rx62n.h         |    2 +-
 include/hw/sh4/sh.h           |    8 -
 hw/char/renesas_sci.c         | 1053 +++++++++++++++++++++++++++------
 hw/rx/rx62n.c                 |    2 +-
 hw/sh4/sh7750.c               |   41 ++
 hw/sh4/Kconfig                |    2 +-
 7 files changed, 1025 insertions(+), 200 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2021-06-30 15:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16  9:12 [PATCH 0/3] renesas_sci update Yoshinori Sato
2021-06-16  9:12 ` [PATCH 1/3] hw/char: renesas_sci: Refactor for merge all SCI variant Yoshinori Sato
2021-06-29 12:33   ` Peter Maydell
2021-06-16  9:12 ` [PATCH 2/3] hw/char: renesas_sci Add SCI and SCIF support Yoshinori Sato
2021-06-29 12:37   ` Peter Maydell
2021-06-16  9:12 ` [PATCH 3/3] hw/sh4: sh7750 using renesas_sci Yoshinori Sato
2021-06-29 13:23   ` Peter Maydell
2021-06-30 15:15     ` Yoshinori Sato
2021-06-16  9:27 ` [PATCH 0/3] renesas_sci update no-reply

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.