summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/clk-scu.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-19clk: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-26Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Stephen Boyd1-2/+2
2023-06-09clk: imx: scu: Switch to determine_rateMaxime Ripard1-1/+18
2023-06-09clk: imx: scu: Add a determine_rate hookMaxime Ripard1-0/+1
2023-05-18clk: imx: scu: use _safe list iterator to avoid a use after freeDan Carpenter1-2/+2
2022-10-01clk: imx: scu: fix memleak on platform_device_add() failsLin Yujun1-1/+5
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+6
2022-05-02clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin1-1/+1
2022-04-22clk: imx: scu: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski1-1/+6
2022-04-12clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu()Xiaoke Wang1-1/+3
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: imx8qxp: add clock valid checking mechnismDong Aisheng1-2/+31
2021-06-14clk: imx: scu: add gpr clocks supportDong Aisheng1-0/+186
2021-04-04clk: imx: Reference preceded by freeJian Dong1-0/+1
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-03clk: imx: scu: fix build break when compiled as modulesDong Aisheng1-2/+2
2020-10-26clk: imx: scu: add suspend/resume supportDong Aisheng1-0/+49
2020-10-26clk: imx: scu: add runtime pm supportDong Aisheng1-2/+20
2020-10-26clk: imx: scu: allow scu clk to take device pointerDong Aisheng1-4/+5
2020-10-26clk: imx: scu: bypass cpu power domainsDong Aisheng1-0/+4
2020-10-26clk: imx: scu: add two cells binding supportDong Aisheng1-2/+154
2020-03-26clk: imx: Align imx sc clock parent msg structs to 4Leonard Crestez1-1/+1
2020-03-26clk: imx: Align imx sc clock msg structs to 4Leonard Crestez1-3/+3
2019-02-26clk: imx: scu: add cpu frequency scaling supportAnson Huang1-0/+36
2019-02-21clk: imx: scu: add set parent supportAisheng Dong1-2/+85
2018-12-14clk: imx: add scu clock common partAisheng Dong1-0/+270