Age | Commit message (Expand) | Author | Files | Lines |
2021-04-17 | rtc: ds1511: remove unused function | Jiapeng Chong | 1 | -6/+0 |
2020-11-19 | rtc: rework rtc_register_device() resource management | Bartosz Golaszewski | 1 | -1/+1 |
2020-11-19 | rtc: add devm_ prefix to rtc_nvmem_register() | Bartosz Golaszewski | 1 | -1/+1 |
2020-11-19 | rtc: nvmem: remove nvram ABI | Alexandre Belloni | 1 | -2/+0 |
2019-10-07 | rtc: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-05-03 | rtc: simplify getting .drvdata | Wolfram Sang | 1 | -6/+3 |
2018-03-01 | rtc: ds1511: let the core handle invalid time | Alexandre Belloni | 1 | -4/+0 |
2018-03-01 | rtc: ds1511: put ds1511_nvmem_cfg on the stack | Alexandre Belloni | 1 | -10/+9 |
2018-03-01 | rtc: ds1511: call rtc_nvmem_register() | Alexandre Belloni | 1 | -1/+2 |
2017-10-13 | rtc: ds1511: use generic nvmem | Alexandre Belloni | 1 | -36/+22 |
2017-10-13 | rtc: ds1511: allow waking platform | Alexandre Belloni | 1 | -9/+1 |
2017-10-13 | rtc: ds1511: switch to rtc_register_device | Alexandre Belloni | 1 | -2/+7 |
2016-05-20 | rtc: remove useless DRV_VERSION | Alexandre Belloni | 1 | -3/+0 |
2015-09-05 | rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write() | Vladimir Zapolskiy | 1 | -37/+5 |
2014-10-20 | rtc: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-04-04 | rtc: treewide: remove excess rtc_device validation | Alexander Shiyan | 1 | -2/+1 |
2014-04-04 | rtc: fix potential race condition | Alessandro Zummo | 1 | -8/+10 |
2013-09-12 | rtc: simplify devm_request_mem_region/devm_ioremap | Julia Lawall | 1 | -12/+5 |
2013-07-04 | drivers/rtc/rtc-ds1511.c: fix issues related to spaces and braces | Sachin Kamat | 1 | -49/+44 |
2013-04-30 | rtc: rtc-ds1511: use devm_rtc_device_register() | Jingoo Han | 1 | -5/+3 |
2013-01-04 | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+3 |
2012-03-24 | drivers/rtc: remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
2012-01-11 | rtc: convert drivers/rtc/* to use module_platform_driver() | Axel Lin | 1 | -14/+1 |
2011-11-01 | rtc: Add module.h to implicit users in drivers/rtc | Paul Gortmaker | 1 | -0/+1 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
2011-03-23 | drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file | Vasiliy Kulikov | 1 | -1/+1 |
2011-03-09 | RTC: Cleanup rtc_class_ops->update_irq_enable() | John Stultz | 1 | -17/+0 |
2010-05-21 | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 1 | -4/+6 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-16 | rtc-ds1511: fix races around device registration | Atsushi Nemoto | 1 | -88/+60 |
2009-11-09 | fix my email address. | Andrew Sharp | 1 | -2/+2 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-01-07 | rtc: bunch of drivers: fix 'no irq' case handing | Anton Vorontsov | 1 | -10/+9 |
2009-01-06 | trivial: rtc-ds1511: fix sparse warning | Hannes Eder | 1 | -1/+1 |
2008-10-20 | x86: sysfs: kill owner field from attribute | Parag Warudkar | 1 | -1/+0 |
2008-10-20 | drivers/rtc/: use bcd2bin/bin2bcd | Adrian Bunk | 1 | -21/+21 |
2008-10-16 | rtc: file close() consistently disables repeating irqs | David Brownell | 1 | -13/+0 |
2008-05-08 | fix irq flags in rtc-ds1511 | Steven Rostedt | 1 | -2/+2 |
2008-04-28 | make ds1511_rtc_{read,set}_time() static | Adrian Bunk | 1 | -4/+2 |
2008-04-11 | rtc: fix platform driver hotplug/coldplug | Kay Sievers | 1 | -0/+3 |
2008-02-06 | Platform real time clock driver for Dallas 1511 chip | Andrew Sharp | 1 | -0/+656 |