summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sh.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: sh: Restore devm_ioremap() alignmentGeert Uytterhoeven2020-02-121-2/+1
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-05-091-12/+18
|\
| * rtc: sh: set rangeAlexandre Belloni2019-04-041-0/+8
| * rtc: sh: fix possible race conditionAlexandre Belloni2019-04-041-7/+9
| * rtc: sh: stop resetting time to epochAlexandre Belloni2019-04-041-7/+3
* | rtc: sh: Fix invalid alarm warning for non-enabled alarmGeert Uytterhoeven2019-03-201-1/+1
|/
* rtc: sh: convert to SPDX identifiersKuninori Morimoto2018-11-121-5/+2
* Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-08-201-89/+1
|\
| * rtc: sh: remove unused variable rtc_devAnders Roxell2018-07-271-1/+0
| * rtc: sh: remove dead codeAlexandre Belloni2018-07-261-88/+1
* | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
|/
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-10/+5
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: sh: mark PM functions as unusedArnd Bergmann2017-04-221-4/+2
* rtc: sh: add support for rza seriesChris Brandt2017-04-031-5/+28
* rtc: constify rtc_class_ops structuresBhumika Goyal2017-01-111-1/+1
* rtc: sh: don't validate alarm time provided to .set_alarmUwe Kleine-König2016-07-111-40/+1
* rtc: sh: drop bogus assignment of tm_year in .read_alarmUwe Kleine-König2016-07-111-1/+0
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-2/+0
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-sh.c: use dev_get_platdata()Jingoo Han2013-11-131-2/+3
* rtc: rtc-sh: use devm_*() functionsJingoo Han2013-07-031-51/+21
* rtc: rtc-sh: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-031-2/+0
* rtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPSJingoo Han2013-04-291-5/+4
* rtc: rtc-sh: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-4/+4
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-3/+3
* RTC: Clean out UIE icotl implementationsJohn Stultz2011-03-091-22/+0
* RTC: Cleanup rtc_class_ops->irq_set_freq()John Stultz2011-03-091-1/+0
* RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-1/+0
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-4/+7
* rtc: rtc-sh - fix a memory leakAxel Lin2010-11-081-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* rtc: rtc-sh: Fix up oops in early periodic freq assignment.Paul Mundt2009-09-091-3/+1
* rtc: rtc-sh fixesAlessandro Zummo2009-08-201-61/+32
* rtc: rtc-sh: clock framework support.Paul Mundt2009-04-161-18/+49
* rtc: rtc-sh: use set_irq_wake()Magnus Damm2009-04-021-0/+36
* sh: sh-rtc wakeup supportMagnus Damm2009-03-201-0/+1
* sh: sh-rtc invalid time reworkMagnus Damm2009-03-201-6/+9
* sh: sh-rtc carry interrupt reworkMagnus Damm2009-03-201-8/+32
* rtc: rtc-sh: Bump version up to reflect single IRQ support changes.Paul Mundt2009-03-061-1/+1
* rtc: sh-rtc: Add Single IRQ SupportMagnus Damm2009-02-271-73/+117
* rtc: move power of 2 periodic frequency check down into driversJonathan Cameron2009-01-061-0/+3
* rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov2009-01-061-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2008-10-201-7/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2008-10-201-7/+0
| |\
| * | rtc-sh: Unsigned rtc->{periodic,carry,alarm}_irq cannot be negativeroel kluin2008-09-111-7/+14