summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-084-38/+26
|\
| * clk: sunxi-ng: ccu-sun9i-a80-usb: Use dev_err_probe() helperYang Yingliang2022-09-081-6/+3
| * clk: sunxi-ng: ccu-sun9i-a80-de: Use dev_err_probe() helperYang Yingliang2022-09-081-13/+6
| * clk: sunxi-ng: sun8i-de2: Use dev_err_probe() helperYang Yingliang2022-09-081-19/+9
| * clk: sunxi-ng: d1: Limit PLL rates to stable rangesSamuel Holland2022-08-251-0/+8
* | clk: sunxi-ng: h6: Fix default PLL GPU rateJernej Skrabec2022-09-281-2/+6
|/
* clk: sunxi-ng: sun50i: h6: Modify GPU clock configuration to support DFSRoman Stratiienko2022-07-081-3/+13
* clk: sunxi-ng: Deduplicate ccu_clks arraysSamuel Holland2022-06-065-289/+37
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-05-274-2/+15
|\
| * clk: sunxi-ng: h616: Add PLL derived 32KHz clockAndre Przywara2022-05-062-1/+9
| * clk: sunxi-ng: h6-r: Add RTC gate clockAndre Przywara2022-05-062-1/+6
* | Revert "clk: sunxi-ng: sun6i-rtc: Add support for H6"Jernej Skrabec2022-05-171-15/+0
* | clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as criticalSamuel Holland2022-04-241-0/+1
* | clk: sunxi-ng: fix not NULL terminated coccicheck errorWan Jiabing2022-04-061-0/+1
|/
* clk: sunxi-ng: sun6i-rtc: include clk/sunxi-ng.hAlexandre Belloni2022-03-251-0/+2
* clk: sunxi-ng: sun6i-rtc: Add support for H6Samuel Holland2022-03-231-0/+15
* clk: sunxi-ng: Add support for the sun6i RTC clocksSamuel Holland2022-03-234-0/+400
* clk: sunxi-ng: mux: Allow muxes to have keysSamuel Holland2022-03-232-0/+8
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-01-1244-237/+2256
|\
| * clk: sunxi-ng: Add support for the D1 SoC clocksSamuel Holland2021-11-236-0/+1576
| * clk: sunxi-ng: gate: Add macros for gates with fixed dividersSamuel Holland2021-11-231-1/+31
| * clk: sunxi-ng: mux: Add macros using clk_parent_data and clk_hwSamuel Holland2021-11-231-0/+33
| * clk: sunxi-ng: mp: Add macros using clk_parent_data and clk_hwSamuel Holland2021-11-231-0/+49
| * clk: sunxi-ng: div: Add macros using clk_parent_data and clk_hwSamuel Holland2021-11-231-0/+78
| * clk: sunxi-ng: Allow the CCU core to be built as a moduleSamuel Holland2021-11-233-16/+23
| * clk: sunxi-ng: Convert early providers to platform driversSamuel Holland2021-11-2311-173/+333
| * clk: sunxi-ng: Allow drivers to be built as modulesSamuel Holland2021-11-2212-47/+98
| * clk: sunxi-ng: Export symbols used by CCU driversSamuel Holland2021-11-2214-0/+35
* | dt-bindings: clock: sunxi: Export CLK_DRAM for devfreqSamuel Holland2021-11-232-4/+0
|/
* clk: sunxi-ng: ccu-sun9i-a80-usb: Make use of the helper function devm_platfo...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun9i-a80-de: Make use of the helper function devm_platfor...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun9i-a80: Make use of the helper function devm_platform_i...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun8i-r40: Make use of the helper function devm_platform_i...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun8i-de2: Make use of the helper function devm_platform_i...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun8i-a83t: Make use of the helper function devm_platform_...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun50i-h6: Make use of the helper function devm_platform_i...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: ccu-sun50i-a64: Make use of the helper function devm_platform_...Cai Huoqing2021-09-131-3/+1
* clk: sunxi-ng: Use a separate lock for each CCU instanceSamuel Holland2021-09-131-4/+5
* clk: sunxi-ng: Prevent unbinding CCUs via sysfsSamuel Holland2021-09-138-0/+8
* clk: sunxi-ng: Unregister clocks/resets when unbindingSamuel Holland2021-09-1323-41/+100
* clk: sunxi-ng: Add machine dependency to A83T CCUSamuel Holland2021-09-131-0/+1
* clk: sunxi-ng: mux: Remove unused 'reg' fieldSamuel Holland2021-09-131-1/+0
* clk: sunxi-ng: v3s: fix incorrect postdivider on pll-audioTobias Schramm2021-05-241-2/+2
* clk: sunxi-ng: v3s: use sigma-delta modulation for audio-pllTobias Schramm2021-03-061-11/+22
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-02-227-7/+1272
|\
| * clk: sunxi-ng: Add support for the Allwinner H616 CCUAndre Przywara2021-01-284-0/+1212
| * clk: sunxi-ng: Add support for the Allwinner H616 R-CCUAndre Przywara2021-01-282-1/+49
| * clk: sunxi-ng: h6: Fix clock divider range on some clocksAndre Przywara2021-01-201-4/+4
| * clk: sunxi-ng: h6: Fix CEC clockAndre Przywara2021-01-061-1/+1
| * clk: sunxi-ng: h6-r: Add R_APB2_RSB clock and resetSamuel Holland2021-01-062-1/+6