aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-01rtc: stop validating rtc_time after rtc_time64_to_tmAlexandre Belloni3-3/+3
2018-03-01rtc: stk17ta8: let the core handle invalid timeAlexandre Belloni1-4/+0
2018-03-01rtc: rs5c348: let the core handle invalid timeAlexandre Belloni1-5/+0
2018-03-01rtc: cmos: let the core handle invalid timeAlexandre Belloni1-12/+0
2018-03-01rtc: ds1553: let the core handle invalid timeAlexandre Belloni1-4/+0
2018-03-01rtc: ds1511: let the core handle invalid timeAlexandre Belloni1-4/+0
2018-03-01rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King1-2/+4
2018-03-01MAINTAINERS: rtc: update my email addressAlexandre Belloni1-1/+1
2018-03-01char: rtc: remove unused rtc_control() APIAlexandre Belloni2-87/+0
2018-03-01rtc: mxc_v2: Fix _iomem pointer notationFabio Estevam1-1/+1
2018-03-01rtc: isl1208: Fix unintended clear of SR bitsDenis Osterland1-0/+5
2018-03-01rtc: tx4939: use generic nvmemAlexandre Belloni1-33/+26
2018-03-01rtc: tx4939: fix possible race conditionAlexandre Belloni1-2/+3
2018-03-01rtc: tx4939: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2018-03-01rtc: tx4939: extend test coverageAlexandre Belloni1-1/+1
2018-03-01rtc: tx4939: remove arch/mips dependencyAlexandre Belloni1-1/+24
2018-03-01rtc: stk17ta8: use generic nvmemAlexandre Belloni1-40/+24
2018-03-01rtc: stk17ta8: fix possible race conditionAlexandre Belloni1-2/+2
2018-03-01rtc: stk17ta8: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2018-03-01rtc: stk17ta8: make alarms usefulAlexandre Belloni1-4/+1
2018-03-01rtc: rp5c01: use generic nvmemAlexandre Belloni1-41/+24
2018-03-01rtc: rp5c01: fix possible race conditionAlexandre Belloni1-2/+10
2018-03-01rtc: ds1742: use generic nvmemAlexandre Belloni1-41/+26
2018-03-01rtc: ds1742: switch to rtc_register_deviceAlexandre Belloni1-2/+8
2018-03-01rtc: cmos: use generic nvmemAlexandre Belloni1-43/+30
2018-03-01rtc: cmos: fix possible race conditionAlexandre Belloni1-4/+8
2018-03-01rtc: ds1553: make alarms usefulAlexandre Belloni1-10/+0
2018-03-01rtc: ds1553: use generic nvmemAlexandre Belloni1-31/+24
2018-03-01rtc: ds1553: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2018-03-01rtc: sirfsoc: remove useless sirfsoc_rtc_ioctlAlexandre Belloni1-18/+0
2018-03-01rtc: m48t59: use generic nvmemAlexandre Belloni1-32/+24
2018-03-01rtc: m48t59: switch to rtc_register_deviceAlexandre Belloni1-2/+7
2018-03-01rtc: ds1343: use generic nvmemAlexandre Belloni1-46/+20
2018-03-01rtc: ds1343: remove undocumented and useless sysfs filesAlexandre Belloni1-95/+1
2018-03-01rtc: ds1343: switch to rtc_register_deviceAlexandre Belloni1-5/+8
2018-03-01rtc: ds1343: simplify regmap initializationAlexandre Belloni1-6/+2
2018-03-01rtc: remove nvmem_configAlexandre Belloni2-3/+0
2018-03-01rtc: rv8803: fix possible race conditionAlexandre Belloni1-8/+8
2018-03-01rtc: rv8803: put struct nvmem_config on the stackAlexandre Belloni1-10/+10
2018-03-01rtc: rv8803: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: pcf85363: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: pcf85363: call rtc_nvmem_register()Alexandre Belloni1-2/+6
2018-03-01rtc: omap: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: m48t86: put m48t86_nvmem_cfg on the stackAlexandre Belloni1-11/+9
2018-03-01rtc: m48t86: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: ds1511: put ds1511_nvmem_cfg on the stackAlexandre Belloni1-10/+9
2018-03-01rtc: ds1511: call rtc_nvmem_register()Alexandre Belloni1-1/+2
2018-03-01rtc: ds1307: put struct nvmem_config on the stackAlexandre Belloni1-9/+10
2018-03-01rtc: ds1307: call rtc_nvmem_register()Alexandre Belloni1-6/+6
2018-03-01rtc: ds1305: put ds1305_nvmem_cfg on the stackAlexandre Belloni1-9/+8