aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1553.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-20rtc: remove useless DRV_VERSIONGravatar Alexandre Belloni 1-3/+0
2015-09-05rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()Gravatar Vladimir Zapolskiy 1-2/+2
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-04-03rtc: treewide: remove excess rtc_device validationGravatar Alexander Shiyan 1-2/+1
2014-04-03rtc: fix potential race conditionGravatar Alessandro Zummo 1-8/+10
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapGravatar Julia Lawall 1-9/+4
2013-04-29rtc: rtc-ds1553: use devm_rtc_device_register()Gravatar Jingoo Han 1-4/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-03-23drivers/rtc: remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcGravatar Paul Gortmaker 1-0/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()Gravatar John Stultz 1-17/+0
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-16rtc: do not use container_of macro as an argument for to_platform_deviceGravatar Atsushi Nemoto 1-4/+4
2009-12-16rtc-ds1553: fix races around device registrationGravatar Atsushi Nemoto 1-77/+64
2009-06-18rtc-ds1553: drop IRQF_SHAREDGravatar Atsushi Nemoto 1-2/+1
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingGravatar Anton Vorontsov 1-8/+7
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdGravatar Adrian Bunk 1-19/+19
2008-10-16rtc: file close() consistently disables repeating irqsGravatar David Brownell 1-12/+0
2008-04-11rtc: fix platform driver hotplug/coldplugGravatar Kay Sievers 1-0/+3
2007-11-14RTCs: handle NVRAM betterGravatar David Brownell 1-1/+1
2007-10-16rtc: make rtc-ds1553 driver hotplug-awareGravatar Atsushi Nemoto 1-1/+1
2007-09-19rtc: rtc-ds1553.c should use resource_size_t for base addressGravatar Atsushi Nemoto 1-1/+1
2007-07-21rtc: do not return void valueGravatar Atsushi Nemoto 1-1/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Gravatar Zhang Rui 1-4/+6
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-1/+0
2007-05-08rtc: rtc interfaces don't use class_deviceGravatar David Brownell 1-1/+1
2007-02-12[PATCH] change __init to __devinit in 2 rtc driversGravatar Prarit Bhargava 1-1/+1
2006-11-25[PATCH] rtc class locking bugfixesGravatar David Brownell 1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+1
2006-10-01[PATCH] RTC: rtc-ds1553, rtc-ds1742 updateGravatar Atsushi Nemoto 1-2/+6
2006-10-01[PATCH] constify rtc_class_ops: update driversGravatar David Brownell 1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-27[PATCH] RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctlGravatar Atsushi Nemoto 1-1/+1
2006-06-25[PATCH] RTC: add rtc-ds1553 driverGravatar Atsushi Nemoto 1-0/+414