aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1742.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
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-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
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
2010-03-14init dynamic bin_attribute structuresWolfram Sang1-0/+1
2009-12-16rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto1-4/+4
2009-12-16rtc-ds1742: fix races around device registrationAtsushi Nemoto1-35/+16
2009-06-18rtc: rtc-ds1742 nvram attribute fixTorsten Ertbjerg Rasmussen1-17/+14
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-15/+15
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-11-14RTCs: handle NVRAM betterDavid Brownell1-1/+4
2007-10-16rtc: make rtc-ds1742 driver hotplug-awareAtsushi Nemoto1-1/+1
2007-09-19rtc-ds1742.c should use resource_size_t for base addressDavid Gibson1-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-02-12[PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava1-1/+1
2006-12-07[PATCH] rtc: ds1743 supportTorsten Ertbjerg Rasmussen1-28/+39
2006-10-01[PATCH] RTC: rtc-ds1553, rtc-ds1742 updateAtsushi Nemoto1-3/+7
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell1-1/+1
2006-06-25[PATCH] RTC: add rtc-ds1742 driverAtsushi Nemoto1-0/+259