summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-scu.c
Commit message (Expand)AuthorAgeFilesLines
* clk: imx: scu: Use common error handling code in imx_clk_scu_alloc_dev()Markus Elfring2024-02-261-12/+10
* clk: imx: scu: Fix memory leak in __imx_clk_gpr_scu()Kuan-Wei Chiu2023-12-201-1/+3
* clk: imx: scu: ignore clks not owned by Cortex-A partitionPeng Fan2023-10-041-0/+20
* clk: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
*-. Merge branches 'clk-imx', 'clk-microchip', 'clk-cleanup', 'clk-bindings', 'cl...Stephen Boyd2023-06-261-2/+2
|\ \
| * | clk: imx: scu: use _safe list iterator to avoid a use after freeDan Carpenter2023-05-181-2/+2
| |/
* | clk: imx: scu: Switch to determine_rateMaxime Ripard2023-06-081-1/+18
* | clk: imx: scu: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
|/
* clk: imx: scu: fix memleak on platform_device_add() failsLin Yujun2022-09-301-1/+5
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-1/+6
|\
| * clk: imx: scu: Fix kfree() of static memory on setting driver_overrideKrzysztof Kozlowski2022-04-221-1/+6
* | clk: imx: scu: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin2022-05-021-1/+1
* | clk: imx: scu: fix a potential memory leak in __imx_clk_gpr_scu()Xiaoke Wang2022-04-121-1/+3
|/
* clk: imx: scu: Do not enable runtime PM for CPU clksNitin Garg2021-06-141-12/+18
* clk: imx: scu: add parent save and restoreDong Aisheng2021-06-141-1/+28
* clk: imx: scu: Only save DC SS clock using non-cached clock rateAnson Huang2021-06-141-1/+8
* clk: imx: scu: Add A72 frequency scaling supportAnson Huang2021-06-141-1/+3
* clk: imx: scu: Add A53 frequency scaling supportAnson Huang2021-06-141-2/+2
* clk: imx: scu: bypass pi_pll enable status restoreDong Aisheng2021-06-141-1/+1
* clk: imx: scu: detach pd if can't power upDong Aisheng2021-06-141-0/+1
* clk: imx: scu: bypass cpu clock save and restoreDong Aisheng2021-06-141-0/+10
* clk: imx: scu: add parallel port clock opsGuoniu.zhou2021-06-141-0/+8
* clk: imx8qxp: add clock valid checking mechnismDong Aisheng2021-06-141-2/+31
* clk: imx: scu: add gpr clocks supportDong Aisheng2021-06-141-0/+186
* clk: imx: Reference preceded by freeJian Dong2021-04-041-0/+1
* clk: imx: scu: remove the calling of device_is_boundDong Aisheng2020-11-301-11/+4
* clk: imx: scu: Make pd_np with static keywordZou Wei2020-11-101-1/+1
* clk: imx: scu: fix build break when compiled as modulesDong Aisheng2020-11-031-2/+2
* clk: imx: scu: add suspend/resume supportDong Aisheng2020-10-261-0/+49
* clk: imx: scu: add runtime pm supportDong Aisheng2020-10-261-2/+20
* clk: imx: scu: allow scu clk to take device pointerDong Aisheng2020-10-261-4/+5
* clk: imx: scu: bypass cpu power domainsDong Aisheng2020-10-261-0/+4
* clk: imx: scu: add two cells binding supportDong Aisheng2020-10-261-2/+154
* clk: imx: Align imx sc clock parent msg structs to 4Leonard Crestez2020-03-251-1/+1
* clk: imx: Align imx sc clock msg structs to 4Leonard Crestez2020-03-251-3/+3
* clk: imx: scu: add cpu frequency scaling supportAnson Huang2019-02-261-0/+36
* clk: imx: scu: add set parent supportAisheng Dong2019-02-211-2/+85
* clk: imx: add scu clock common partAisheng Dong2018-12-131-0/+270