aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-snvs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-01rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-9/+4
2019-09-01rtc: snvs: set rangeAlexandre Belloni1-0/+1
2019-08-29rtc: snvs: fix possible race conditionAnson Huang1-4/+7
2019-05-08rtc: snvs: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-15/+4
2019-04-04rtc: snvs: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-04rtc: snvs: use dev_pm_set_wake_irq() to simplify codeAnson Huang1-21/+4
2019-02-05rtc: snvs: make sure clock is enabled for interrupt handleAnson Huang1-0/+6
2018-07-11rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho1-35/+70
2018-05-22rtc: snvs: Switch to SPDX identifierFabio Estevam1-10/+3
2018-04-03rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue1-4/+11
2017-05-05rtc: snvs: fix an incorrect check of return valuePan Bian1-1/+1
2017-02-01rtc: snvs: add a missing write syncGuy Shapiro1-0/+1
2016-05-20rtc: snvs: return error in case enable_irq_wake failsStefan Agner1-1/+1
2015-07-15rtc: snvs: use syscon to access registerFrank Li1-65/+67
2015-06-25rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner1-9/+21
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-13rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck1-2/+9
2014-12-10drivers/rtc/rtc-snvs: fix suspend/resumeSanchayan Maity1-1/+4
2014-12-10drivers/rtc/rtc-snvs: add clock supportSanchayan Maity1-2/+32
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-snvs.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-07-03drivers/rtc/rtc-snvs.c: remove empty functionSachin Kamat1-6/+0
2013-04-29rtc: rtc-snvs: use devm_rtc_device_register()Jingoo Han1-5/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat1-1/+1
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-10-06rtc: snvs: add Freescale rtc-snvs driverShawn Guo1-0/+350