summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1511.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-3/+0
* rtc: ds1511: clean up ds1511_nvram_read()/ds1511_nvram_write()Vladimir Zapolskiy2015-09-051-37/+5
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: treewide: remove excess rtc_device validationAlexander Shiyan2014-04-031-2/+1
* rtc: fix potential race conditionAlessandro Zummo2014-04-031-8/+10
* rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-111-12/+5
* drivers/rtc/rtc-ds1511.c: fix issues related to spaces and bracesSachin Kamat2013-07-031-49/+44
* rtc: rtc-ds1511: use devm_rtc_device_register()Jingoo Han2013-04-291-5/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+3
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-14/+1
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+1
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram fileVasiliy Kulikov2011-03-221-1/+1
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-17/+0
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc-ds1511: fix races around device registrationAtsushi Nemoto2009-12-161-88/+60
* fix my email address.Andrew Sharp2009-11-091-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\
| * trivial: rtc-ds1511: fix sparse warningHannes Eder2009-01-061-1/+1
* | rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov2009-01-061-10/+9
|/
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+0
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-21/+21
* rtc: file close() consistently disables repeating irqsDavid Brownell2008-10-161-13/+0
* fix irq flags in rtc-ds1511Steven Rostedt2008-05-081-2/+2
* make ds1511_rtc_{read,set}_time() staticAdrian Bunk2008-04-281-4/+2
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+3
* Platform real time clock driver for Dallas 1511 chipAndrew Sharp2008-02-061-0/+656