summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-snvs.c
AgeCommit message (Expand)AuthorLines
2022-11-15rtc: snvs: Allow a time difference on clock register readStefan Eichenberger-2/+14
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski-1/+1
2020-11-14rtc: snvs: Remove NULL pointer check before clk_*Xu Wang-43/+24
2020-05-30rtc: snvs: Add necessary clock operations for RTC APIsAnson Huang-2/+53
2020-05-30rtc: snvs: Make SNVS clock always preparedAnson Huang-2/+2
2020-03-16rtc: snvs: Use devm_add_action_or_reset() for calls to clk_disable_unprepare()Anson Huang-14/+13
2020-02-18rtc: snvs: Remove unused include of of_device.hAnson Huang-1/+0
2019-09-01rtc: snvs: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni-9/+4
2019-09-01rtc: snvs: set rangeAlexandre Belloni-0/+1
2019-08-29rtc: snvs: fix possible race conditionAnson Huang-4/+7
2019-05-08rtc: snvs: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang-15/+4
2019-04-04rtc: snvs: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-04rtc: snvs: use dev_pm_set_wake_irq() to simplify codeAnson Huang-21/+4
2019-02-05rtc: snvs: make sure clock is enabled for interrupt handleAnson Huang-0/+6
2018-07-11rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho-35/+70
2018-05-22rtc: snvs: Switch to SPDX identifierFabio Estevam-10/+3
2018-04-03rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue-4/+11
2017-05-05rtc: snvs: fix an incorrect check of return valuePan Bian-1/+1
2017-02-01rtc: snvs: add a missing write syncGuy Shapiro-0/+1
2016-05-20rtc: snvs: return error in case enable_irq_wake failsStefan Agner-1/+1
2015-07-15rtc: snvs: use syscon to access registerFrank Li-65/+67
2015-06-25rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner-9/+21
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-13rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck-2/+9
2014-12-10drivers/rtc/rtc-snvs: fix suspend/resumeSanchayan Maity-1/+4
2014-12-10drivers/rtc/rtc-snvs: add clock supportSanchayan Maity-2/+32
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang-1/+0
2013-11-13drivers/rtc/rtc-snvs.c: remove redundant of_match_ptrSachin Kamat-1/+1
2013-07-03drivers/rtc/rtc-snvs.c: remove empty functionSachin Kamat-6/+0
2013-04-29rtc: rtc-snvs: use devm_rtc_device_register()Jingoo Han-5/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-1/+1
2013-02-21drivers/rtc: use of_match_ptr() macroSachin Kamat-1/+1
2013-01-22rtc: Convert to devm_ioremap_resource()Thierry Reding-3/+3
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman-4/+4
2012-10-06rtc: snvs: add Freescale rtc-snvs driverShawn Guo-0/+350