| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: sun6i: Fix memleak in sun6i_rtc_clk_init | Dinghao Liu | 2021-01-06 | 1 | -3/+5 |
* | rtc: sun6i: Add support for RTC clocks on R40 | Chen-Yu Tsai | 2020-01-14 | 1 | -0/+16 |
* | Merge tag 'rtc-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2019-09-22 | 1 | -5/+69 |
|\ |
|
| * | rtc: sun6i: Allow using as wakeup source from suspend | Alejandro González | 2019-09-01 | 1 | -0/+30 |
| * | rtc: sun6i: Add support for H6 RTC | Ondrej Jirman | 2019-08-23 | 1 | -2/+38 |
| * | rtc: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-08-13 | 1 | -3/+1 |
* | | rtc: sun6i: Don't reference clk_init_data after registration | Stephen Boyd | 2019-08-16 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 2019-07-17 | 1 | -0/+1 |
|\ |
|
| * | rtc: sun6i: Add R40 compatible | Maxime Ripard | 2019-06-06 | 1 | -0/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -10/+1 |
|/ |
|
* | rtc: sun6i: Expose internal oscillator through device tree | Chen-Yu Tsai | 2018-12-06 | 1 | -2/+14 |
* | rtc: sun6i: Add support for all known pre-H6 variants | Chen-Yu Tsai | 2018-12-06 | 1 | -0/+46 |
* | rtc: sun6i: Add support for different variants | Chen-Yu Tsai | 2018-12-06 | 1 | -7/+51 |
* | rtc: sun6i: Add default clock name for LOSC | Chen-Yu Tsai | 2018-12-06 | 1 | -0/+1 |
* | rtc: sun6i: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 2018-08-27 | 1 | -2/+1 |
* | rtc: sun6i: Fix bit_idx value for clk_register_gate | Michael Trimarchi | 2018-05-31 | 1 | -2/+2 |
* | rtc: stop validating rtc_time in .read_time | Alexandre Belloni | 2018-03-02 | 1 | -1/+1 |
* | rtc: sun6i: ensure rtc is kfree'd on error | Colin Ian King | 2017-12-18 | 1 | -1/+3 |
* | rtc: sun6i: Add support for the external oscillator gate | Maxime Ripard | 2017-09-01 | 1 | -3/+21 |
* | rtc: sun6i: ensure clk_data is kfree'd on error | Colin Ian King | 2017-07-31 | 1 | -2/+6 |
* | rtc: sun6i: Remove double init of spinlock in sun6i_rtc_clk_init() | Alexey Klimov | 2017-07-31 | 1 | -1/+1 |
* | rtc: sun6i: Fix return value check in sun6i_rtc_clk_init() | Wei Yongjun | 2017-02-12 | 1 | -1/+1 |
* | rtc: sun6i: Fix compatibility with old DT binding | Chen-Yu Tsai | 2017-02-01 | 1 | -3/+3 |
* | rtc: sun6i: Switch to devm_rtc_device_register | Maxime Ripard | 2017-02-01 | 1 | -12/+2 |
* | rtc: sun6i: Expose the 32kHz oscillator | Maxime Ripard | 2017-02-01 | 1 | -13/+133 |
* | rtc: sun6i: Switch to the external oscillator | Maxime Ripard | 2017-02-01 | 1 | -0/+6 |
* | rtc: sun6i: Add some locking | Maxime Ripard | 2017-02-01 | 1 | -2/+15 |
* | rtc: sun6i: Disable the build as a module | Maxime Ripard | 2017-01-24 | 1 | -6/+1 |
* | rtc: sun6i: Add sun6i RTC driver | Chen-Yu Tsai | 2014-09-19 | 1 | -0/+447 |