summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-01rtc: tx4939: extend test coverageAlexandre Belloni
2018-03-01rtc: tx4939: remove arch/mips dependencyAlexandre Belloni
2018-03-01rtc: stk17ta8: use generic nvmemAlexandre Belloni
2018-03-01rtc: stk17ta8: fix possible race conditionAlexandre Belloni
2018-03-01rtc: stk17ta8: switch to rtc_register_deviceAlexandre Belloni
2018-03-01rtc: stk17ta8: make alarms usefulAlexandre Belloni
2018-03-01rtc: rp5c01: use generic nvmemAlexandre Belloni
2018-03-01rtc: rp5c01: fix possible race conditionAlexandre Belloni
2018-03-01rtc: ds1742: use generic nvmemAlexandre Belloni
2018-03-01rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni
2018-03-01rtc: cmos: use generic nvmemAlexandre Belloni
2018-03-01rtc: cmos: fix possible race conditionAlexandre Belloni
2018-03-01rtc: ds1553: make alarms usefulAlexandre Belloni
2018-03-01rtc: ds1553: use generic nvmemAlexandre Belloni
2018-03-01rtc: ds1553: switch to rtc_register_deviceAlexandre Belloni
2018-03-01rtc: sirfsoc: remove useless sirfsoc_rtc_ioctlAlexandre Belloni
2018-03-01rtc: m48t59: use generic nvmemAlexandre Belloni
2018-03-01rtc: m48t59: switch to rtc_register_deviceAlexandre Belloni
2018-03-01rtc: ds1343: use generic nvmemAlexandre Belloni
2018-03-01rtc: ds1343: remove undocumented and useless sysfs filesAlexandre Belloni
2018-03-01rtc: ds1343: switch to rtc_register_deviceAlexandre Belloni
2018-03-01rtc: ds1343: simplify regmap initializationAlexandre Belloni
2018-03-01rtc: remove nvmem_configAlexandre Belloni
2018-03-01rtc: rv8803: fix possible race conditionAlexandre Belloni
2018-03-01rtc: rv8803: put struct nvmem_config on the stackAlexandre Belloni
2018-03-01rtc: rv8803: call rtc_nvmem_register()Alexandre Belloni
2018-03-01rtc: pcf85363: put struct nvmem_config on the stackAlexandre Belloni
2018-03-01rtc: pcf85363: call rtc_nvmem_register()Alexandre Belloni
2018-03-01rtc: omap: call rtc_nvmem_register()Alexandre Belloni
2018-03-01rtc: m48t86: put m48t86_nvmem_cfg on the stackAlexandre Belloni
2018-03-01rtc: m48t86: call rtc_nvmem_register()Alexandre Belloni
2018-03-01rtc: ds1511: put ds1511_nvmem_cfg on the stackAlexandre Belloni
2018-03-01rtc: ds1511: call rtc_nvmem_register()Alexandre Belloni
2018-03-01rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni
2018-03-01rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni
2018-03-01rtc: ds1305: put ds1305_nvmem_cfg on the stackAlexandre Belloni
2018-03-01rtc: ds1305: call rtc_nvmem_register()Alexandre Belloni
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
2018-02-14rtc: documentation: correct nvmem date and versionAlexandre Belloni
2018-02-13rtc: ds1302: remove redundant initializations of pointer bpColin Ian King
2018-02-13rtc: goldfish: Add missing MODULE_LICENSEJames Hogan
2018-02-13rtc: Fix overflow when converting time64_t to rtc_timeBaolin Wang
2018-02-13rtc: Add tracepoints for RTC systemBaolin Wang
2018-02-11Linux 4.16-rc1Linus Torvalds
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds