summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
* clk: imx: imx8mp: Convert to platform remove callback returning voidUwe Kleine-König2024-05-011-4/+2
* clk: imx: imx8mp: Switch to RUNTIME_PM_OPS()Fabio Estevam2024-05-011-3/+3
* clk: imx: add i.MX95 BLK CTL clk driverPeng Fan2024-04-223-0/+446
* clk: imx: imx8mp: Add pm_runtime support for power savingShengjiu Wang2024-04-221-21/+136
*-. Merge branches 'clk-samsung', 'clk-imx', 'clk-rockchip', 'clk-clkdev' and 'cl...Stephen Boyd2024-03-133-22/+27
|\ \
| | * clk: imx: imx8mp: Fix SAI_MCLK_SEL definitionShengjiu Wang2024-02-261-3/+8
| | * clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()Markus Elfring2024-02-261-12/+10
| | * clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk...Markus Elfring2024-02-261-2/+2
| | * clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() aft...Markus Elfring2024-02-261-5/+7
| |/
* / clk: imx: imx8-acm: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
|/
* clk: imx: pll14xx: change naming of fvco to foutShengjiu Wang2023-12-211-11/+12
* clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocksAlexander Stein2023-12-201-4/+20
* clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()Kuan-Wei Chiu2023-12-201-1/+3
* clk: imx: imx8qm/qxp: add more resources to whitelistPeng Fan2023-10-042-0/+5
* clk: imx: scu: ignore clks not owned by Cortex-A partitionPeng Fan2023-10-041-0/+20
* clk: imx8: remove MLB supportPeng Fan2023-10-045-7/+3
* clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCOREPeng Fan2023-10-041-2/+0
* clk: imx: imx8qxp: correct the enet clocks for i.MX8DXLShenwei Wang2023-10-041-2/+9
* clk: imx: imx8qxp: Fix elcdif_pll clockRobert Chiras2023-10-041-1/+1
* clk: imx: imx8dxl-rsrc: keep sorted in the ascending orderViorel Suman2023-10-041-1/+1
* clk: imx: imx6sx: Allow a different LCDIF1 clock parentFabio Estevam2023-10-041-3/+11
* clk: imx: imx8mq: correct error handling pathPeng Fan2023-10-041-7/+10
* clk: imx: imx8: Simplify clk_imx_acm_detach_pm_domains()Christophe JAILLET2023-10-041-5/+3
* clk: imx: imx8: Add a message in case of devm_clk_hw_register_mux_parent_data...Christophe JAILLET2023-10-041-2/+1
* clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe()Christophe JAILLET2023-10-041-3/+6
* clk: imx: imx8: Fix an error handling path if devm_clk_hw_register_mux_parent...Christophe JAILLET2023-10-041-0/+1
* clk: imx: imx8: Fix an error handling path in clk_imx_acm_attach_pm_domains()Christophe JAILLET2023-10-041-2/+4
* clk: imx: Select MXC_CLK for CLK_IMX8QXPAbel Vesa2023-10-041-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-08-3015-48/+539
|\
| *-. Merge branches 'clk-imx', 'clk-samsung', 'clk-annotate', 'clk-marvell' and 'c...Stephen Boyd2023-08-3013-43/+537
| |\ \
| | * | clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200HzAhmad Fatoum2023-08-141-2/+0
| | * | clk: imx: pll14xx: align pdiv with reference manualMarco Felsch2023-08-141-6/+5
| | * | clk: imx: composite-8m: fix clock pauses when set_rate would be a no-opAhmad Fatoum2023-08-141-5/+7
| | * | clk: imx25: make __mx25_clocks_init return voidMartin Kaiser2023-08-141-3/+1
| | * | clk: imx25: print silicon revision during initMartin Kaiser2023-08-141-0/+3
| | * | clk: imx8mp: fix sai4 clockMarco Felsch2023-08-141-5/+0
| | * | clk: imx: imx8ulp: update SPLL2 typePeng Fan2023-08-141-1/+1
| | * | clk: imx: pllv4: Fix SPLL2 MULT rangeYe Li2023-08-142-10/+37
| | * | clk: imx: imx8: add audio clock mux driverShengjiu Wang2023-08-142-1/+478
| | * | clk: imx: clk-imx8qxp-lpcg: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-141-3/+1
| | * | clk: imx: clk-gpr-mux: Simplify .determine_rate()Christophe JAILLET2023-07-251-7/+1
| | * | clk: imx: Add 519.75MHz frequency support for imx9 pllJacky Bai2023-07-251-0/+1
| | * | clk: imx93: Add PDM IPG clkChancel Liu2023-07-251-1/+3
| | |/
| * / clk: Explicitly include correct DT includesRob Herring2023-07-194-5/+2
| |/
* / clk: imx93: Propagate correct error in imx93_clocks_probe()Geert Uytterhoeven2023-07-191-1/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-06-2912-45/+100
|\
| *-. Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Stephen Boyd2023-06-2610-44/+79
| |\ \
| | * | clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()Yuxing Liu2023-06-121-11/+13
| | * | clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probeZhanhao Hu2023-06-121-7/+8
| | * | clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probeHao Luo2023-06-121-4/+4