summaryrefslogtreecommitdiff
path: root/drivers/clk/imx
AgeCommit message (Expand)AuthorFilesLines
2020-12-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds12-136/+582
2020-12-08clk: 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-05clk: 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
2020-11-01clk: imx: remove unneeded semicolonTom Rix1-1/+1
2020-10-26clk: imx: lpcg: add suspend/resume supportDong Aisheng3-0/+39
2020-10-26clk: imx: clk-imx8qxp-lpcg: add runtime pm supportDong Aisheng1-5/+19
2020-10-26clk: imx: lpcg: allow lpcg clk to take device pointerDong Aisheng2-8/+24
2020-10-26clk: imx: imx8qxp-lpcg: add parsing clocks from device treeDong Aisheng3-0/+133
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 Aisheng2-8/+10
2020-10-26clk: imx: scu: bypass cpu power domainsDong Aisheng1-0/+4
2020-10-26clk: imx: scu: add two cells binding supportDong Aisheng3-67/+252
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-212/+0
2020-10-20clk: imx8mq: Fix usdhc parents orderAbel Vesa1-2/+2
2020-09-22clk: imx: imx21: Remove clock driverFabio Estevam3-176/+0
2020-09-22clk: imx: imx35: Remove mx35_clocks_init()Fabio Estevam1-68/+0
2020-09-22clk: imx: imx31: Remove mx31_clocks_init()Fabio Estevam1-71/+0
2020-09-22clk: imx: imx27: Remove mx27_clocks_init()Fabio Estevam1-73/+0
2020-09-13clk: imx: gate2: Fix a few typosJonathan Neuschäfer1-1/+1
2020-09-07clk: imx: Fix and update kerneldocKrzysztof Kozlowski3-3/+6
2020-09-07clk: imx: fix i.MX7D peripheral clk mux flagsPeng Fan1-65/+66
2020-09-07clk: imx: fix composite peripheral flagsPeng Fan1-0/+1
2020-08-31clk: imx: Correct the memrepair clock on imx8mpJacky Bai1-10/+4
2020-08-31clk: imx: Correct the root clk of media ldb on imx8mpJacky Bai1-5/+5
2020-08-23clk: imx: vf610: Add CRC clockKrzysztof Kozlowski1-0/+1
2020-08-22clk: imx: Explicitly include bits.hAnson Huang13-1/+13
2020-08-22clk: imx8qxp: Support building i.MX8QXP clock driver as moduleAnson Huang4-9/+18
2020-08-22clk: imx8m: Support module buildAnson Huang5-8/+24
2020-08-22clk: imx: Add clock configuration for ARMv7 platformsAnson Huang2-16/+76
2020-08-22clk: imx: Support building i.MX common clock driver as moduleAnson Huang10-26/+60
2020-08-22clk: imx6sl: Use BIT(x) to avoid shifting signed 32-bit value by 31 bitsAnson Huang1-7/+8
2020-08-04Merge branches 'clk-fallthru', 'clk-ingenic', 'clk-tegra', 'clk-sirf' and 'cl...Stephen Boyd1-2/+2
2020-07-28clk: imx: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-23clk: imx: vf610: add CAAM clockAndrey Smirnov1-0/+1
2020-06-23clk: imx8mp: add mu root clkPeng Fan1-0/+1