aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-tx4939.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-04rtc: tx4939: convert to SPDX identifierGravatar Alexandre Belloni 1-5/+2
2019-03-03rtc: tx4939: use .set_timeGravatar Alexandre Belloni 1-2/+3
2019-03-03rtc: tx4939: switch to rtc_time64_to_tm/rtc_tm_to_time64Gravatar Alexandre Belloni 1-3/+3
2019-03-03rtc: tx4939: set rangeGravatar Alexandre Belloni 1-0/+1
2019-03-03rtc: tx4939: remove useless testGravatar Alexandre Belloni 1-7/+0
2018-09-28rtc: tx4939: fixup nvmem name and register sizeGravatar Alexandre Belloni 1-3/+1
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmGravatar Alexandre Belloni 1-1/+1
2018-03-01rtc: tx4939: avoid unintended sign extension on a 24 bit shiftGravatar Colin Ian King 1-2/+4
2018-03-01rtc: tx4939: use generic nvmemGravatar Alexandre Belloni 1-33/+26
2018-03-01rtc: tx4939: fix possible race conditionGravatar Alexandre Belloni 1-2/+3
2018-03-01rtc: tx4939: switch to rtc_register_deviceGravatar Alexandre Belloni 1-2/+8
2018-03-01rtc: tx4939: remove arch/mips dependencyGravatar Alexandre Belloni 1-1/+24
2015-09-05rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()Gravatar Vladimir Zapolskiy 1-4/+2
2014-10-20rtc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-04-03rtc: treewide: remove excess rtc_device validationGravatar Alexander Shiyan 1-2/+2
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapGravatar Julia Lawall 1-10/+4
2013-04-29rtc: rtc-tx4939: use devm_rtc_device_register()Gravatar Jingoo Han 1-4/+2
2013-04-29rtc: rtc-tx4939: use module_platform_driver_probe()Gravatar Jingoo Han 1-12/+1
2012-03-23drivers/rtc: remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcGravatar Paul Gortmaker 1-0/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-16rtc-tx4939: fix races around device registrationGravatar Atsushi Nemoto 1-25/+26
2009-06-18rtc-tx4939: drop IRQF_SHAREDGravatar Atsushi Nemoto 1-3/+1
2009-01-06rtc: add rtc-tx4939 driverGravatar Atsushi Nemoto 1-0/+317