summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/nvmem.c
AgeCommit message (Expand)AuthorLines
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki-0/+1
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski-2/+5
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski-2/+2
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni-81/+1
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