aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/nvmem.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-19rtc: nvmem: emit an error message when nvmem registration failsGravatar Bartosz Golaszewski 1-2/+5
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-2/+2
2020-11-19rtc: nvmem: remove nvram ABIGravatar Alexandre Belloni 1-81/+1
2019-04-04rtc: core: correct trivial checkpatch warningsGravatar Alexandre Belloni 1-1/+1
2019-03-18rtc: convert core to SPDX identifierGravatar Alexandre Belloni 1-4/+1
2018-12-31rtc: nvmem: fix possible use after freeGravatar Alexandre Belloni 1-4/+5
2018-11-22rtc: nvmem: remove nvmem from struct rtc_deviceGravatar Alexandre Belloni 1-14/+10
2018-11-22rtc: nvmem: use devm_nvmem_register()Gravatar Alexandre Belloni 1-6/+1
2018-05-21rtc: nvmem: don't use IS_ERR_OR_NULLGravatar Uwe Kleine-König 1-1/+1
2018-03-01rtc: export rtc_nvmem_register() to driversGravatar Alexandre Belloni 1-2/+1
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcGravatar Alexandre Belloni 1-1/+1
2018-02-14rtc: nvmem: disallow registering nvmem more than onceGravatar Alexandre Belloni 1-0/+3
2018-02-14rtc: nvmem: return error valuesGravatar Alexandre Belloni 1-4/+6
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Gravatar Alexandre Belloni 1-8/+9
2017-07-07rtc: add generic nvmem supportGravatar Alexandre Belloni 1-0/+113