aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/nvmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni1-1/+1
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni1-4/+1
2018-12-31rtc: nvmem: fix possible use after freeAlexandre Belloni1-4/+5
2018-11-22rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni1-14/+10
2018-11-22rtc: nvmem: use devm_nvmem_register()Alexandre Belloni1-6/+1
2018-05-21rtc: nvmem: don't use IS_ERR_OR_NULLUwe Kleine-König1-1/+1
2018-03-01rtc: export rtc_nvmem_register() to driversAlexandre Belloni1-2/+1
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni1-1/+1
2018-02-14rtc: nvmem: disallow registering nvmem more than onceAlexandre Belloni1-0/+3
2018-02-14rtc: nvmem: return error valuesAlexandre Belloni1-4/+6
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni1-8/+9
2017-07-07rtc: add generic nvmem supportAlexandre Belloni1-0/+113