aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-ds1553.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-3/+0
2015-09-05rtc: ds1553: clean up ds1553_nvram_read()/ds1553_nvram_write()Vladimir Zapolskiy1-2/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: treewide: remove excess rtc_device validationAlexander Shiyan1-2/+1
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-8/+10
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-9/+4
2013-04-29rtc: rtc-ds1553: use devm_rtc_device_register()Jingoo Han1-4/+2
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-17/+0
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto1-4/+4
2009-12-16rtc-ds1553: fix races around device registrationAtsushi Nemoto1-77/+64
2009-06-18rtc-ds1553: drop IRQF_SHAREDAtsushi Nemoto1-2/+1
2009-01-06rtc: bunch of drivers: fix 'no irq' case handingAnton Vorontsov1-8/+7
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-19/+19
2008-10-16rtc: file close() consistently disables repeating irqsDavid Brownell1-12/+0
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+3
2007-11-14RTCs: handle NVRAM betterDavid Brownell1-1/+1
2007-10-16rtc: make rtc-ds1553 driver hotplug-awareAtsushi Nemoto1-1/+1
2007-09-19rtc: rtc-ds1553.c should use resource_size_t for base addressAtsushi Nemoto1-1/+1
2007-07-21rtc: do not return void valueAtsushi Nemoto1-1/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-4/+6
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-05-08rtc: rtc interfaces don't use class_deviceDavid Brownell1-1/+1
2007-02-12[PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava1-1/+1
2006-11-25[PATCH] rtc class locking bugfixesDavid Brownell1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+1
2006-10-01[PATCH] RTC: rtc-ds1553, rtc-ds1742 updateAtsushi Nemoto1-2/+6
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctlAtsushi Nemoto1-1/+1
2006-06-25[PATCH] RTC: add rtc-ds1553 driverAtsushi Nemoto1-0/+414