summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probeKai Ma2023-06-121-7/+15
| | * | clk: imx: composite-8m: Add imx8m_divider_determine_rateAdam Ford2023-06-121-0/+31
| | * | clk: imx: scu: use _safe list iterator to avoid a use after freeDan Carpenter2023-05-181-2/+2
| | * | clk: imx: drop imx_unregister_clocksPeng Fan2023-05-182-9/+0
| | * | clk: imx6ul: retain early UART clocks during kernel initAlexander Stein2023-05-181-0/+2
| | * | clk: imx: imx6sx: Remove CLK_SET_RATE_PARENT from the LDB clocksFabio Estevam2023-05-181-4/+4
| | |/
| * | clk: imx: scu: Switch to determine_rateMaxime Ripard2023-06-081-1/+18
| * | clk: imx: scu: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
| * | clk: imx: fixup-mux: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
| * | clk: imx: busy: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
| |/
* / clk: imx: Drop inclusion of unused header <soc/imx/timer.h>Uwe Kleine-König2023-06-234-4/+0
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-05-071-7/+0
|\
| * Revert "clk: imx: composite-8m: Add support to determine_rate"Adam Ford2023-05-021-7/+0
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-04-2913-47/+430
|\|
| * Merge branch 'clk-imx' into clk-nextStephen Boyd2023-04-2512-43/+430
| |\
| | * clk: imx: imx8ulp: update clk flag for system critical clockJacky Bai2023-04-091-7/+7
| | * clk: imx: imx8ulp: Add tpm5 clock as critical gate clockJacky Bai2023-04-091-1/+1
| | * clk: imx: imx8ulp: keep MU0_B clock enabled alwaysJacky Bai2023-04-091-1/+1
| | * clk: imx: imx8ulp: Add divider closest support to get more accurate clock rateJacky Bai2023-04-092-8/+17
| | * clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parentsPeng Fan2023-04-091-2/+2
| | * clk: imx: imx93: Add nic and A55 clkPeng Fan2023-04-091-2/+15
| | * clk: imx: imx93: add mcore_booted module paratemterPeng Fan2023-04-092-1/+9
| | * clk: imx: fracn-gppll: Add 300MHz freq support for imx9Jacky Bai2023-04-091-1/+2
| | * clk: imx: fracn-gppll: support integer pllPeng Fan2023-04-092-7/+68
| | * clk: imx: fracn-gppll: disable hardware select controlPeng Fan2023-04-091-0/+6
| | * clk: imx: fracn-gppll: fix the rate tablePeng Fan2023-04-091-7/+9
| | * clk: imx: imx8mp: change the 'nand_usdhc_bus' clock to non-criticalHaibo Chen2023-04-091-1/+1
| | * clk: imx: imx8mp: Add LDB root clockLiu Ying2023-04-091-0/+1
| | * clk: imx: imx8mp: correct DISP2 pixel clock typePeng Fan2023-04-091-1/+1
| | * clk: imx: drop duplicated macroPeng Fan2023-04-031-3/+0
| | * clk: imx: clk-gpr-mux: Provide clock name in error messageStefan Wahren2023-03-311-1/+2
| | * clk: imx: Let IMX8MN_CLK_DISP_PIXEL set parent rateAdam Ford2023-03-311-1/+1
| | * clk: imx8mm: Let IMX8MM_CLK_LCDIF_PIXEL set parent rateAdam Ford2023-03-311-1/+1
| | * clk: imx: Add imx8m_clk_hw_composite_flags macroAdam Ford2023-03-311-0/+4
| | * clk: imx: composite-8m: Add support to determine_rateAdam Ford2023-03-311-0/+7
| | * clk: imx: imx8mp: Add audiomix block controlMarek Vasut2023-03-312-1/+278
| * | clk: imx: Remove values for mmask and nmask in struct clk_fractional_dividerChristophe JAILLET2023-04-051-4/+0
| |/
* / clk: imx6ul: fix "failed to get parent" errorOleksij Rempel2023-03-201-4/+6
|/
* clk: imx: pll14xx: fix recalc_rate for negative kdivKevin Groeneveld2023-02-211-1/+1
* clk: imx: fix compile testing imxrt1050Arnd Bergmann2023-02-104-1/+9
* clk: imx: set imx_clk_gpr_mux_ops storage-class-specifier to staticTom Rix2023-02-101-1/+1
* clk: imx6ul: add ethernet refclock mux supportOleksij Rempel2023-01-311-0/+26
* clk: imx6ul: fix enet1 gate configurationOleksij Rempel2023-01-311-3/+4
* clk: imx: add imx_obtain_fixed_of_clock()Oleksij Rempel2023-01-312-0/+17