aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge branches 'clk-samsung', 'clk-imx', 'clk-rockchip', 'clk-clkdev' and 'clk-rate-exclusive' into clk-nextStephen Boyd3-22/+27
2024-03-08clk: imx: imx8-acm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-26clk: imx: imx8mp: Fix SAI_MCLK_SEL definitionShengjiu Wang1-3/+8
2024-02-26clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()Markus Elfring1-12/+10
2024-02-26clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk_hw_composite()Markus Elfring1-2/+2
2024-02-26clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detectionMarkus Elfring1-5/+7
2023-12-21clk: imx: pll14xx: change naming of fvco to foutShengjiu Wang1-11/+12
2023-12-20clk: imx: clk-imx8qxp: fix LVDS bypass, pixel and phy clocksAlexander Stein1-4/+20
2023-12-20clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()Kuan-Wei Chiu1-1/+3
2023-10-04clk: imx: imx8qm/qxp: add more resources to whitelistPeng Fan2-0/+5
2023-10-04clk: imx: scu: ignore clks not owned by Cortex-A partitionPeng Fan1-0/+20
2023-10-04clk: imx8: remove MLB supportPeng Fan5-7/+3
2023-10-04clk: imx: imx8qm-rsrc: drop VPU_UART/VPUCOREPeng Fan1-2/+0
2023-10-04clk: imx: imx8qxp: correct the enet clocks for i.MX8DXLShenwei Wang1-2/+9
2023-10-04clk: imx: imx8qxp: Fix elcdif_pll clockRobert Chiras1-1/+1
2023-10-04clk: imx: imx8dxl-rsrc: keep sorted in the ascending orderViorel Suman1-1/+1
2023-10-04clk: imx: imx6sx: Allow a different LCDIF1 clock parentFabio Estevam1-3/+11
2023-10-04clk: imx: imx8mq: correct error handling pathPeng Fan1-7/+10
2023-10-04clk: imx: imx8: Simplify clk_imx_acm_detach_pm_domains()Christophe JAILLET1-5/+3
2023-10-04clk: imx: imx8: Add a message in case of devm_clk_hw_register_mux_parent_data_table() errorChristophe JAILLET1-2/+1
2023-10-04clk: imx: imx8: Fix an error handling path in imx8_acm_clk_probe()Christophe JAILLET1-3/+6
2023-10-04clk: imx: imx8: Fix an error handling path if devm_clk_hw_register_mux_parent_data_table() failsChristophe JAILLET1-0/+1
2023-10-04clk: imx: imx8: Fix an error handling path in clk_imx_acm_attach_pm_domains()Christophe JAILLET1-2/+4
2023-10-04clk: imx: Select MXC_CLK for CLK_IMX8QXPAbel Vesa1-0/+1
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds15-48/+539
2023-08-30Merge branches 'clk-imx', 'clk-samsung', 'clk-annotate', 'clk-marvell' and 'clk-lmk' into clk-nextStephen Boyd13-43/+537
2023-08-14clk: imx: pll14xx: dynamically configure PLL for 393216000/361267200HzAhmad Fatoum1-2/+0
2023-08-14clk: imx: pll14xx: align pdiv with reference manualMarco Felsch1-6/+5
2023-08-14clk: imx: composite-8m: fix clock pauses when set_rate would be a no-opAhmad Fatoum1-5/+7
2023-08-14clk: imx25: make __mx25_clocks_init return voidMartin Kaiser1-3/+1
2023-08-14clk: imx25: print silicon revision during initMartin Kaiser1-0/+3
2023-08-14clk: imx8mp: fix sai4 clockMarco Felsch1-5/+0
2023-08-14clk: imx: imx8ulp: update SPLL2 typePeng Fan1-1/+1
2023-08-14clk: imx: pllv4: Fix SPLL2 MULT rangeYe Li2-10/+37
2023-08-14clk: imx: imx8: add audio clock mux driverShengjiu Wang2-1/+478
2023-08-14clk: imx: clk-imx8qxp-lpcg: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-25clk: imx: clk-gpr-mux: Simplify .determine_rate()Christophe JAILLET1-7/+1
2023-07-25clk: imx: Add 519.75MHz frequency support for imx9 pllJacky Bai1-0/+1
2023-07-25clk: imx93: Add PDM IPG clkChancel Liu1-1/+3
2023-07-19clk: imx93: Propagate correct error in imx93_clocks_probe()Geert Uytterhoeven1-1/+1
2023-07-19clk: Explicitly include correct DT includesRob Herring4-5/+2
2023-06-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds12-45/+100
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'clk-ti' and 'clk-kasprintf' into clk-nextStephen Boyd10-44/+79
2023-06-23clk: imx: Drop inclusion of unused header <soc/imx/timer.h>Uwe Kleine-König4-4/+0
2023-06-12clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()Yuxing Liu1-11/+13
2023-06-12clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probeZhanhao Hu1-7/+8
2023-06-12clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probeHao Luo1-4/+4
2023-06-12clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probeKai Ma1-7/+15
2023-06-12clk: imx: composite-8m: Add imx8m_divider_determine_rateAdam Ford1-0/+31
2023-06-08clk: imx: scu: Switch to determine_rateMaxime Ripard1-1/+18