summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/clk-imx93.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+3
2023-07-25clk: imx93: Add PDM IPG clkChancel Liu1-1/+3
2023-07-20clk: imx93: Propagate correct error in imx93_clocks_probe()Geert Uytterhoeven1-1/+1
2023-06-12clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probeZhanhao Hu1-7/+8
2023-04-09clk: imx: imx93: Add nic and A55 clkPeng Fan1-2/+15
2023-04-09clk: imx: imx93: add mcore_booted module paratemterPeng Fan1-0/+2
2023-01-29clk: imx: imx93: invoke imx_register_uart_clocksPeng Fan1-0/+2
2022-11-25clk: imx: rename imx_obtain_fixed_clk_hw() to imx_get_clk_hw_by_name()Dario Binacchi1-3/+3
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: 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 Torvalds1-10/+20
2022-09-29clk: imx93: drop of_match_ptrPeng Fan1-1/+1
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: clk-composite-93: check white_listPeng Fan1-1/+1
2022-06-16clk: imx93: Correct the edma1's parent clockJacky Bai1-1/+1
2022-06-16clk: imx93: correct nic_media parentPeng Fan1-1/+1
2022-06-16clk: imx93: use adc_root as the parent clock of adc1Haibo Chen1-1/+1
2022-03-04clk: imx: add i.MX93 clkPeng Fan1-0/+341