aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-22rtc: sh: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-4/+4
2025-04-08rtc: sh: minor fixes to adhere to coding styleWolfram Sang1-19/+19
2025-04-08rtc: sh: use local variables in probe() for mapping IOWolfram Sang1-11/+8
2025-04-08rtc: sh: remove useless wrapper functionWolfram Sang1-6/+2
2025-04-08rtc: sh: simplify irq setup after refactoringWolfram Sang1-66/+17
2025-04-08rtc: sh: remove periodic interrupt handlingWolfram Sang1-69/+0
2025-04-08rtc: sh: only disable carry interrupts in probe()Wolfram Sang1-22/+4
2025-04-08rtc: sh: remove update interrupt handlingWolfram Sang1-47/+1
2025-04-08rtc: sh: assign correct interrupts with DTWolfram Sang1-3/+9
2025-01-09rtc: use boolean values with device_init_wakeup()Wolfram Sang1-1/+1
2024-11-10rtc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2023-10-13rtc: sh: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-13rtc: sh: Mark driver struct with __refdata to prevent section mismatch warningUwe Kleine-König1-1/+7
2023-10-01rtc: sh: silence warningAlexandre Belloni1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-02-12rtc: sh: Restore devm_ioremap() alignmentGeert Uytterhoeven1-2/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-05-09Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-12/+18
2019-04-04rtc: sh: set rangeAlexandre Belloni1-0/+8
2019-04-04rtc: sh: fix possible race conditionAlexandre Belloni1-7/+9
2019-04-04rtc: sh: stop resetting time to epochAlexandre Belloni1-7/+3
2019-03-20rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven1-1/+1
2018-11-12rtc: sh: convert to SPDX identifiersKuninori Morimoto1-5/+2
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-89/+1
2018-07-27rtc: sh: remove unused variable rtc_devAnders Roxell1-1/+0
2018-07-26rtc: sh: remove dead codeAlexandre Belloni1-88/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-10/+5
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-04-22rtc: sh: mark PM functions as unusedArnd Bergmann1-4/+2
2017-04-03rtc: sh: add support for rza seriesChris Brandt1-5/+28
2017-01-11rtc: constify rtc_class_ops structuresBhumika Goyal1-1/+1
2016-07-11rtc: sh: don't validate alarm time provided to .set_alarmUwe Kleine-König1-40/+1
2016-07-11rtc: sh: drop bogus assignment of tm_year in .read_alarmUwe Kleine-König1-1/+0
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-2/+0
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-11-13drivers/rtc/rtc-sh.c: use dev_get_platdata()Jingoo Han1-2/+3
2013-07-03rtc: rtc-sh: use devm_*() functionsJingoo Han1-51/+21
2013-07-03rtc: rtc-sh: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-29rtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPSJingoo Han1-5/+4
2013-04-29rtc: rtc-sh: use module_platform_driver_probe()Jingoo Han1-12/+1
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-4/+4
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-3/+3
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz1-22/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz1-1/+0
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz1-1/+0
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-4/+7
2010-11-08rtc: rtc-sh - fix a memory leakAxel Lin1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1