summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
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 Belloni1-2/+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
2018-03-01rtc: ds1305: call rtc_nvmem_register()Alexandre Belloni1-2/+2
2018-03-01rtc: export rtc_nvmem_register() to driversAlexandre Belloni2-15/+1
2018-03-01rtc: nvmem: allow registering the nvmem device before the rtcAlexandre Belloni2-3/+4
2018-02-14rtc: nvmem: disallow registering nvmem more than onceAlexandre Belloni1-0/+3
2018-02-14rtc: nvmem: return error valuesAlexandre Belloni2-8/+13
2018-02-14rtc: nvmem: pass nvmem_config to rtc_nvmem_register()Alexandre Belloni3-11/+14
2018-02-13rtc: ds1302: remove redundant initializations of pointer bpColin Ian King1-2/+2
2018-02-13rtc: goldfish: Add missing MODULE_LICENSEJames Hogan1-0/+2
2018-02-13rtc: Fix overflow when converting time64_t to rtc_timeBaolin Wang1-4/+2
2018-02-13rtc: Add tracepoints for RTC systemBaolin Wang1-0/+30
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-03Merge tag 'rtc-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds12-317/+889
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+10
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-2/+4
2018-01-27rtc-opal: Fix handling of firmware error codes, prevent busy loopsStewart Smith1-2/+10
2018-01-19rtc: remove rtc-at32ap700xCorentin Labbe3-295/+0
2018-01-12rtc: mxc_v2: remove __exit annotationArnd Bergmann1-1/+1
2018-01-12rtc: mxc_v2: Remove unnecessary platform_get_resource() error checkFabio Estevam1-3/+0
2018-01-12rtc: add mxc driver for i.MX53 SRTCPatrick Bruenn3-0/+433
2018-01-12rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_set_timeJia-Ju Bai1-1/+1
2018-01-12rtc: r7301: Fix a possible sleep-in-atomic bug in rtc7301_read_timeJia-Ju Bai1-1/+1
2017-12-29clk: divider: fix incorrect usage of container_ofJerome Brunet1-2/+4
2017-12-19rtc: omap: fix unbalanced clk_prepare_enable/clk_disable_unprepareAndreas Platschek1-1/+4
2017-12-19rtc: ac100: Fix multiple race conditionsAlexandre Belloni1-7/+12
2017-12-19rtc: sun6i: ensure rtc is kfree'd on errorColin Ian King1-1/+3
2017-12-19rtc: cros-ec: add cros-ec-rtc driver.Stephen Barber3-0/+424
2017-11-30rtc: stm32: Fix copyrightBenjamin Gaignard1-2/+2
2017-11-30rtc: r9701: Remove r9701_remove functionNobuhiro Iwamatsu1-6/+0
2017-11-30rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()Alexey Khoroshilov1-3/+12
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2017-11-23Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds24-275/+1815
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3