summaryrefslogtreecommitdiff
path: root/drivers/rtc/nvmem.c
AgeCommit message (Expand)Author
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-11-19rtc: nvmem: remove nvram ABIAlexandre Belloni
2019-04-04rtc: core: correct trivial checkpatch warningsAlexandre Belloni
2019-03-18rtc: convert core to SPDX identifierAlexandre Belloni
2018-12-31rtc: nvmem: fix possible use after freeAlexandre Belloni
2018-11-22rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni
2018-11-22rtc: nvmem: use devm_nvmem_register()Alexandre Belloni
2018-05-21rtc: nvmem: don't use IS_ERR_OR_NULLUwe Kleine-König
2018-03-01rtc: export rtc_nvmem_register() to driversAlexandre Belloni
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni
2018-02-14rtc: nvmem: disallow registering nvmem more than onceAlexandre Belloni
2018-02-14rtc: nvmem: return error valuesAlexandre Belloni
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni
2017-07-07rtc: add generic nvmem supportAlexandre Belloni