summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1742.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: ds1742: don't explicitly specify word_size and stride of nvmemUwe Kleine-König2018-05-211-2/+0
* rtc: simplify getting .drvdataWolfram Sang2018-05-031-4/+2
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: ds1742: use generic nvmemAlexandre Belloni2018-03-011-41/+26
* rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+8
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-201-3/+0
* rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()Vladimir Zapolskiy2015-09-051-2/+2
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan2014-08-081-1/+1
* rtc: rtc-ds1742: make of_device_id array constJingoo Han2014-06-061-1/+1
* rtc: fix potential race conditionAlessandro Zummo2014-04-031-1/+4
* drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2014-01-231-1/+9
* drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan2013-09-111-5/+1
* drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan2013-09-111-2/+0
* drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan2013-09-111-12/+6
* rtc: rtc-ds1742: use devm_rtc_device_register()Jingoo Han2013-04-291-6/+2
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-101-12/+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
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* init dynamic bin_attribute structuresWolfram Sang2010-03-141-0/+1
* rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto2009-12-161-4/+4
* rtc-ds1742: fix races around device registrationAtsushi Nemoto2009-12-161-35/+16
* rtc: rtc-ds1742 nvram attribute fixTorsten Ertbjerg Rasmussen2009-06-181-17/+14
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-201-15/+15
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-111-0/+1
* RTCs: handle NVRAM betterDavid Brownell2007-11-141-1/+4
* rtc: make rtc-ds1742 driver hotplug-awareAtsushi Nemoto2007-10-161-1/+1
* rtc-ds1742.c should use resource_size_t for base addressDavid Gibson2007-09-191-1/+1
* rtc: do not return void valueAtsushi Nemoto2007-07-211-1/+1
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-4/+6
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
* [PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava2007-02-121-1/+1
* [PATCH] rtc: ds1743 supportTorsten Ertbjerg Rasmussen2006-12-071-28/+39
* [PATCH] RTC: rtc-ds1553, rtc-ds1742 updateAtsushi Nemoto2006-10-011-3/+7
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-011-1/+1
* [PATCH] RTC: add rtc-ds1742 driverAtsushi Nemoto2006-06-251-0/+259