aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-14clk: imx8mq: remove SYS PLL 1/2 clock gatesLucas Stach1-38/+18
2021-06-14clk: imx: scu: Do not enable runtime PM for CPU clksNitin Garg1-12/+18
2021-06-14clk: imx: scu: add parent save and restoreDong Aisheng1-1/+28
2021-06-14clk: imx: scu: Only save DC SS clock using non-cached clock rateAnson Huang1-1/+8
2021-06-14clk: imx: scu: Add A72 frequency scaling supportAnson Huang1-1/+3
2021-06-14clk: imx: scu: Add A53 frequency scaling supportAnson Huang1-2/+2
2021-06-14clk: imx: scu: bypass pi_pll enable status restoreDong Aisheng1-1/+1
2021-06-14clk: imx: scu: detach pd if can't power upDong Aisheng1-0/+1
2021-06-14clk: imx: scu: bypass cpu clock save and restoreDong Aisheng1-0/+10
2021-06-14clk: imx: scu: add parallel port clock opsGuoniu.zhou1-0/+8
2021-06-14clk: imx: scu: add more scu clocksDong Aisheng1-2/+150
2021-06-14clk: imx: scu: add enet rgmii gpr clocksDong Aisheng1-4/+18
2021-06-14clk: imx8qm: add clock valid resource checkingDong Aisheng4-1/+119
2021-06-14clk: imx8qxp: add clock valid checking mechnismDong Aisheng5-8/+137
2021-06-14clk: imx: scu: add gpr clocks supportDong Aisheng2-0/+215
2021-06-14clk: imx: scu: remove legacy scu clock binding supportDong Aisheng2-135/+81
2021-06-14clk: imx: Remove the audio ipg clock from imx8mpJacky Bai1-1/+0
2021-04-04clk: imx: Reference preceded by freeJian Dong2-0/+2
2021-04-04clk: imx8mq: Correct the pcie1 selsRichard Zhu1-2/+2
2021-04-04clk: imx8mp: Remove the none exist pcie clocksRichard Zhu1-15/+0
2021-04-04clk: imx: Fix reparenting of UARTs not associated with stdoutAdam Ford16-252/+54
2021-02-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds7-15/+74
2021-01-30clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible headerLee Jones1-0/+1
2021-01-30clk: imx8mn: add clkout1/2 supportLucas Stach1-0/+12
2021-01-30clk: imx8mm: add clkout1/2 supportLucas Stach1-0/+12
2021-01-30clk: imx8mq: add PLL monitor outputLucas Stach1-0/+22
2021-01-29clk: imx: clk-imx31: Remove unused static const table 'uart_clks'Lee Jones1-10/+0
2021-01-29clk: imx6q: demote warning about pre-boot ldb_di_clk reparentingAhmad Fatoum1-3/+3
2021-01-12clk: imx: fix Kconfig warning for i.MX SCU clkArnd Bergmann1-2/+0
2021-01-05clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS subsystemsLiu Ying1-0/+10
2021-01-05clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2()Liu Ying1-2/+10
2021-01-05clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocksLiu Ying1-0/+2
2021-01-05clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocksLiu Ying1-0/+2
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds12-136/+582
2020-12-07clk: imx: scu: fix MXC_CLK_SCU module build breakDong Aisheng1-2/+2
2020-11-30clk: imx: scu: remove the calling of device_is_boundDong Aisheng1-11/+4
2020-11-10clk: imx: scu: Make pd_np with static keywordZou Wei1-1/+1
2020-11-10clk: imx8mq: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx8mp: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx8mn: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx8mm: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski1-1/+1
2020-11-10clk: imx: gate2: Remove unused variable retZou Wei1-2/+1
2020-11-04clk: imx8m: fix bus critical clk registrationPeng Fan5-17/+22
2020-11-03clk: imx: gate2: Add locking in is_enabled opAbel Vesa1-1/+9
2020-11-03clk: imx: gate2: Add cgr_mask for more flexible number of control bitsAbel Vesa2-18/+22
2020-11-03clk: imx: gate2: Check if clock is enabled against cgr_valAbel Vesa1-3/+3
2020-11-03clk: imx: gate2: Keep the register writing in on placeAbel Vesa1-17/+16
2020-11-03clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special caseAbel Vesa2-25/+8
2020-11-03clk: imx: scu: fix build break when compiled as modulesDong Aisheng1-2/+2
2020-11-01clk: imx: remove redundant assignment to pointer npColin Ian King1-1/+1