aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-06clk: meson: gxbb: use the existing HHI_HDMI_PLL_CNTL3 macroMartin Blumenstingl1-3/+3
2026-01-06clk: meson: g12a: Limit the HDMI PLL OD to /4Martin Blumenstingl1-3/+14
2026-01-06clk: meson: gxbb: Limit the HDMI PLL OD to /4 on GXL/GXM SoCsMartin Blumenstingl1-3/+14
2025-12-15clk: amlogic: remove potentially unsafe flags from S4 video clocksChuan Liu1-4/+0
2025-12-15clk: amlogic: add video-related clocks for S4 SoCChuan Liu1-0/+202
2025-12-15clk: meson: t7: add t7 clock peripherals controller driverJian Hu3-0/+1285
2025-12-15clk: meson: t7: add support for the T7 SoC PLL clockJian Hu3-0/+1090
2025-09-19clk: amlogic: fix recent code refactoringMarek Szyprowski1-1/+1
2025-09-04clk: amlogic: c3-peripherals: use helper for basic composite clocksJerome Brunet1-966/+63
2025-09-04clk: amlogic: align s4 and c3 pwm clock descriptionsJerome Brunet2-596/+90
2025-09-04clk: amlogic: add composite clock helpersJerome Brunet1-0/+57
2025-09-04clk: amlogic: use the common pclk definitionJerome Brunet4-101/+51
2025-09-04clk: amlogic: introduce a common pclk definitionJerome Brunet7-31/+52
2025-09-04clk: amlogic: pclk explicitly use CLK_IGNORE_UNUSEDJerome Brunet10-444/+504
2025-09-04clk: amlogic: drop CLK_SET_RATE_PARENT from peripheral clocksJerome Brunet1-1/+1
2025-09-04clk: amlogic: move PCLK definition to clkc-utilsJerome Brunet2-20/+21
2025-09-04clk: amlogic: aoclk: use clkc-utils syscon probeJerome Brunet5-31/+33
2025-09-04clk: amlogic: use probe helper in mmio based controllersJerome Brunet7-301/+63
2025-09-04clk: amlogic: add probe helper for mmio based controllersJerome Brunet2-13/+50
2025-09-04clk: amlogic: drop meson-clkceeJerome Brunet9-115/+85
2025-08-25clk: amlogic: naming consistency alignmentJerome Brunet14-3586/+3529
2025-07-29Merge branches 'clk-renesas', 'clk-samsung', 'clk-spacemit', 'clk-allwinner' ...Stephen Boyd39-3082/+639
2025-07-26clk: Fix typosBjorn Helgaas3-5/+5
2025-07-02clk: amlogic: s4: remove unused dataJerome Brunet1-112/+0
2025-07-02clk: amlogic: drop clk_regmap tablesJerome Brunet19-2191/+5
2025-07-02clk: amlogic: get regmap with clk_regmap_initJerome Brunet11-0/+89
2025-06-30clk: amlogic: remove unnecessary headersJerome Brunet18-677/+530
2025-06-23clk: amlogic: axg-audio: use the auxiliary reset driverJerome Brunet2-102/+15
2025-05-15clk: meson: Do not enable by default during compile testingKrzysztof Kozlowski1-8/+8
2025-05-15clk: meson-g12a: add missing fclk_div2 to spiccDa Xue1-0/+1
2025-03-14clk: amlogic: a1: fix a typoJian Hu1-1/+1
2025-03-14clk: amlogic: gxbb: drop non existing 32k clock parentJerome Brunet1-6/+6
2025-03-14clk: amlogic: gxbb: drop incorrect flag on 32k clockJerome Brunet1-1/+1
2025-03-14clk: amlogic: g12b: fix cluster A parent dataJerome Brunet1-12/+24
2025-03-14clk: amlogic: g12a: fix mmc A peripheral clockJerome Brunet1-1/+1
2024-12-10Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+101
2024-12-02clk: amlogic: axg-audio: revert reset implementationJerome Brunet2-10/+101
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra25-49/+49
2024-11-14clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUXArnd Bergmann1-1/+1
2024-10-14clk: amlogic: axg-audio: use the auxiliary reset driverJerome Brunet2-100/+10
2024-09-30clk: meson: meson8b: remove spinlockJerome Brunet1-7/+0
2024-09-30clk: meson: mpll: Delete a useless spinlock from the MPLLChuan Liu7-39/+0
2024-09-30clk: meson: s4: pll: fix frac maximum value for hifi_pllChuan Liu1-0/+1
2024-09-30clk: meson: c3: pll: fix frac maximum value for hifi_pllChuan Liu1-0/+1
2024-09-30clk: meson: Support PLL with fixed fractional denominatorsChuan Liu2-3/+6
2024-09-30clk: meson: s4: pll: hifi_pll support fractional multiplierChuan Liu1-1/+5
2024-07-29clk: meson: introduce symbol namespace for amlogic clocksJerome Brunet25-25/+49
2024-07-29clk: meson: axg-audio: add sm1 earcrx clocksJerome Brunet2-1/+33
2024-07-29clk: meson: axg-audio: setup regmap max_register based on the SoCJerome Brunet1-2/+6
2024-07-10clk: meson: s4: pll: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-10clk: meson: s4: peripherals: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-10clk: meson: c3: pll: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-10clk: meson: c3: peripherals: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-10clk: meson: a1: pll: Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-10clk: meson: a1: peripherals: Constify struct regmap_configJavier Carrasco1-1/+1
2024-06-14clk: meson: add missing MODULE_DESCRIPTION() macrosJerome Brunet15-11/+29
2024-06-10clk: meson: add 'NOINIT_ENABLED' flag to eliminate init for enabled PLLDmitry Rokosov2-16/+25
2024-06-04clk: meson: c3: add c3 clock peripherals controller driverXianwei Zhao3-0/+2380
2024-06-04clk: meson: c3: add support for the C3 SoC PLL clockXianwei Zhao3-0/+760
2024-06-03clk: meson: s4: fix pwm_j_div parent clockXianwei Zhao1-1/+1
2024-06-03clk: meson: s4: fix fixed_pll_dco clockXianwei Zhao1-0/+5
2024-05-03clk: meson: s4: fix module autoloadingKrzysztof Kozlowski2-0/+2
2024-04-10clk: meson: fix module license to GPL onlyNeil Armstrong18-18/+18
2024-04-10clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCFNeil Armstrong2-20/+57
2024-04-10clk: meson: add vclk driverNeil Armstrong4-0/+197
2024-03-29clk: meson: pll: print out pll name when unable to lock itDmitry Rokosov1-2/+2
2024-03-29clk: meson: s4: pll: determine maximum register in regmap configDmitry Rokosov1-0/+1
2024-03-29clk: meson: s4: peripherals: determine maximum register in regmap configDmitry Rokosov1-0/+1
2024-03-29clk: meson: a1: pll: determine maximum register in regmap configDmitry Rokosov1-0/+1
2024-03-29clk: meson: a1: peripherals: determine maximum register in regmap configDmitry Rokosov1-0/+1
2024-02-05clk: meson: Add missing clocks to axg_clk_regmapsIgor Prusov1-0/+2
2023-11-24clk: meson: g12a: add CSI & ISP gates clocksNeil Armstrong1-0/+9
2023-11-24clk: meson: g12a: add MIPI ISP clocksNeil Armstrong2-0/+67
2023-11-24clk: meson: g12a: add CTS_ENCL & CTS_ENCL_SEL clocksNeil Armstrong1-0/+40
2023-10-23clk: meson: S4: select CONFIG_COMMON_CLK_MESON_CLKC_UTILSArnd Bergmann1-0/+2
2023-09-27clk: meson: S4: add support for Amlogic S4 SoC peripheral clock controllerYu Tu4-0/+3881
2023-09-27clk: meson: S4: add support for Amlogic S4 SoC PLL clock driverYu Tu4-0/+918
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds28-3277/+2717
2023-08-30Merge branches 'clk-versa', 'clk-strdup', 'clk-amlogic', 'clk-allwinner' and ...Stephen Boyd28-3269/+2709
2023-08-08clk: meson: axg-audio: move bindings include to main driverNeil Armstrong2-3/+2
2023-08-08clk: meson: meson8b: move bindings include to main driverNeil Armstrong2-7/+3
2023-08-08clk: meson: a1: move bindings include to main driverNeil Armstrong4-6/+4
2023-08-08clk: meson: eeclk: move bindings include to main driverNeil Armstrong6-9/+6
2023-08-08clk: meson: aoclk: move bindings include to main driverNeil Armstrong6-45/+9
2023-08-08dt-bindings: clk: axg-audio-clkc: expose all clock idsNeil Armstrong1-70/+0
2023-08-08dt-bindings: clk: amlogic,a1-pll-clkc: expose all clock idsNeil Armstrong1-15/+0
2023-08-08dt-bindings: clk: amlogic,a1-peripherals-clkc: expose all clock idsNeil Armstrong1-63/+0
2023-08-08dt-bindings: clk: meson8b-clkc: expose all clock idsNeil Armstrong1-108/+0
2023-08-08dt-bindings: clk: g12a-aoclkc: expose all clock idsNeil Armstrong1-17/+0
2023-08-08dt-bindings: clk: g12a-clks: expose all clock idsNeil Armstrong1-140/+0
2023-08-08dt-bindings: clk: axg-clkc: expose all clock idsNeil Armstrong1-58/+0
2023-08-08dt-bindings: clk: gxbb-clkc: expose all clock idsNeil Armstrong1-76/+0
2023-08-08clk: meson: migrate axg-audio out of hw_onecell_data to drop NR_CLKSNeil Armstrong3-428/+424
2023-08-08clk: meson: migrate meson8b out of hw_onecell_data to drop NR_CLKSNeil Armstrong3-654/+656
2023-08-08clk: meson: migrate a1 clock drivers out of hw_onecell_data to drop NR_CLKSNeil Armstrong5-180/+183
2023-08-08clk: meson: migrate meson-aoclk out of hw_onecell_data to drop NR_CLKSNeil Armstrong9-73/+68
2023-08-08clk: meson: migrate meson-eeclk out of hw_onecell_data to drop NR_CLKSNeil Armstrong9-1317/+1306
2023-08-08clk: meson: introduce meson-clkc-utilsNeil Armstrong4-0/+48
2023-07-19clk: Explicitly include correct DT includesRob Herring8-8/+8
2023-07-11clk: meson: change usleep_range() to udelay() for atomic contextDmitry Rokosov1-2/+2
2023-06-15clk: meson: pll: remove unneeded semicolonJiapeng Chong1-1/+1
2023-06-12clk: meson: a1: Staticize rtc clkStephen Boyd1-1/+1
2023-05-30clk: meson: a1: add Amlogic A1 Peripherals clock controller driverDmitry Rokosov4-0/+2367
2023-05-30clk: meson: a1: add Amlogic A1 PLL clock controller driverDmitry Rokosov4-0/+414
2023-05-30clk: meson: introduce new pll power-on sequence for A1 SoC familyDmitry Rokosov2-0/+25
2023-05-30clk: meson: make pll rst bit as optionalDmitry Rokosov1-7/+17
2023-01-13clk: meson: clk-cpu-dyndiv: switch from .round_rate to .determine_rateMartin Blumenstingl1-5/+4
2023-01-13clk: meson: sclk-div: switch from .round_rate to .determine_rateMartin Blumenstingl1-5/+6
2023-01-13clk: meson: dualdiv: switch from .round_rate to .determine_rateMartin Blumenstingl1-8/+13
2023-01-13clk: meson: mpll: Switch from .round_rate to .determine_rateMartin Blumenstingl1-7/+13
2022-12-12Merge branches 'clk-bindings', 'clk-renesas', 'clk-amlogic', 'clk-allwinner' ...Stephen Boyd1-8/+12
2022-11-22clk: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-08clk: meson: pll: add pcie lock retry workaroundHeiner Kallweit1-4/+8
2022-11-08clk: meson: pll: adjust timeout in meson_clk_pll_wait_lock()Heiner Kallweit1-4/+4
2022-08-19clk: meson: Hold reference returned by of_get_parent()Liang He3-3/+12
2022-06-15clk: meson: axg-audio: Don't duplicate devm_clk_get_enabled()Uwe Kleine-König1-32/+4
2022-03-11clk: cleanup commentsTom Rix1-1/+1
2021-11-30clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBBMartin Blumenstingl1-3/+41
2021-09-23clk: meson: meson8b: Make the video clock trees mutableMartin Blumenstingl1-38/+38
2021-09-23clk: meson: meson8b: Initialize the HDMI PLL registersMartin Blumenstingl2-5/+48
2021-09-23clk: meson: meson8b: Add the HDMI PLL M/N parametersMartin Blumenstingl1-0/+22
2021-09-23clk: meson: meson8b: Add the vid_pll_lvds_en gate clockMartin Blumenstingl2-2/+24
2021-09-23clk: meson: meson8b: Use CLK_SET_RATE_NO_REPARENT for vclk{,2}_in_selMartin Blumenstingl1-2/+2
2021-09-23clk: meson: meson8b: Export the video clocksMartin Blumenstingl1-11/+1
2021-06-30clk: meson: regmap: switch to determine_rate for the dividersMartin Blumenstingl1-10/+9
2021-06-09clk: meson: g12a: Add missing NNA source clocks for g12bNick Xie1-0/+6
2021-05-24clk: meson: axg-audio: improve deferral handlingJerome Brunet1-3/+2
2021-05-20clk: meson: g12a: fix gp0 and hifi rangesJerome Brunet1-1/+1
2021-05-19clk: meson: pll: switch to determine_rate for the PLL opsMartin Blumenstingl1-11/+15
2021-02-09clk: meson: axg: Remove MIPI enable clock gateRemi Pommarel2-4/+0
2021-01-04clk: meson: meson8b: remove compatibility code for old .dtbsMartin Blumenstingl1-40/+5
2021-01-04clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate()Martin Blumenstingl1-2/+3
2021-01-04clk: meson: clk-pll: make "ret" a signed integerMartin Blumenstingl1-1/+2
2021-01-04clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl1-1/+1
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds11-61/+1004
2020-11-26clk: meson: g12a: add MIPI DSI Host Pixel ClockNeil Armstrong2-1/+76
2020-11-23clk: meson: enable building as modulesKevin Hilman9-9/+34
2020-11-23clk: meson: Kconfig: fix dependency for G12AKevin Hilman1-0/+1
2020-11-23clk: meson: axg: add MIPI DSI Host clockNeil Armstrong2-1/+69
2020-11-23clk: meson: axg: add Video ClocksNeil Armstrong2-1/+773
2020-11-14clk: meson: g12: use devm variant to register notifiersJerome Brunet1-14/+20
2020-11-14clk: meson: g12: drop use of __clk_lookup()Jerome Brunet1-36/+32
2020-10-28clk: define to_clk_regmap() as inline functionArnd Bergmann1-1/+4
2020-10-20Merge branches 'clk-semicolon', 'clk-axi-clkgen', 'clk-qoriq', 'clk-baikal', ...Stephen Boyd1-1/+1
2020-10-13clk: meson: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-10clk: meson: make shipped controller configurableJerome Brunet1-9/+17
2020-08-29clk: meson: g12a: mark fclk_div2 as criticalStefan Agner1-0/+11
2020-08-17clk: meson: axg-audio: fix g12a tdmout sclk inverterJerome Brunet1-25/+60
2020-08-17clk: meson: axg-audio: separate axg and g12a regmap tablesJerome Brunet1-8/+127
2020-08-17clk: meson: add sclk-ws driverJerome Brunet2-0/+62
2020-07-21Merge branch 'clk-amlogic' into clk-nextStephen Boyd4-19/+178
2020-07-10Replace HTTP links with HTTPS ones: Common CLK frameworkAlexander A. Klimov1-1/+1
2020-07-09clk: meson: meson8b: add the vclk2_en gate clockMartin Blumenstingl2-6/+27
2020-07-09clk: meson: meson8b: add the vclk_en gate clockMartin Blumenstingl2-6/+27
2020-06-24clk: meson: meson8b: Drop CLK_IS_CRITICAL from fclk_div2Martin Blumenstingl1-7/+0
2020-06-19clk: meson: g12a: Add support for NNA CLK source clocksDmitry Shmidt2-1/+125
2020-05-02clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registersMartin Blumenstingl2-0/+13
2020-04-29clk: meson: meson8b: Make the CCF use the glitch-free VPU muxMartin Blumenstingl1-3/+11
2020-04-29clk: meson: meson8b: Fix the vclk_div{1, 2, 4, 6, 12}_en gate bitsMartin Blumenstingl1-5/+5
2020-04-29clk: meson: meson8b: Fix the polarity of the RESET_N linesMartin Blumenstingl1-23/+56
2020-04-29clk: meson: meson8b: Fix the first parent of vid_pll_in_selMartin Blumenstingl1-1/+1
2020-04-16clk: meson: g12a: Prepare the GPU clock tree to change at runtimeMartin Blumenstingl1-8/+22
2020-04-16clk: meson: gxbb: Prepare the GPU clock tree to change at runtimeMartin Blumenstingl1-18/+22
2020-04-14clk: meson: meson8b: make the hdmi_sys clock tree mutableMartin Blumenstingl1-3/+3
2020-04-14clk: meson8b: export the HDMI system clockMartin Blumenstingl1-1/+0
2020-02-21clk: meson: meson8b: set audio output clock hierarchyMartin Blumenstingl1-8/+13
2020-02-19clk: meson: g12a: add support for the SPICC SCLK Source clocksNeil Armstrong2-1/+134
2020-02-13clk: meson: gxbb: set audio output clock hierarchyJerome Brunet1-8/+10
2020-02-13clk: meson: gxbb: add the gxl internal dac gateJerome Brunet2-1/+4
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd5-56/+229
2020-01-07clk: meson: meson8b: make the CCF use the glitch-free mali muxMartin Blumenstingl1-4/+7
2019-12-23clk: let init callback return an error codeJerome Brunet4-4/+12
2019-12-16Merge branch 'v5.5/fixes' into v5.6/driversJerome Brunet2-0/+10
2019-12-16clk: meson: pll: Fix by 0 division in __pll_params_to_rate()Remi Pommarel1-0/+9
2019-12-16clk: meson: g12a: fix missing uart2 in regmap tableJerome Brunet1-0/+1
2019-12-11clk: meson: meson8b: use of_clk_hw_register to register the clocksMartin Blumenstingl1-1/+1
2019-12-11clk: meson: meson8b: don't register the XTAL clock when provided via OFMartin Blumenstingl1-3/+9
2019-12-11clk: meson: meson8b: change references to the XTAL clock to use [fw_]nameMartin Blumenstingl1-34/+44
2019-12-11clk: meson: meson8b: use clk_hw_set_parent in the CPU clock notifierMartin Blumenstingl1-13/+8
2019-12-11clk: meson: add a driver for the Meson8/8b/8m2 DDR clock controllerMartin Blumenstingl2-1/+150
2019-10-14clk: meson: axg-audio: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-08clk: meson: axg_audio: add sm1 supportJerome Brunet2-30/+574
2019-10-08clk: meson: axg-audio: provide clk top signal nameJerome Brunet2-4/+17
2019-10-08clk: meson: axg-audio: prepare sm1 additionJerome Brunet1-684/+781
2019-10-08clk: meson: axg-audio: fix regmap last registerJerome Brunet1-1/+1
2019-10-08clk: meson: axg-audio: remove useless definesJerome Brunet1-4/+0
2019-10-01clk: meson: g12a: set CLK_MUX_ROUND_CLOSEST on the cpu clock muxesNeil Armstrong1-0/+9
2019-10-01clk: meson: g12a: fix cpu clock rate settingNeil Armstrong1-2/+2
2019-10-01clk: meson: gxbb: let sar_adc_clk_div set the parent clock rateMartin Blumenstingl1-0/+1
2019-09-19Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' i...Stephen Boyd1-2/+5
2019-08-26clk: meson: g12a: add support for SM1 CPU 1, 2 & 3 clocksNeil Armstrong2-1/+61
2019-08-26clk: meson: g12a: add support for SM1 DynamIQ Shared Unit clockNeil Armstrong2-1/+198
2019-08-26clk: meson: g12a: add support for SM1 GP1 PLLNeil Armstrong2-1/+310
2019-08-20clk: meson: axg-audio: add g12a reset supportJerome Brunet2-2/+106
2019-08-16clk: meson: axg-audio: Don't reference clk_init_data after registrationStephen Boyd1-2/+5
2019-08-09Merge branch 'v5.4/dt' into v5.4/driversJerome Brunet1-1/+0
2019-08-09clk: meson: g12a: expose CPUB clock ID for G12BNeil Armstrong1-1/+0
2019-08-09clk: meson: g12a: add notifiers to handle cpu clock changeNeil Armstrong1-52/+479