All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] RTC support for QEMU RISC-V virt machine
@ 2019-11-06  8:35 ` Anup Patel
  0 siblings, 0 replies; 10+ messages in thread
From: Anup Patel @ 2019-11-06  8:35 UTC (permalink / raw)
  To: Peter Maydell, Palmer Dabbelt, Alistair Francis,
	Sagar Karandikar, Bastian Koppelmann
  Cc: qemu-riscv, Anup Patel, Anup Patel, qemu-devel, Atish Patra,
	Philippe Mathieu-Daudé

This series adds RTC device to QEMU RISC-V virt machine. We have
selected Goldfish RTC device model for this. It's a pretty simple
synthetic device with few MMIO registers and no dependency external
clock. The driver for Goldfish RTC is already available in Linux so
we just need to enable it in Kconfig for RISCV and also update Linux
defconfigs.

We have tested this series with Linux-5.4-rc4 plus defconfig changes
available in 'goldfish_rtc_v2' branch of:
https://github.com/avpatel/linux.git

Changes since v6:
 - Rebased on latest QEMU master
 - Addressed all nit comments from Philippe Mathieu-Daud??

Changes since v5:
 - Rebased on latest QEMU master
 - Added maintainer entry for Goldfish RTC

Changes since v4:
 - Fixed typo in trace event usage
 - Moved goldfish_rtc.h to correct location

Changes since v3:
 - Address all nit comments from Alistair

Changes since v2:
 - Rebased on RTC code refactoring

Changes since v1:
 - Implemented VMState save/restore callbacks

Anup Patel (3):
  hw: rtc: Add Goldfish RTC device
  riscv: virt: Use Goldfish RTC device
  MAINTAINERS: Add maintainer entry for Goldfish RTC

 MAINTAINERS                   |   8 +
 hw/riscv/Kconfig              |   1 +
 hw/riscv/virt.c               |  15 ++
 hw/rtc/Kconfig                |   3 +
 hw/rtc/Makefile.objs          |   1 +
 hw/rtc/goldfish_rtc.c         | 285 ++++++++++++++++++++++++++++++++++
 hw/rtc/trace-events           |   4 +
 include/hw/riscv/virt.h       |   2 +
 include/hw/rtc/goldfish_rtc.h |  46 ++++++
 9 files changed, 365 insertions(+)
 create mode 100644 hw/rtc/goldfish_rtc.c
 create mode 100644 include/hw/rtc/goldfish_rtc.h

--
2.17.1


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

end of thread, other threads:[~2019-11-06 11:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06  8:35 [PATCH v7 0/3] RTC support for QEMU RISC-V virt machine Anup Patel
2019-11-06  8:35 ` Anup Patel
2019-11-06  8:35 ` [PATCH v7 1/3] hw: rtc: Add Goldfish RTC device Anup Patel
2019-11-06  8:35   ` Anup Patel
2019-11-06  8:35 ` [PATCH v7 2/3] riscv: virt: Use " Anup Patel
2019-11-06  8:35   ` Anup Patel
2019-11-06 11:47   ` Anup Patel
2019-11-06 11:47     ` Anup Patel
2019-11-06  8:35 ` [PATCH v7 3/3] MAINTAINERS: Add maintainer entry for Goldfish RTC Anup Patel
2019-11-06  8:35   ` Anup Patel

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.