aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sun6i.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-06rtc: sun6i: remove unnecessary messageAlexandre Belloni1-2/+0
2023-07-27rtc: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-08rtc: sun6i: Add a determine_rate hookMaxime Ripard1-0/+1
2023-03-17rtc: sun6i: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-01-24rtc: sun6i: Always export the internal oscillatorSamuel Holland1-12/+4
2022-07-26rtc: sun6i: add support for R329 RTCIcenowy Zheng1-0/+2
2022-06-01Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-0/+42
2022-05-17rtc: sun6i: Add NVMEM providerSamuel Holland1-0/+42
2022-05-17Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"Jernej Skrabec1-0/+17
2022-03-23clk: sunxi-ng: sun6i-rtc: Add support for H6Samuel Holland1-17/+0
2022-03-23clk: sunxi-ng: Add support for the sun6i RTC clocksSamuel Holland1-0/+7
2022-03-23rtc: sun6i: Add Allwinner H616 supportAndre Przywara1-0/+2
2022-03-23rtc: sun6i: Add support for broken-down alarm registersAndre Przywara1-17/+40
2022-03-23rtc: sun6i: Add support for linear day storageAndre Przywara1-23/+46
2022-03-23rtc: sun6i: Fix time overflow handlingAndre Przywara1-9/+5
2022-02-15rtc: sun6i: Enable the bus clock when providedSamuel Holland1-0/+24
2021-10-23rtc: sun6i: Allow probing without an early clock providerSamuel Holland1-2/+11
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-10-28rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu1-3/+5
2020-04-02rtc: sun6i: let the core handle rtc rangeAlexandre Belloni1-15/+10
2020-04-02rtc: sun6i: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni1-3/+3
2020-03-16rtc: sun6i: Make external 32k oscillator optionalJernej Skrabec1-8/+8
2019-12-10rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai1-0/+16
2019-11-27rtc: sun6i: Remove struct device from sun6i_rtc_devNobuhiro Iwamatsu1-2/+0
2019-09-22Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-5/+69
2019-09-01rtc: sun6i: Allow using as wakeup source from suspendAlejandro González1-0/+30
2019-08-23rtc: sun6i: Add support for H6 RTCOndrej Jirman1-2/+38
2019-08-16rtc: sun6i: Don't reference clk_init_data after registrationStephen Boyd1-1/+1
2019-08-13rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-0/+1
2019-06-06rtc: sun6i: Add R40 compatibleMaxime Ripard1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-12-06rtc: sun6i: Expose internal oscillator through device treeChen-Yu Tsai1-2/+14
2018-12-06rtc: sun6i: Add support for all known pre-H6 variantsChen-Yu Tsai1-0/+46
2018-12-06rtc: sun6i: Add support for different variantsChen-Yu Tsai1-7/+51
2018-12-06rtc: sun6i: Add default clock name for LOSCChen-Yu Tsai1-0/+1
2018-08-27rtc: sun6i: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-05-31rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi1-2/+2
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-12-18rtc: sun6i: ensure rtc is kfree'd on errorColin Ian King1-1/+3
2017-09-01rtc: sun6i: Add support for the external oscillator gateMaxime Ripard1-3/+21
2017-07-31rtc: sun6i: ensure clk_data is kfree'd on errorColin Ian King1-2/+6
2017-07-31rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()Alexey Klimov1-1/+1
2017-02-12rtc: sun6i: Fix return value check in sun6i_rtc_clk_init()Wei Yongjun1-1/+1
2017-02-01rtc: sun6i: Fix compatibility with old DT bindingChen-Yu Tsai1-3/+3
2017-02-01rtc: sun6i: Switch to devm_rtc_device_registerMaxime Ripard1-12/+2
2017-02-01rtc: sun6i: Expose the 32kHz oscillatorMaxime Ripard1-13/+133
2017-02-01rtc: sun6i: Switch to the external oscillatorMaxime Ripard1-0/+6
2017-02-01rtc: sun6i: Add some lockingMaxime Ripard1-2/+15
2017-01-24rtc: sun6i: Disable the build as a moduleMaxime Ripard1-6/+1
2014-09-19rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai1-0/+447