summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
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-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-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-02Merge tag 'rtc-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-01-27rtc-opal: Fix handling of firmware error codes, prevent busy loopsStewart Smith
2018-01-19rtc: remove rtc-at32ap700xCorentin Labbe
2018-01-12rtc: mxc_v2: remove __exit annotationArnd Bergmann
2018-01-12rtc: mxc_v2: Remove unnecessary platform_get_resource() error checkFabio Estevam
2018-01-12rtc: add mxc driver for i.MX53 SRTCPatrick Bruenn
2018-01-12rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_set_timeJia-Ju Bai
2018-01-12rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_read_timeJia-Ju Bai
2017-12-28clk: divider: fix incorrect usage of container_ofJerome Brunet
2017-12-18rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepareAndreas Platschek
2017-12-18rtc: ac100: Fix multiple race conditionsAlexandre Belloni
2017-12-18rtc: sun6i: ensure rtc is kfree'd on errorColin Ian King
2017-12-18rtc: cros-ec: add cros-ec-rtc driver.Stephen Barber
2017-11-29rtc: stm32: Fix copyrightBenjamin Gaignard
2017-11-29rtc: r9701: Remove r9701_remove functionNobuhiro Iwamatsu
2017-11-29rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()Alexey Khoroshilov
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro