summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sun6i.c
Commit message (Expand)AuthorAgeFilesLines
* 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