aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/imx
AgeCommit message (Expand)AuthorFilesLines
2020-07-14clk: imx8m: drop clk settingsPeng Fan2-68/+0
2020-07-14clk: imx8mp: Update imx8mp ccf clock driverYe Li1-0/+52
2020-07-14clk: imx8mm/8mn: Add USB clocksYe Li2-0/+37
2020-07-14clk: clk-imx8mn: Update clock tree and support set parentYe Li1-0/+56
2020-07-14clk: imx8mm: Add qspi clockPeng Fan1-0/+7
2020-07-14clk: imx8mm: fix clk set parentPeng Fan1-1/+4
2020-07-01dm: Fix error handling for dev_read_addr_ptrSean Anderson1-1/+1
2020-07-01clk: Always use the supplied struct clkSean Anderson1-2/+2
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-01clk: imx: clk-imxrt1050: fix lcdif clock gateGiulio Benetti1-1/+1
2020-04-18clk: imx: add i.IMXRT1020 clk driverGiulio Benetti3-0/+244
2020-04-18clk: imx: clk-imxrt1050: add set_parent() callbackGiulio Benetti1-0/+19
2020-04-18clk: imx: clk-imxrt1050: setup PLL5 for video in non-SPLGiulio Benetti1-1/+8
2020-04-18clk: imx: clk-imxrt1050: fix typo in clock name "video:"Giulio Benetti1-1/+1
2020-04-18clk: imx: pllv3: add enable_bitGiulio Benetti1-0/+9
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass5-0/+10
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_set_rate()Giulio Benetti1-2/+8
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in av_get_rate()Giulio Benetti1-0/+3
2020-01-26clk: imx: pllv3: fix potential 'divide by zero' in sys_get_rate()Giulio Benetti1-2/+8
2020-01-26clk: Fix error checking of dev_read_addr_ptrSean Anderson3-3/+3
2020-01-14clk: imx: add i.IMXRT1050 clk driverGiulio Benetti3-0/+310
2020-01-14clk: imx: pfd: add set_rate()Giulio Benetti1-0/+22
2020-01-14clk: imx: pllv3: add support for PLLV3_AV typeGiulio Benetti1-0/+76
2020-01-14clk: imx: pllv3: add PLLV3_SYS supportGiulio Benetti1-0/+53
2020-01-14clk: imx: pllv3: add set_rate() supportGiulio Benetti1-0/+27
2020-01-14clk: imx: pllv3: add disable() supportGiulio Benetti1-0/+16
2020-01-14clk: imx: pllv3: add enable() supportGiulio Benetti1-0/+24
2020-01-14clk: imx: pllv3: set div_mask differently if PLLV3 is GENERIC or USBGiulio Benetti1-0/+2
2020-01-14clk: imx: pllv3: register PLLV3 GENERIC and USB as 2 different clocksGiulio Benetti1-5/+15
2020-01-14clk: imx8qxp: extend to support getting I2C IPG clockAnatolij Gustschin1-0/+12
2020-01-08clk: imx: add i.MX8MP clk driverPeng Fan3-0/+380
2020-01-08clk: imx: add imx_clk_mux2_flagsPeng Fan1-0/+10
2019-12-06clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]Frieder Schrempf1-1/+1
2019-11-05clk: imx: imx8mm: add set_parent callbackPeng Fan1-0/+19
2019-11-05clk: imx8mm: add enet clkPeng Fan1-0/+27
2019-11-05clk: imx: add i.MX8MN ccf driverPeng Fan3-0/+433
2019-10-22clk: Add support for I2C clocks on NXP's imx6q SoC which use CCFLukasz Majewski2-0/+39
2019-08-22clk: imx: add i.MX8MM clk driverPeng Fan2-0/+417
2019-08-22clk: imx: add i.MX8M composite clk supportPeng Fan1-0/+170
2019-08-22clk: imx: add pll14xx driverPeng Fan2-0/+406
2019-08-22clk: imx: expose CCF entry for allPeng Fan1-0/+16
2019-07-31clk: imx: gate2 add set ratePeng Fan1-0/+11
2019-07-31clk: imx: import clk heplersPeng Fan1-0/+81
2019-07-19clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)Lukasz Majewski7-0/+541
2019-06-11clk: imx8qm: fix usdhc2 clocksMarcel Ziswiler1-0/+18
2019-04-25clk: imx8: add i.MX8QM clk driverPeng Fan3-0/+309
2019-04-25clk: imx8: split code into common and soc specific partPeng Fan4-289/+342