summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-sh.c
AgeCommit message (Expand)Author
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-02-12rtc: sh: Restore devm_ioremap() alignmentGeert Uytterhoeven
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-09Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-04-04rtc: sh: set rangeAlexandre Belloni
2019-04-04rtc: sh: fix possible race conditionAlexandre Belloni
2019-04-04rtc: sh: stop resetting time to epochAlexandre Belloni
2019-03-20rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven
2018-11-12rtc: sh: convert to SPDX identifiersKuninori Morimoto
2018-08-20Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-07-27rtc: sh: remove unused variable rtc_devAnders Roxell
2018-07-26rtc: sh: remove dead codeAlexandre Belloni
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-05-03rtc: simplify getting .drvdataWolfram Sang
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2017-04-22rtc: sh: mark PM functions as unusedArnd Bergmann
2017-04-03rtc: sh: add support for rza seriesChris Brandt
2017-01-11rtc: constify rtc_class_ops structuresBhumika Goyal
2016-07-11rtc: sh: don't validate alarm time provided to .set_alarmUwe Kleine-König
2016-07-11rtc: sh: drop bogus assignment of tm_year in .read_alarmUwe Kleine-König
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2013-11-13drivers/rtc/rtc-sh.c: use dev_get_platdata()Jingoo Han
2013-07-03rtc: rtc-sh: use devm_*() functionsJingoo Han
2013-07-03rtc: rtc-sh: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-29rtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPSJingoo Han
2013-04-29rtc: rtc-sh: use module_platform_driver_probe()Jingoo Han
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang
2011-03-29drivers: Final irq namespace conversionThomas Gleixner
2011-03-09RTC: Clean out UIE icotl implementationsJohn Stultz
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz
2010-11-08rtc: rtc-sh - fix a memory leakAxel Lin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-09-09rtc: rtc-sh: Fix up oops in early periodic freq assignment.Paul Mundt
2009-08-20rtc: rtc-sh fixesAlessandro Zummo
2009-04-16rtc: rtc-sh: clock framework support.Paul Mundt
2009-04-02rtc: rtc-sh: use set_irq_wake()Magnus Damm
2009-03-20sh: sh-rtc wakeup supportMagnus Damm
2009-03-20sh: sh-rtc invalid time reworkMagnus Damm
2009-03-20sh: sh-rtc carry interrupt reworkMagnus Damm
2009-03-06rtc: rtc-sh: Bump version up to reflect single IRQ support changes.Paul Mundt
2009-02-27rtc: sh-rtc: Add Single IRQ SupportMagnus Damm
2009-01-06rtc: move power of 2 periodic frequency check down into driversJonathan Cameron
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt