aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tx4939.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-29rtc: Use dev_get_drvdata()Kefeng Wang1-11/+6
2019-03-04rtc: tx4939: convert to SPDX identifierAlexandre Belloni1-5/+2
2019-03-03rtc: tx4939: use .set_timeAlexandre Belloni1-2/+3
2019-03-03rtc: tx4939: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-3/+3
2019-03-03rtc: tx4939: set rangeAlexandre Belloni1-0/+1
2019-03-03rtc: tx4939: remove useless testAlexandre Belloni1-7/+0
2018-09-28rtc: tx4939: fixup nvmem name and register sizeAlexandre Belloni1-3/+1
2018-03-01rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni1-1/+1
2018-03-01rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King1-2/+4
2018-03-01rtc: tx4939: use generic nvmemAlexandre Belloni1-33/+26
2018-03-01rtc: tx4939: fix possible race conditionAlexandre Belloni1-2/+3
2018-03-01rtc: tx4939: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2018-03-01rtc: tx4939: remove arch/mips dependencyAlexandre Belloni1-1/+24
2015-09-05rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()Vladimir Zapolskiy1-4/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-03rtc: treewide: remove excess rtc_device validationAlexander Shiyan1-2/+2
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall1-10/+4
2013-04-29rtc: rtc-tx4939: use devm_rtc_device_register()Jingoo Han1-4/+2
2013-04-29rtc: rtc-tx4939: use module_platform_driver_probe()Jingoo Han1-12/+1
2012-03-23drivers/rtc: remove IRQF_DISABLEDYong Zhang1-1/+1
2011-10-31rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker1-0/+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
2009-12-16rtc-tx4939: fix races around device registrationAtsushi Nemoto1-25/+26
2009-06-18rtc-tx4939: drop IRQF_SHAREDAtsushi Nemoto1-3/+1
2009-01-06rtc: add rtc-tx4939 driverAtsushi Nemoto1-0/+317