summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-tx4939.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: stop validating rtc_time after rtc_time_to_tmAlexandre Belloni2018-03-011-1/+1
* rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King2018-03-011-2/+4
* rtc: tx4939: use generic nvmemAlexandre Belloni2018-03-011-33/+26
* rtc: tx4939: fix possible race conditionAlexandre Belloni2018-03-011-2/+3
* rtc: tx4939: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+8
* rtc: tx4939: remove arch/mips dependencyAlexandre Belloni2018-03-011-1/+24
* rtc: tx4939: clean up tx4939_rtc_nvram_read()/tx4939_rtc_nvram_write()Vladimir Zapolskiy2015-09-051-4/+2
* rtc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* rtc: treewide: remove excess rtc_device validationAlexander Shiyan2014-04-031-2/+2
* rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-111-10/+4
* rtc: rtc-tx4939: use devm_rtc_device_register()Jingoo Han2013-04-291-4/+2
* rtc: rtc-tx4939: use module_platform_driver_probe()Jingoo Han2013-04-291-12/+1
* drivers/rtc: remove IRQF_DISABLEDYong Zhang2012-03-231-1/+1
* rtc: Add module.h to implicit users in drivers/rtcPaul Gortmaker2011-10-311-0/+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
* rtc-tx4939: fix races around device registrationAtsushi Nemoto2009-12-161-25/+26
* rtc-tx4939: drop IRQF_SHAREDAtsushi Nemoto2009-06-181-3/+1
* rtc: add rtc-tx4939 driverAtsushi Nemoto2009-01-061-0/+317