aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-fsl-ftm-alarm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-17rtc: fsl-ftm-alarm: add MODULE_TABLE()Michael Walle1-0/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-08-21rtc: fsl-ftm-alarm: update acpi device idPeng Ma1-2/+2
2020-06-06rtc: fsl-ftm-alarm: fix freeze(s2idle) failed to wakeRan Wang1-1/+5
2020-04-15rtc: remove unnecessary error message after platform_get_irqMarkus Elfring1-3/+1
2020-03-29rtc: fsl-ftm-alarm: report alarm to coreBiwen Li1-0/+2
2020-03-23rtc: fsl-ftm-alarm: enable acpi supportPeng Ma1-6/+15
2019-11-08rtc: fsl-ftm-alarm: avoid struct rtc_time conversionsAlexandre Belloni1-5/+2
2019-11-08rtc: fsl-ftm-alarm: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-4/+5
2019-11-08rtc: fsl-ftm-alarm: switch to ktime_get_real_secondsAlexandre Belloni1-4/+1
2019-10-06rtc: Use devm_platform_ioremap_resource()Markus Elfring1-8/+1
2019-08-23rtc: fsl-ftm-alarm: add FTM alarm driverBiwen Li1-0/+337