| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 2020-11-19 | 1 | -1/+1 |
* | rtc: sh: Restore devm_ioremap() alignment | Geert Uytterhoeven | 2020-02-12 | 1 | -2/+1 |
* | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -1/+1 |
* | Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2019-05-09 | 1 | -12/+18 |
|\ |
|
| * | rtc: sh: set range | Alexandre Belloni | 2019-04-04 | 1 | -0/+8 |
| * | rtc: sh: fix possible race condition | Alexandre Belloni | 2019-04-04 | 1 | -7/+9 |
| * | rtc: sh: stop resetting time to epoch | Alexandre Belloni | 2019-04-04 | 1 | -7/+3 |
* | | rtc: sh: Fix invalid alarm warning for non-enabled alarm | Geert Uytterhoeven | 2019-03-20 | 1 | -1/+1 |
|/ |
|
* | rtc: sh: convert to SPDX identifiers | Kuninori Morimoto | 2018-11-12 | 1 | -5/+2 |
* | Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2018-08-20 | 1 | -89/+1 |
|\ |
|
| * | rtc: sh: remove unused variable rtc_dev | Anders Roxell | 2018-07-27 | 1 | -1/+0 |
| * | rtc: sh: remove dead code | Alexandre Belloni | 2018-07-26 | 1 | -88/+1 |
* | | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2018-07-07 | 1 | -0/+1 |
|/ |
|
* | rtc: simplify getting .drvdata | Wolfram Sang | 2018-05-03 | 1 | -10/+5 |
* | rtc: stop validating rtc_time in .read_time | Alexandre Belloni | 2018-03-02 | 1 | -1/+1 |
* | rtc: sh: mark PM functions as unused | Arnd Bergmann | 2017-04-22 | 1 | -4/+2 |
* | rtc: sh: add support for rza series | Chris Brandt | 2017-04-03 | 1 | -5/+28 |
* | rtc: constify rtc_class_ops structures | Bhumika Goyal | 2017-01-11 | 1 | -1/+1 |
* | rtc: sh: don't validate alarm time provided to .set_alarm | Uwe Kleine-König | 2016-07-11 | 1 | -40/+1 |
* | rtc: sh: drop bogus assignment of tm_year in .read_alarm | Uwe Kleine-König | 2016-07-11 | 1 | -1/+0 |
* | rtc: remove useless DRV_VERSION | Alexandre Belloni | 2016-05-20 | 1 | -2/+0 |
* | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | drivers/rtc/rtc-sh.c: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -2/+3 |
* | rtc: rtc-sh: use devm_*() functions | Jingoo Han | 2013-07-03 | 1 | -51/+21 |
* | rtc: rtc-sh: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-07-03 | 1 | -2/+0 |
* | rtc: rtc-sh: switch to using SIMPLE_DEV_PM_OPS | Jingoo Han | 2013-04-29 | 1 | -5/+4 |
* | rtc: rtc-sh: use module_platform_driver_probe() | Jingoo Han | 2013-04-29 | 1 | -12/+1 |
* | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 2012-03-23 | 1 | -4/+4 |
* | drivers: Final irq namespace conversion | Thomas Gleixner | 2011-03-29 | 1 | -3/+3 |
* | RTC: Clean out UIE icotl implementations | John Stultz | 2011-03-09 | 1 | -22/+0 |
* | RTC: Cleanup rtc_class_ops->irq_set_freq() | John Stultz | 2011-03-09 | 1 | -1/+0 |
* | RTC: Cleanup rtc_class_ops->irq_set_state | John Stultz | 2011-03-09 | 1 | -1/+0 |
* | RTC: Convert rtc drivers to use the alarm_irq_enable method | John Stultz | 2011-02-03 | 1 | -4/+7 |
* | rtc: rtc-sh - fix a memory leak | Axel Lin | 2010-11-08 | 1 | -2/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
* | rtc: rtc-sh: Fix up oops in early periodic freq assignment. | Paul Mundt | 2009-09-09 | 1 | -3/+1 |
* | rtc: rtc-sh fixes | Alessandro Zummo | 2009-08-20 | 1 | -61/+32 |
* | rtc: rtc-sh: clock framework support. | Paul Mundt | 2009-04-16 | 1 | -18/+49 |
* | rtc: rtc-sh: use set_irq_wake() | Magnus Damm | 2009-04-02 | 1 | -0/+36 |
* | sh: sh-rtc wakeup support | Magnus Damm | 2009-03-20 | 1 | -0/+1 |
* | sh: sh-rtc invalid time rework | Magnus Damm | 2009-03-20 | 1 | -6/+9 |
* | sh: sh-rtc carry interrupt rework | Magnus Damm | 2009-03-20 | 1 | -8/+32 |
* | rtc: rtc-sh: Bump version up to reflect single IRQ support changes. | Paul Mundt | 2009-03-06 | 1 | -1/+1 |
* | rtc: sh-rtc: Add Single IRQ Support | Magnus Damm | 2009-02-27 | 1 | -73/+117 |
* | rtc: move power of 2 periodic frequency check down into drivers | Jonathan Cameron | 2009-01-06 | 1 | -0/+3 |
* | rtc: bunch of drivers: fix 'no irq' case handing | Anton Vorontsov | 2009-01-06 | 1 | -4/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2008-10-20 | 1 | -7/+14 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2008-10-20 | 1 | -7/+0 |
| |\ |
|
| * | | rtc-sh: Unsigned rtc->{periodic,carry,alarm}_irq cannot be negative | roel kluin | 2008-09-11 | 1 | -7/+14 |