aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1742.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-05-21rtc: ds1742: don't explicitly specify word_size and stride of nvmemUwe Kleine-König1-2/+0
2018-05-03rtc: simplify getting .drvdataWolfram Sang1-4/+2
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-01rtc: ds1742: use generic nvmemAlexandre Belloni1-41/+26
2018-03-01rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni1-3/+0
2015-09-05rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()Vladimir Zapolskiy1-2/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-08drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper"Alexander Shiyan1-1/+1
2014-06-06rtc: rtc-ds1742: make of_device_id array constJingoo Han1-1/+1
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-1/+4
2014-01-23drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat1-1/+1
2014-01-23drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan1-1/+9
2013-09-11drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan1-5/+1
2013-09-11drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan1-2/+0
2013-09-11drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan1-12/+6
2013-04-29rtc: rtc-ds1742: use devm_rtc_device_register()Jingoo Han1-6/+2
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