We will be using Goldfish RTC device real date-time on QEMU RISC-V virt machine so this series: 1. Allows GOLDFISH kconfig option to be enabled for RISC-V 2. Enables GOLDFISH RTC driver in RISC-V defconfigs
This series can be found in goldfish_rtc_v2 branch at: https//github.com/avpatel/linux.git For the QEMU patches adding Goldfish RTC to virt machine refer: https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg05465.html Changes since v1: - Updated PATCH1 to allow goldfish drivers for all archs with IOMEM and DMA support Anup Patel (2): platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA RISC-V: defconfig: Enable Goldfish RTC driver arch/riscv/configs/defconfig | 3 +++ arch/riscv/configs/rv32_defconfig | 3 +++ drivers/platform/goldfish/Kconfig | 3 +-- 3 files changed, 7 insertions(+), 2 deletions(-) -- 2.17.1