summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sun6i.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu2020-10-281-3/+5
* rtc: sun6i: let the core handle rtc rangeAlexandre Belloni2020-04-021-15/+10
* rtc: sun6i: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-04-021-3/+3
* rtc: sun6i: Make external 32k oscillator optionalJernej Skrabec2020-03-161-8/+8
* rtc: sun6i: Add support for RTC clocks on R40Chen-Yu Tsai2019-12-101-0/+16
* rtc: sun6i: Remove struct device from sun6i_rtc_devNobuhiro Iwamatsu2019-11-271-2/+0
* Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-09-221-5/+69
|\
| * rtc: sun6i: Allow using as wakeup source from suspendAlejandro González2019-09-011-0/+30
| * rtc: sun6i: Add support for H6 RTCOndrej Jirman2019-08-231-2/+38
| * rtc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-131-3/+1
* | rtc: sun6i: Don't reference clk_init_data after registrationStephen Boyd2019-08-161-1/+1
|/
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-0/+1
|\
| * rtc: sun6i: Add R40 compatibleMaxime Ripard2019-06-061-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
|/
* rtc: sun6i: Expose internal oscillator through device treeChen-Yu Tsai2018-12-061-2/+14
* rtc: sun6i: Add support for all known pre-H6 variantsChen-Yu Tsai2018-12-061-0/+46
* rtc: sun6i: Add support for different variantsChen-Yu Tsai2018-12-061-7/+51
* rtc: sun6i: Add default clock name for LOSCChen-Yu Tsai2018-12-061-0/+1
* rtc: sun6i: Use struct_size() in kzalloc()Gustavo A. R. Silva2018-08-271-2/+1
* rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi2018-05-311-2/+2
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: sun6i: ensure rtc is kfree'd on errorColin Ian King2017-12-181-1/+3
* rtc: sun6i: Add support for the external oscillator gateMaxime Ripard2017-09-011-3/+21
* rtc: sun6i: ensure clk_data is kfree'd on errorColin Ian King2017-07-311-2/+6
* rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init()Alexey Klimov2017-07-311-1/+1
* rtc: sun6i: Fix return value check in sun6i_rtc_clk_init()Wei Yongjun2017-02-121-1/+1
* rtc: sun6i: Fix compatibility with old DT bindingChen-Yu Tsai2017-02-011-3/+3
* rtc: sun6i: Switch to devm_rtc_device_registerMaxime Ripard2017-02-011-12/+2
* rtc: sun6i: Expose the 32kHz oscillatorMaxime Ripard2017-02-011-13/+133
* rtc: sun6i: Switch to the external oscillatorMaxime Ripard2017-02-011-0/+6
* rtc: sun6i: Add some lockingMaxime Ripard2017-02-011-2/+15
* rtc: sun6i: Disable the build as a moduleMaxime Ripard2017-01-241-6/+1
* rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai2014-09-191-0/+447