summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng
Commit message (Expand)AuthorAgeFilesLines
* 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
* | clk: sunxi-ng: mp: fix parent rate change flag checkJernej Skrabec2021-02-111-1/+1
|/
* clk: sunxi-ng: Make sure divider tables have sentinelJernej Skrabec2020-12-192-0/+2
* clk: sunxi-ng: sun8i: r40: Use sigma delta modulation for audio PLLJernej Skrabec2020-08-251-13/+24
* clk: sunxi-ng: add support for the Allwinner A100 CCUYangtao Li2020-08-256-0/+1579
* clk: sunxi-ng: sun8i-de2: Sort structuresJernej Skrabec2020-02-121-10/+10
* clk: sunxi-ng: sun8i-de2: Add R40 specific quirksJernej Skrabec2020-02-121-0/+14
* clk: sunxi-ng: sun8i-de2: Add rotation core clocks and reset for A83TJernej Skrabec2020-02-121-1/+11
* clk: sunxi-ng: sun8i-de2: Don't reuse A83T resetsJernej Skrabec2020-02-121-7/+16
* clk: sunxi-ng: sun8i-de2: H6 doesn't have rotate coreJernej Skrabec2020-02-121-56/+1
* clk: sunxi-ng: sun8i-de2: Add rotation core clocks and reset for A64Jernej Skrabec2020-02-121-3/+42
* clk: sunxi-ng: sun8i-de2: Split out H5 definitionsJernej Skrabec2020-02-121-1/+17
* clk: sunxi-ng: a64: Export MBUS clockJernej Skrabec2020-02-111-4/+0
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-02-035-8/+33
|\
| * clk: sunxi: a23/a33: Export the MIPI PLLMaxime Ripard2020-01-041-1/+3
| * clk: sunxi: a31: Export the MIPI PLLMaxime Ripard2020-01-041-1/+3
| * clk: sunxi-ng: a64: export CLK_CPUX clock for DVFSVasily Khoruzhick2020-01-041-1/+0
| * clk: sunxi-ng: add mux and pll notifiers for A64 CPU clockIcenowy Zheng2020-01-041-1/+27
| * clk: sunxi-ng: r40: Export MBUS clockChen-Yu Tsai2020-01-031-4/+0
* | clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent orderSamuel Holland2020-01-021-2/+2
* | clk: sunxi-ng: h6-r: Simplify R_APB1 clock definitionSamuel Holland2020-01-021-11/+1
* | clk: sunxi-ng: sun8i-r: Fix divider on APB0 clockSamuel Holland2020-01-021-18/+3
* | clk: sunxi-ng: r40: Allow setting parent rate for external clock outputsChen-Yu Tsai2019-12-181-2/+4
* | clk: sunxi-ng: v3s: Fix incorrect number of hw_clks.Yunhao Tian2019-12-092-4/+2
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-12-012-11/+16
|\
| * clk: sunxi-ng: h3: Export MBUS clockJernej Skrabec2019-11-051-4/+0
| * clk: sunxi-ng: h6: Allow GPU to change parent rateJernej Skrabec2019-10-021-1/+1
| * clk: sunxi-ng: h6: Use sigma-delta modulation for audio PLLJernej Skrabec2019-09-301-6/+15
* | clk: sunxi-ng: a80: fix the zero'ing of bits 16 and 18Colin Ian King2019-10-291-1/+1
|/
*-. Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd2019-09-194-14/+255
|\ \