summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* clk: imx6q: add ethernet refclock mux supportOleksij Rempel2023-01-311-0/+13
* clk: imx: add clk-gpr-mux driverOleksij Rempel2023-01-313-0/+125
* clk: imx: imx93: invoke imx_register_uart_clocksPeng Fan2023-01-291-0/+2
* clk: imx: remove clk_count of imx_register_uart_clocksPeng Fan2023-01-2917-21/+21
* clk: imx: get stdout clk count from device treePeng Fan2023-01-291-3/+9
* clk: imx: avoid memory leakPeng Fan2023-01-291-1/+2
* clk: imx: rename imx_obtain_fixed_clk_hw() to imx_get_clk_hw_by_name()Dario Binacchi2022-11-2513-55/+53
* clk: imx8mn: fix imx8mn_enet_phy_sels clocks listDario Binacchi2022-11-251-2/+2
* clk: imx8mn: fix imx8mn_sai2_sels clocks listDario Binacchi2022-11-251-1/+1
* clk: imx: rename video_pll1 to video_pllDario Binacchi2022-11-251-48/+48
* clk: imx: replace osc_hdmi with dummyDario Binacchi2022-11-251-6/+6
* clk: imx8mn: rename vpu_pll to m7_alt_pllDario Binacchi2022-11-251-8/+8
* clk: imx: imxrt1050: add IMXRT1050_CLK_LCDIF_PIX clock gateGiulio Benetti2022-11-221-0/+1
* clk: imx: imxrt1050: fix IMXRT1050_CLK_LCDIF_APB offsetsGiulio Benetti2022-11-221-1/+1
* clk: imx8mp: Add audio shared gateAbel Vesa2022-11-221-1/+11
* clk: imx: pll14xx: Add 320 MHz and 640 MHz entries for PLL146xMarek Vasut2022-11-221-0/+2
* clk: imx93: keep sys ctr clock always onJacky Bai2022-11-221-1/+2
* clk: imx: keep hsio bus clock always onJacky Bai2022-11-221-1/+5
* clk: imx93: drop tpm1/3, lpit1/2 clkPeng Fan2022-11-211-8/+4