summaryrefslogtreecommitdiff
path: root/drivers/clk/imx
Commit message (Expand)AuthorAgeFilesLines
* clk: imx: Select MXC_CLK for i.MX93 clock driverAbel Vesa2022-03-151-0/+1
* clk: imx: remove redundant re-assignment of pll->baseColin Ian King2022-03-091-1/+0
* clk: imx: pll14xx: Support dynamic ratesSascha Hauer2022-03-041-17/+126
* clk: imx: pll14xx: Add pr_fmtSascha Hauer2022-03-041-6/+6
* clk: imx: pll14xx: explicitly return lowest rateSascha Hauer2022-03-041-2/+2
* clk: imx: pll14xx: name variables after usageSascha Hauer2022-03-041-21/+21
* clk: imx: pll14xx: consolidate rate calculationSascha Hauer2022-03-041-33/+26
* clk: imx: pll14xx: Use FIELD_GET/FIELD_PREPSascha Hauer2022-03-041-21/+19
* clk: imx: pll14xx: Drop wrong shiftingSascha Hauer2022-03-041-2/+2
* clk: imx: pll14xx: Use register defines consistentlySascha Hauer2022-03-041-24/+25
* clk: imx8mp: remove SYS PLL 1/2 clock gatesPeng Fan2022-03-041-32/+16
* clk: imx8mn: remove SYS PLL 1/2 clock gatesPeng Fan2022-03-041-34/+16
* clk: imx8mm: remove SYS PLL 1/2 clock gatesPeng Fan2022-03-041-33/+16
* clk: imx: add i.MX93 clkPeng Fan2022-03-043-0/+349
* clk: imx: support fracn gppllPeng Fan2022-03-043-0/+345
* clk: imx: add i.MX93 composite clkPeng Fan2022-03-043-0/+103
* clk: imx: off by one in imx_lpcg_parse_clks_from_dt()Dan Carpenter2022-03-041-1/+1
* clk: imx7d: Remove audio_mclk_root_clkAbel Vesa2022-03-041-1/+0
* clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clockLaurent Pinchart2022-02-211-0/+1
* clk: imx: Add imx8dxl clk driverJacky Bai2022-01-294-1/+70
* clk: imx: Add initial support for i.MXRT1050 clock driverJesse Taube2022-01-293-0/+176
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-01-125-16/+16
|\
| *-. Merge branches 'clk-nvidia', 'clk-imx', 'clk-samsung' and 'clk-qcom' into clk...Stephen Boyd2022-01-114-7/+8
| |\ \
| | | * clk: imx8mp: Fix the parent clk of the audio_root_clkHui Wang2021-11-221-1/+1
| | | * clk: imx8mn: Fix imx8mn_clko1_selsAdam Ford2021-11-221-3/+3
| | | * clk: imx: Use div64_ul instead of do_divChangcheng Deng2021-11-221-3/+3
| | | * clk: imx: imx8ulp: set suppress_bind_attrs to truePeng Fan2021-11-221-0/+1
| | |/
| * | clk: imx: pllv1: fix kernel-doc notation for struct clk_pllv1Randy Dunlap2021-12-021-9/+8
| |/
* | clk: imx: use module_platform_driverMiles Chen2021-12-022-2/+2
|/
* clk: imx8m: Do not set IMX_COMPOSITE_CORE for non-regular compositesAlexander Stein2021-11-051-2/+2
* clk: imx: Make CLK_IMX8ULP select MXC_CLKFabio Estevam2021-10-061-0/+1
* clk: imx: imx6ul: Fix csi clk gate registerStefan Riedmueller2021-10-011-1/+6
* clk: imx: imx6ul: Move csi_sel mux to correct base registerStefan Riedmueller2021-10-011-1/+1
* clk: imx: Fix the build break when clk-imx8ulp build as moduleJacky Bai2021-10-013-0/+3
* clk: imx: Add the pcc reset controller support on imx8ulpJacky Bai2021-09-302-3/+123
* clk: imx: Add clock driver for imx8ulpJacky Bai2021-09-303-0/+467
* clk: imx: Update the pfdv2 for 8ulp specific supportJacky Bai2021-09-303-13/+21
* clk: imx: disable the pfd when set pfdv2 clock rateJacky Bai2021-09-301-2/+11
* clk: imx: Add 'CLK_SET_RATE_NO_REPARENT' for composite-7ulpJacky Bai2021-09-301-1/+1
* clk: imx: disable i.mx7ulp composite clock during initializationAnson Huang2021-09-301-0/+14
* clk: imx: Update the compsite driver to support imx8ulpJacky Bai2021-09-302-3/+64
* clk: imx: Update the pllv4 to support imx8ulpJacky Bai2021-09-303-13/+34
* clk: imx: Rework imx_clk_hw_pll14xx wrapperAbel Vesa2021-09-301-7/+3
* clk: imx: Rework all imx_clk_hw_composite wrappersAbel Vesa2021-09-302-32/+36
* clk: imx: Rework all clk_hw_register_divider wrappersAbel Vesa2021-09-301-18/+11
* clk: imx: Rework all clk_hw_register_mux wrappersAbel Vesa2021-09-301-46/+22
* clk: imx: Rework all clk_hw_register_gate2 wrappersAbel Vesa2021-09-301-51/+26
* clk: imx: Rework all clk_hw_register_gate wrappersAbel Vesa2021-09-171-41/+23
* clk: imx: Make mux/mux2 clk based helpers use clk_hw based onesAbel Vesa2021-09-171-20/+6
* clk: imx: Remove unused helpersAbel Vesa2021-09-171-103/+0