Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
2020-03-16 | rtc: davinci: remove useless error handling | Alexandre Belloni | 1 | -9/+4 |
2020-03-16 | rtc: davinci: let the core handle rtc range | Alexandre Belloni | 1 | -8/+4 |
2020-03-16 | rtc: davinci: remove useless 24h alarm handling | Alexandre Belloni | 1 | -21/+0 |
2020-03-16 | rtc: davinci: convert to devm_rtc_allocate_device | Alexandre Belloni | 1 | -7/+5 |
2019-10-07 | rtc: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-08-13 | rtc: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2016-09-02 | rtc: constify rtc_class_ops structures | Julia Lawall | 1 | -1/+1 |
2016-07-19 | rtc: explicitly set tm_sec = 0 for drivers with minute accurancy | Uwe Kleine-König | 1 | -0/+2 |
2015-11-08 | rtc: davinci: remove incorrect reference to probe function | Arnd Bergmann | 1 | -1/+0 |
2014-10-20 | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-04 | rtc: rtc-davinci: use devm_ioremap_resource() | Jingoo Han | 1 | -25/+4 |
2014-04-04 | rtc: rtc-davinci: remove unnecessary OOM messages | Jingoo Han | 1 | -3/+1 |
2013-07-04 | rtc: rtc-davinci: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -9/+2 |
2013-07-04 | drivers/rtc/rtc-davinci.c: fix whitespace warning | Sachin Kamat | 1 | -1/+1 |
2013-04-30 | rtc: rtc-davinci: use devm_rtc_device_register() | Jingoo Han | 1 | -6/+2 |
2013-04-30 | rtc: rtc-davinci: use module_platform_driver_probe() | Jingoo Han | 1 | -11/+1 |
2013-04-30 | rtc: rtc-davinci: add __exit annotation | Jingoo Han | 1 | -2/+2 |
2013-02-22 | rtc: rtc-davinci: use devm_*() functions | Jingoo Han | 1 | -18/+10 |
2013-01-04 | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -2/+2 |
2012-12-18 | rtc: rtc-davinci: use devm_kzalloc() | Devendra Naga | 1 | -12/+4 |
2012-12-18 | rtc: rtc-davinci: return correct error code if rtc_device_register() fails | Devendra Naga | 1 | -2/+3 |
2012-03-24 | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
2011-05-07 | rtc: davinci: Initialize drvdata before registering device | Wolfram Sang | 1 | -2/+3 |
2011-03-09 | RTC: Clean out UIE icotl implementations | John Stultz | 1 | -4/+0 |
2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_freq() | John Stultz | 1 | -17/+0 |
2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_state | John Stultz | 1 | -34/+0 |
2010-06-28 | davinci: update gfp/slab.h includes | Tejun Heo | 1 | -0/+1 |
2010-05-07 | RTC: DaVinci RTC driver | Miguel Aguilar | 1 | -0/+673 |