aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus 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/abelloni/linuxLinus 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-09rtc: rtc-sh: Fix up oops in early periodic freq assignment.Paul Mundt1-3/+1
2009-08-20rtc: rtc-sh fixesAlessandro Zummo1-61/+32
2009-04-16rtc: rtc-sh: clock framework support.Paul Mundt1-18/+49
2009-04-02rtc: rtc-sh: use set_irq_wake()Magnus Damm1-0/+36
2009-03-20sh: sh-rtc wakeup supportMagnus Damm1-0/+1
2009-03-20sh: sh-rtc invalid time reworkMagnus Damm1-6/+9
2009-03-20sh: sh-rtc carry interrupt reworkMagnus Damm1-8/+32
2009-03-06rtc: rtc-sh: Bump version up to reflect single IRQ support changes.Paul Mundt1-1/+1
2009-02-27rtc: sh-rtc: Add Single IRQ SupportMagnus Damm1-73/+117
2009-01-06rtc: move power of 2 periodic frequency check down into driversJonathan Cameron1-0/+3
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov1-4/+6
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-7/+14
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-20/+20
2008-10-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-7/+0
2008-10-16rtc: file close() consistently disables repeating irqsDavid Brownell1-7/+0
2008-09-11rtc-sh: Unsigned rtc->{periodic,carry,alarm}_irq cannot be negativeroel kluin1-7/+14
2008-05-08rtc: rtc-sh: Fixup for 64-bit resources.Paul Mundt1-5/+9