summaryrefslogtreecommitdiff
path: root/drivers/clk/imx
AgeCommit message (Expand)AuthorFilesLines
2023-04-09clk: imx: fracn-gppll: disable hardware select controlPeng Fan1-0/+6
2023-04-09clk: imx: fracn-gppll: fix the rate tablePeng Fan1-7/+9
2023-04-09clk: imx: imx8mp: change the 'nand_usdhc_bus' clock to non-criticalHaibo Chen1-1/+1
2023-04-09clk: imx: imx8mp: Add LDB root clockLiu Ying1-0/+1
2023-04-09clk: imx: imx8mp: correct DISP2 pixel clock typePeng Fan1-1/+1
2023-04-03clk: imx: drop duplicated macroPeng Fan1-3/+0
2023-03-31clk: imx: clk-gpr-mux: Provide clock name in error messageStefan Wahren1-1/+2
2023-03-31clk: imx: Let IMX8MN_CLK_DISP_PIXEL set parent rateAdam Ford1-1/+1
2023-03-31clk: imx8mm: Let IMX8MM_CLK_LCDIF_PIXEL set parent rateAdam Ford1-1/+1
2023-03-31clk: imx: Add imx8m_clk_hw_composite_flags macroAdam Ford1-0/+4
2023-03-31clk: imx: composite-8m: Add support to determine_rateAdam Ford1-0/+7
2023-03-31clk: imx: imx8mp: Add audiomix block controlMarek Vasut2-1/+278
2023-02-21clk: imx: pll14xx: fix recalc_rate for negative kdivKevin Groeneveld1-1/+1
2023-02-11clk: imx: fix compile testing imxrt1050Arnd Bergmann4-1/+9
2023-02-11clk: imx: set imx_clk_gpr_mux_ops storage-class-specifier to staticTom Rix1-1/+1
2023-01-31clk: imx6ul: add ethernet refclock mux supportOleksij Rempel1-0/+26
2023-01-31clk: imx6ul: fix enet1 gate configurationOleksij Rempel1-3/+4
2023-01-31clk: imx: add imx_obtain_fixed_of_clock()Oleksij Rempel2-0/+17
2023-01-31clk: imx6q: add ethernet refclock mux supportOleksij Rempel1-0/+13
2023-01-31clk: imx: add clk-gpr-mux driverOleksij Rempel3-0/+125
2023-01-29clk: imx: imx93: invoke imx_register_uart_clocksPeng Fan1-0/+2
2023-01-29clk: imx: remove clk_count of imx_register_uart_clocksPeng Fan17-21/+21
2023-01-29clk: imx: get stdout clk count from device treePeng Fan1-3/+9
2023-01-29clk: imx: avoid memory leakPeng Fan1-1/+2
2022-11-25clk: imx: rename imx_obtain_fixed_clk_hw() to imx_get_clk_hw_by_name()Dario Binacchi13-55/+53
2022-11-25clk: imx8mn: fix imx8mn_enet_phy_sels clocks listDario Binacchi1-2/+2
2022-11-25clk: imx8mn: fix imx8mn_sai2_sels clocks listDario Binacchi1-1/+1
2022-11-25clk: imx: rename video_pll1 to video_pllDario Binacchi1-48/+48
2022-11-25clk: imx: replace osc_hdmi with dummyDario Binacchi1-6/+6
2022-11-25clk: imx8mn: rename vpu_pll to m7_alt_pllDario Binacchi1-8/+8
2022-11-22clk: imx: imxrt1050: add IMXRT1050_CLK_LCDIF_PIX clock gateGiulio Benetti1-0/+1
2022-11-22clk: imx: imxrt1050: fix IMXRT1050_CLK_LCDIF_APB offsetsGiulio Benetti1-1/+1
2022-11-22clk: imx8mp: Add audio shared gateAbel Vesa1-1/+11
2022-11-22clk: imx: pll14xx: Add 320 MHz and 640 MHz entries for PLL146xMarek Vasut1-0/+2
2022-11-22clk: imx93: keep sys ctr clock always onJacky Bai1-1/+2
2022-11-22clk: imx: keep hsio bus clock always onJacky Bai1-1/+5
2022-11-21clk: imx93: drop tpm1/3, lpit1/2 clkPeng Fan1-8/+4
2022-11-21clk: imx93: correct enet clockPeng Fan1-1/+1
2022-11-21clk: imx93: unmap anatop base in error handling pathPeng Fan1-6/+9
2022-11-21clk: imx: imx8mp: add shared clk gate for usb suspend clkLi Jun1-1/+3
2022-11-21clk: imx93: correct the flexspi1 clock settingHaibo Chen1-1/+1
2022-10-08Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds7-19/+399
2022-10-01clk: imx: scu: fix memleak on platform_device_add() failsLin Yujun1-1/+5
2022-09-29clk: imx93: drop of_match_ptrPeng Fan1-1/+1
2022-09-28clk: imx: imx6sx: remove the SET_RATE_PARENT flag for QSPI clocksHan Xu1-2/+2
2022-09-19clk: imx93: add SAI IPG clkPeng Fan1-3/+9
2022-09-19clk: imx93: add MU1/2 clockPeng Fan1-2/+6
2022-09-19clk: imx93: switch to use new clk gate APIPeng Fan1-4/+4
2022-09-19clk: imx: add i.MX93 clk gatePeng Fan3-0/+204
2022-09-19clk: imx: clk-composite-93: check white_listPeng Fan3-5/+10