summaryrefslogtreecommitdiff
path: root/drivers/clk/sunxi-ng
AgeCommit message (Expand)AuthorFilesLines
8 daysclk: sunxi-ng: v3s: Fix de clock definitionPaul Kocialkowski1-2/+1
2025-07-03clk: sunxi-ng: v3s: Fix TCON clock parentsPaul Kocialkowski1-1/+1
2025-07-03clk: sunxi-ng: v3s: Fix CSI1 MCLK clock namePaul Kocialkowski1-1/+1
2025-07-03clk: sunxi-ng: v3s: Fix CSI SCLK clock namePaul Kocialkowski1-5/+5
2025-06-14clk: sunxi-ng: a523: Mark MBUS clock as criticalChen-Yu Tsai1-1/+2
2025-05-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-24/+50
2025-05-13clk: sunxi-ng: d1: Add missing divider for MMC mod clocksAndre Przywara2-19/+47
2025-05-12clk: sunxi-ng: ccu: add Display Engine 3.3 (DE33) supportRyan Walklin1-0/+25
2025-05-10clk: sunxi-ng: h616: Add LVDS reset for LCD TCONChris Morgan1-0/+1
2025-05-01clk: sunxi-ng: fix order of arguments in clock macroAndre Przywara1-2/+1
2025-04-27clk: sunxi-ng: Do not enable by default during compile testingKrzysztof Kozlowski1-24/+24
2025-03-12clk: sunxi-ng: add support for the A523/T527 PRCM CCUAndre Przywara4-0/+269
2025-03-12clk: sunxi-ng: a523: add reset linesAndre Przywara1-0/+84
2025-03-12clk: sunxi-ng: a523: add bus clock gatesAndre Przywara1-1/+308
2025-03-12clk: sunxi-ng: a523: remaining mod clocksAndre Przywara1-0/+185
2025-03-12clk: sunxi-ng: a523: add USB mod clocksAndre Przywara1-0/+57
2025-03-12clk: sunxi-ng: a523: add interface mod clocksAndre Przywara1-0/+159
2025-03-12clk: sunxi-ng: a523: add system mod clocksAndre Przywara1-0/+135
2025-03-12clk: sunxi-ng: a523: add video mod clocksAndre Przywara1-0/+238
2025-03-12clk: sunxi-ng: a523: Add support for bus clocksAndre Przywara1-0/+39
2025-03-12clk: sunxi-ng: Add support for the A523/T527 CCU PLLsAndre Przywara4-0/+502
2025-03-12clk: sunxi-ng: Add support for update bitAndre Przywara4-0/+12
2025-03-12clk: sunxi-ng: mp: provide wrappers for setting feature flagsAndre Przywara1-5/+53
2025-03-12clk: sunxi-ng: mp: introduce dual-divider clockAndre Przywara2-10/+42
2025-02-23clk: sunxi-ng: h616: Reparent GPU clock during frequency changesPhilippe Simons1-1/+35
2025-02-22clk: sunxi-ng: h616: Add clock/reset for LCD TCONChris Morgan2-1/+25
2025-01-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds4-16/+33
2025-01-21Merge branch 'clk-fixes' into clk-nextStephen Boyd1-3/+3
2025-01-13clk: sunxi-ng: h616: Reparent CPU clock during frequency changesAndre Przywara1-2/+26
2025-01-04clk: sunxi-ng: a64: stop force-selecting PLL-MIPI as TCON0 parentVasily Khoruzhick1-9/+4
2025-01-04clk: sunxi-ng: a64: drop redundant CLK_PLL_VIDEO0_2X and CLK_PLL_MIPIVasily Khoruzhick1-2/+0
2024-12-27clk: sunxi-ng: a100: enable MMC clock reparentingCody Eksal1-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra37-59/+59
2024-11-05clk: sunxi-ng: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-1/+1
2024-11-02clk: sunxi-ng: d1: Fix PLL_AUDIO0 presetAndre Przywara1-1/+1
2024-10-25clk: sunxi-ng: Constify struct ccu_reset_mapChristophe JAILLET25-33/+33
2024-10-25clk: sunxi-ng: h616: Add sigma-delta modulation settings for audio PLLRyan Walklin1-15/+29
2024-07-19Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds25-2/+31
2024-07-10clk: sunxi-ng r40: Constify struct regmap_configJavier Carrasco1-1/+1
2024-06-30clk: sunxi-ng: common: Don't call hw_to_ccu_common on hw without commonFrank Oltmanns1-6/+12
2024-06-22clk: sunxi-ng: h616: Add clock/reset for GPADCChris Morgan2-1/+6
2024-06-04clk: sunxi-ng: add missing MODULE_DESCRIPTION() macrosJeff Johnson24-0/+24
2024-05-18Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds25-5/+53
2024-04-16clk: sunxi-ng: fix module autoloadingKrzysztof Kozlowski23-0/+23
2024-04-16clk: sunxi-ng: a64: Add constraints on PLL-MIPI's n/m ratio and parent rateFrank Oltmanns1-5/+7
2024-04-16clk: sunxi-ng: nkm: Support constraints on m/n ratio and parent rateFrank Oltmanns2-0/+23
2024-04-16clk: sunxi-ng: a64: Set minimum and maximum rate for PLL-MIPIFrank Oltmanns1-0/+2
2024-04-16clk: sunxi-ng: common: Support minimum and maximum rateFrank Oltmanns2-0/+22
2024-04-16clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate changeJernej Skrabec1-2/+17
2023-11-19clk: sunxi-ng: nkm: remove redundant initialization of tmp_parentColin Ian King1-3/+2