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