summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1742.c
AgeCommit message (Expand)Author
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-05-21rtc: ds1742: don't explicitly specify word_size and stride of nvmemUwe Kleine-König
2018-05-03rtc: simplify getting .drvdataWolfram Sang
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2018-03-01rtc: ds1742: use generic nvmemAlexandre Belloni
2018-03-01rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni
2016-05-20rtc: remove useless DRV_VERSIONAlexandre Belloni
2015-09-05rtc: ds1742: clean up ds1742_nvram_read()/ds1742_nvram_write()Vladimir Zapolskiy
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang
2014-08-08drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan
2014-06-06rtc: rtc-ds1742: make of_device_id array constJingoo Han
2014-04-03rtc: fix potential race conditionAlessandro Zummo
2014-01-23drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat
2014-01-23drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan
2013-09-11drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan
2013-09-11drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan
2013-09-11drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan
2013-04-29rtc: rtc-ds1742: use devm_rtc_device_register()Jingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-01-10rtc: convert drivers/rtc/* to use module_platform_driver()Axel Lin
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-14init dynamic bin_attribute structuresWolfram Sang
2009-12-16rtc: do not use container_of macro as an argument for to_platform_deviceAtsushi Nemoto
2009-12-16rtc-ds1742: fix races around device registrationAtsushi Nemoto
2009-06-18rtc: rtc-ds1742 nvram attribute fixTorsten Ertbjerg Rasmussen
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk
2008-04-11rtc: fix platform driver hotplug/coldplugKay Sievers
2007-11-14RTCs: handle NVRAM betterDavid Brownell
2007-10-16rtc: make rtc-ds1742 driver hotplug-awareAtsushi Nemoto
2007-09-19rtc-ds1742.c should use resource_size_t for base addressDavid Gibson
2007-07-21rtc: do not return void valueAtsushi Nemoto
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-02-12[PATCH] change __init to __devinit in 2 rtc driversPrarit Bhargava
2006-12-07[PATCH] rtc: ds1743 supportTorsten Ertbjerg Rasmussen
2006-10-01[PATCH] RTC: rtc-ds1553, rtc-ds1742 updateAtsushi Nemoto
2006-10-01[PATCH] constify rtc_class_ops: update driversDavid Brownell
2006-06-25[PATCH] RTC: add rtc-ds1742 driverAtsushi Nemoto