summaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
* clk: imx: Reference preceded by freeJian Dong2021-04-042-0/+2
* clk: imx8mq: Correct the pcie1 selsRichard Zhu2021-04-041-2/+2
* clk: imx8mp: Remove the none exist pcie clocksRichard Zhu2021-04-041-15/+0
* clk: imx: Fix reparenting of UARTs not associated with stdoutAdam Ford2021-04-0416-252/+54
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-02-227-15/+74
|\
| * clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible headerLee Jones2021-01-301-0/+1
| * clk: imx8mn: add clkout1/2 supportLucas Stach2021-01-301-0/+12
| * clk: imx8mm: add clkout1/2 supportLucas Stach2021-01-301-0/+12
| * clk: imx8mq: add PLL monitor outputLucas Stach2021-01-301-0/+22
| * clk: imx: clk-imx31: Remove unused static const table 'uart_clks'Lee Jones2021-01-291-10/+0
| * clk: imx6q: demote warning about pre-boot ldb_di_clk reparentingAhmad Fatoum2021-01-291-3/+3
| * clk: imx: clk-imx8qxp: Add some SCU clocks support for MIPI-LVDS subsystemsLiu Ying2021-01-051-0/+10
| * clk: imx: clk-imx8qxp: Register DC0 display clocks with imx_clk_scu2()Liu Ying2021-01-051-2/+10
| * clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 bypass clocksLiu Ying2021-01-051-0/+2
| * clk: imx: clk-imx8qxp: Add SCU clocks support for DC0 PLL clocksLiu Ying2021-01-051-0/+2
* | clk: imx: fix Kconfig warning for i.MX SCU clkArnd Bergmann2021-01-121-2/+0
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-12-2112-136/+582
|\
| * 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: imx8mq: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-101-1/+1
| * clk: imx8mp: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-101-1/+1
| * clk: imx8mn: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-101-1/+1
| * clk: imx8mm: drop of_match_ptr from of_device_id tableKrzysztof Kozlowski2020-11-101-1/+1
| * clk: imx: gate2: Remove unused variable retZou Wei2020-11-101-2/+1
| * clk: imx: gate2: Add locking in is_enabled opAbel Vesa2020-11-031-1/+9
| * clk: imx: gate2: Add cgr_mask for more flexible number of control bitsAbel Vesa2020-11-032-18/+22
| * clk: imx: gate2: Check if clock is enabled against cgr_valAbel Vesa2020-11-031-3/+3
| * clk: imx: gate2: Keep the register writing in on placeAbel Vesa2020-11-031-17/+16
| * clk: imx: gate2: Remove the IMX_CLK_GATE2_SINGLE_BIT special caseAbel Vesa2020-11-032-25/+8
| * clk: imx: scu: fix build break when compiled as modulesDong Aisheng2020-11-031-2/+2
| * clk: imx: remove redundant assignment to pointer npColin Ian King2020-11-011-1/+1
| * clk: imx: remove unneeded semicolonTom Rix2020-11-011-1/+1
| * clk: imx: lpcg: add suspend/resume supportDong Aisheng2020-10-263-0/+39
| * clk: imx: clk-imx8qxp-lpcg: add runtime pm supportDong Aisheng2020-10-261-5/+19
| * clk: imx: lpcg: allow lpcg clk to take device pointerDong Aisheng2020-10-262-8/+24
| * clk: imx: imx8qxp-lpcg: add parsing clocks from device treeDong Aisheng2020-10-263-0/+133
| * 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-262-8/+10
| * clk: imx: scu: bypass cpu power domainsDong Aisheng2020-10-261-0/+4
| * clk: imx: scu: add two cells binding supportDong Aisheng2020-10-263-67/+252
* | clk: imx: scu: fix MXC_CLK_SCU module build breakDong Aisheng2020-12-071-2/+2
* | clk: imx8m: fix bus critical clk registrationPeng Fan2020-11-045-17/+22
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-243-212/+0
|\
| * clk: imx: imx35: Remove mx35_clocks_init()Fabio Estevam2020-09-221-68/+0
| * clk: imx: imx31: Remove mx31_clocks_init()Fabio Estevam2020-09-221-71/+0
| * clk: imx: imx27: Remove mx27_clocks_init()Fabio Estevam2020-09-221-73/+0
* | clk: imx8mq: Fix usdhc parents orderAbel Vesa2020-10-201-2/+2
* | clk: imx: imx21: Remove clock driverFabio Estevam2020-09-223-176/+0
* | clk: imx: gate2: Fix a few typosJonathan Neuschäfer2020-09-131-1/+1