summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtc: tx4939: use generic nvmemAlexandre Belloni2018-03-011-33/+26
* rtc: tx4939: fix possible race conditionAlexandre Belloni2018-03-011-2/+3
* rtc: tx4939: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+8
* rtc: tx4939: extend test coverageAlexandre Belloni2018-03-011-1/+1
* rtc: tx4939: remove arch/mips dependencyAlexandre Belloni2018-03-011-1/+24
* rtc: stk17ta8: use generic nvmemAlexandre Belloni2018-03-011-40/+24
* rtc: stk17ta8: fix possible race conditionAlexandre Belloni2018-03-011-2/+2
* rtc: stk17ta8: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+7
* rtc: stk17ta8: make alarms usefulAlexandre Belloni2018-03-011-4/+1
* rtc: rp5c01: use generic nvmemAlexandre Belloni2018-03-011-41/+24
* rtc: rp5c01: fix possible race conditionAlexandre Belloni2018-03-011-2/+10
* rtc: ds1742: use generic nvmemAlexandre Belloni2018-03-011-41/+26
* rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+8
* rtc: cmos: use generic nvmemAlexandre Belloni2018-03-011-43/+30
* rtc: cmos: fix possible race conditionAlexandre Belloni2018-03-011-4/+8
* rtc: ds1553: make alarms usefulAlexandre Belloni2018-03-011-10/+0
* rtc: ds1553: use generic nvmemAlexandre Belloni2018-03-011-31/+24
* rtc: ds1553: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+7
* rtc: sirfsoc: remove useless sirfsoc_rtc_ioctlAlexandre Belloni2018-03-011-18/+0
* rtc: m48t59: use generic nvmemAlexandre Belloni2018-03-011-32/+24
* rtc: m48t59: switch to rtc_register_deviceAlexandre Belloni2018-03-011-2/+7
* rtc: ds1343: use generic nvmemAlexandre Belloni2018-03-011-46/+20
* rtc: ds1343: remove undocumented and useless sysfs filesAlexandre Belloni2018-03-011-95/+1
* rtc: ds1343: switch to rtc_register_deviceAlexandre Belloni2018-03-011-5/+8
* rtc: ds1343: simplify regmap initializationAlexandre Belloni2018-03-011-6/+2
* rtc: remove nvmem_configAlexandre Belloni2018-03-012-3/+0
* rtc: rv8803: fix possible race conditionAlexandre Belloni2018-03-011-8/+8
* rtc: rv8803: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-10/+10
* rtc: rv8803: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: pcf85363: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-9/+10
* rtc: pcf85363: call rtc_nvmem_register()Alexandre Belloni2018-03-011-2/+6
* rtc: omap: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: m48t86: put m48t86_nvmem_cfg on the stackAlexandre Belloni2018-03-011-11/+9
* rtc: m48t86: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: ds1511: put ds1511_nvmem_cfg on the stackAlexandre Belloni2018-03-011-10/+9
* rtc: ds1511: call rtc_nvmem_register()Alexandre Belloni2018-03-011-1/+2
* rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni2018-03-011-9/+10
* rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni2018-03-011-6/+6
* rtc: ds1305: put ds1305_nvmem_cfg on the stackAlexandre Belloni2018-03-011-9/+8
* rtc: ds1305: call rtc_nvmem_register()Alexandre Belloni2018-03-011-2/+2
* rtc: export rtc_nvmem_register() to driversAlexandre Belloni2018-03-013-15/+14
* rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni2018-03-013-11/+4
* rtc: nvmem: disallow registering nvmem more than onceAlexandre Belloni2018-02-141-0/+3
* rtc: nvmem: return error valuesAlexandre Belloni2018-02-142-8/+13
* rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni2018-02-143-11/+14
* rtc: documentation: correct nvmem date and versionAlexandre Belloni2018-02-141-2/+2
* rtc: ds1302: remove redundant initializations of pointer bpColin Ian King2018-02-131-2/+2
* rtc: goldfish: Add missing MODULE_LICENSEJames Hogan2018-02-131-0/+2
* rtc: Fix overflow when converting time64_t to rtc_timeBaolin Wang2018-02-131-4/+2
* rtc: Add tracepoints for RTC systemBaolin Wang2018-02-132-0/+236