summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1742.c
Commit message (Expand)AuthorAge
* rtc: remove useless DRV_VERSIONAlexandre Belloni2016-05-20
* rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()Vladimir Zapolskiy2015-09-05
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-20
* drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan2014-08-08
* rtc: rtc-ds1742: make of_device_id array constJingoo Han2014-06-06
* rtc: fix potential race conditionAlessandro Zummo2014-04-03
* drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-23
* drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2014-01-23
* drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan2013-09-11
* drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan2013-09-11
* drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan2013-09-11
* rtc: rtc-ds1742: use devm_rtc_device_register()Jingoo Han2013-04-29
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin2012-01-10
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-31
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-10
* sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* init dynamic bin_attribute structuresWolfram Sang2010-03-14
* rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto2009-12-16
* rtc-ds1742: fix races around device registrationAtsushi Nemoto2009-12-16
* rtc: rtc-ds1742 nvram attribute fixTorsten Ertbjerg Rasmussen2009-06-18
* drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk2008-10-20
* rtc: fix platform driver hotplug/coldplugKay Sievers2008-04-11
* RTCs: handle NVRAM betterDavid Brownell2007-11-14
* rtc: make rtc-ds1742 driver hotplug-awareAtsushi Nemoto2007-10-16
* rtc-ds1742.c should use resource_size_t for base addressDavid Gibson2007-09-19
* rtc: do not return void valueAtsushi Nemoto2007-07-21
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-11
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-11
* [PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava2007-02-12
* [PATCH] rtc: ds1743 supportTorsten Ertbjerg Rasmussen2006-12-07
* [PATCH] RTC: rtc-ds1553, rtc-ds1742 updateAtsushi Nemoto2006-10-01
* [PATCH] constify rtc_class_ops: update driversDavid Brownell2006-10-01
* [PATCH] RTC: add rtc-ds1742 driverAtsushi Nemoto2006-06-25