summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-sun6i.c
AgeCommit message (Expand)Author
2021-10-23rtc: sun6i: Allow probing without an early clock providerSamuel Holland
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-10-28rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu
2020-04-02rtc: sun6i: let the core handle rtc rangeAlexandre Belloni
2020-04-02rtc: sun6i: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2020-03-16rtc: sun6i: Make external 32k oscillator optionalJernej Skrabec
2019-12-10rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai
2019-11-27rtc: sun6i: Remove struct device from sun6i_rtc_devNobuhiro Iwamatsu
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-09-01rtc: sun6i: Allow using as wakeup source from suspendAlejandro González
2019-08-23rtc: sun6i: Add support for H6 RTCOndrej Jirman
2019-08-16rtc: sun6i: Don't reference clk_init_data after registrationStephen Boyd
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-06-06rtc: sun6i: Add R40 compatibleMaxime Ripard
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2018-12-06rtc: sun6i: Expose internal oscillator through device treeChen-Yu Tsai
2018-12-06rtc: sun6i: Add support for all known pre-H6 variantsChen-Yu Tsai
2018-12-06rtc: sun6i: Add support for different variantsChen-Yu Tsai
2018-12-06rtc: sun6i: Add default clock name for LOSCChen-Yu Tsai
2018-08-27rtc: sun6i: Use struct_size() in kzalloc()Gustavo A. R. Silva
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2017-12-18rtc: sun6i: ensure rtc is kfree'd on errorColin Ian King
2017-09-01rtc: sun6i: Add support for the external oscillator gateMaxime Ripard
2017-07-31rtc: sun6i: ensure clk_data is kfree'd on errorColin Ian King
2017-07-31rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()Alexey Klimov
2017-02-12rtc: sun6i: Fix return value check in sun6i_rtc_clk_init()Wei Yongjun
2017-02-01rtc: sun6i: Fix compatibility with old DT bindingChen-Yu Tsai
2017-02-01rtc: sun6i: Switch to devm_rtc_device_registerMaxime Ripard
2017-02-01rtc: sun6i: Expose the 32kHz oscillatorMaxime Ripard
2017-02-01rtc: sun6i: Switch to the external oscillatorMaxime Ripard
2017-02-01rtc: sun6i: Add some lockingMaxime Ripard
2017-01-24rtc: sun6i: Disable the build as a moduleMaxime Ripard
2014-09-19rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai