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