aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-tx4939.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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