summary refs log tree commit diff stats
path: root/hw/rtc/exynos4210_rtc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/rtc: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACYPeter Maydell2022-05-191-2/+2
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaksGan Qixin2021-01-081-0/+9
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw: Move Exynos4210 RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-241-0/+608