summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/nvmem.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: nvmem: emit an error message when nvmem registration failsBartosz Golaszewski2020-11-191-2/+5
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-2/+2
* rtc: nvmem: remove nvram ABIAlexandre Belloni2020-11-191-81/+1
* rtc: core: correct trivial checkpatch warningsAlexandre Belloni2019-04-041-1/+1
* rtc: convert core to SPDX identifierAlexandre Belloni2019-03-181-4/+1
* rtc: nvmem: fix possible use after freeAlexandre Belloni2018-12-311-4/+5
* rtc: nvmem: remove nvmem from struct rtc_deviceAlexandre Belloni2018-11-221-14/+10
* rtc: nvmem: use devm_nvmem_register()Alexandre Belloni2018-11-221-6/+1
* rtc: nvmem: don't use IS_ERR_OR_NULLUwe Kleine-König2018-05-211-1/+1
* rtc: export rtc_nvmem_register() to driversAlexandre Belloni2018-03-011-2/+1
* rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni2018-03-011-1/+1
* rtc: nvmem: disallow registering nvmem more than onceAlexandre Belloni2018-02-141-0/+3
* rtc: nvmem: return error valuesAlexandre Belloni2018-02-141-4/+6
* rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni2018-02-141-8/+9
* rtc: add generic nvmem supportAlexandre Belloni2017-07-071-0/+113