aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rp5c01.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni1-1/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2018-03-01rtc: rp5c01: use generic nvmemAlexandre Belloni1-41/+24
2018-03-01rtc: rp5c01: fix possible race conditionAlexandre Belloni1-2/+10
2015-09-05rtc: rp5c01: clean up rp5c01_nvram_read()/rp5c01_nvram_write()Vladimir Zapolskiy1-2/+2
2014-10-20rtc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-07-03rtc: rtc-rp5c01: remove unnecessary platform_set_drvdata()Jingoo Han1-9/+3
2013-04-29rtc: rtc-rp5c01: use devm_*() functionsJingoo Han1-18/+8
2013-04-29rtc: rtc-rp5c01: use module_platform_driver_probe()Jingoo Han1-12/+1
2011-05-06rtc: rp5c01: Initialize drvdata before registering deviceJohn Stultz1-2/+3
2011-02-03RTC: Fix minor compile warningJohn Stultz1-1/+1
2010-08-11rtc: rp5c01: add NVRAM supportGeert Uytterhoeven1-0/+89
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-04rtc: Add an RTC driver for the Ricoh RP5C01Geert Uytterhoeven1-0/+222