summaryrefslogtreecommitdiffstats
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2022-03-15clk: imx: Select MXC_CLK for i.MX93 clock driverAbel Vesa1-0/+1
2022-03-09clk: imx: remove redundant re-assignment of pll->baseColin Ian King1-1/+0
2022-03-04clk: imx: pll14xx: Support dynamic ratesSascha Hauer1-17/+126
2022-03-04clk: imx: pll14xx: Add pr_fmtSascha Hauer1-6/+6
2022-03-04clk: imx: pll14xx: explicitly return lowest rateSascha Hauer1-2/+2
2022-03-04clk: imx: pll14xx: name variables after usageSascha Hauer1-21/+21
2022-03-04clk: imx: pll14xx: consolidate rate calculationSascha Hauer1-33/+26
2022-03-04clk: imx: pll14xx: Use FIELD_GET/FIELD_PREPSascha Hauer1-21/+19
2022-03-04clk: imx: pll14xx: Drop wrong shiftingSascha Hauer1-2/+2
2022-03-04clk: imx: pll14xx: Use register defines consistentlySascha Hauer1-24/+25
2022-03-04clk: imx8mp: remove SYS PLL 1/2 clock gatesPeng Fan1-32/+16
2022-03-04clk: imx8mn: remove SYS PLL 1/2 clock gatesPeng Fan1-34/+16
2022-03-04clk: imx8mm: remove SYS PLL 1/2 clock gatesPeng Fan1-33/+16
2022-03-04clk: imx: add i.MX93 clkPeng Fan3-0/+349
2022-03-04clk: imx: support fracn gppllPeng Fan3-0/+345
2022-03-04clk: imx: add i.MX93 composite clkPeng Fan3-0/+103
2022-03-04clk: imx: off by one in imx_lpcg_parse_clks_from_dt()Dan Carpenter1-1/+1
2022-03-04clk: imx7d: Remove audio_mclk_root_clkAbel Vesa1-1/+0
2022-02-21clk: imx8mp: Add missing IMX8MP_CLK_MEDIA_MIPI_PHY1_REF_ROOT clockLaurent Pinchart1-0/+1
2022-01-29clk: imx: Add imx8dxl clk driverJacky Bai4-1/+70
2022-01-29clk: imx: Add initial support for i.MXRT1050 clock driverJesse Taube3-0/+176
2022-01-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+5
2022-01-19clk: mediatek: relicense mt7986 clock driver to GPL-2.0Sam Shih3-3/+3
2022-01-13clk: visconti: Fix uninitialized variable in printkDan Carpenter1-2/+1
2022-01-13clk: si5341: Fix clock HW provider cleanupRobert Hancock1-1/+1
2022-01-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds158-1204/+16845
2022-01-11Merge branches 'clk-ingenic' and 'clk-mediatek' into clk-nextStephen Boyd9-15/+843
2022-01-11Merge branches 'clk-socfpga', 'clk-toshiba', 'clk-st' and 'clk-bitmain' into ...Stephen Boyd19-41/+1246
2022-01-11Merge branches 'clk-nvidia', 'clk-imx', 'clk-samsung' and 'clk-qcom' into clk...Stephen Boyd49-277/+10880
2022-01-11Merge branches 'clk-x86', 'clk-stm', 'clk-amlogic' and 'clk-allwinner' into c...Stephen Boyd50-259/+2602
2022-01-11Merge branches 'clk-doc', 'clk-renesas', 'clk-at91', 'clk-cleanup' and 'clk-d...Stephen Boyd32-596/+1259
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+4
2022-01-10Merge tag 'newsoc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-0/+703
2022-01-10Merge tag 'dt-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+0
2022-01-07clk: visconti: Remove pointless NULL check in visconti_pll_add_lookup()Nathan Chancellor1-1/+1
2022-01-06clk: mediatek: add mt7986 clock supportSam Shih6-0/+819
2022-01-06clk: mediatek: clk-gate: Use regmap_{set/clear}_bits helpersAngeloGioacchino Del Regno1-4/+2
2022-01-06clk: mediatek: clk-gate: Shrink by adding clockgating bit check helperAngeloGioacchino Del Regno1-11/+7
2022-01-06clk: x86: Fix clk_gate_flags for RV_CLK_GATEAjit Kumar Pandey1-1/+1
2022-01-06clk: x86: Use dynamic con_id string during clk registrationAjit Kumar Pandey1-2/+2
2022-01-06x86: clk: clk-fch: Add support for newer family of AMD's SOCAjit Kumar Pandey1-11/+31
2022-01-06clk: ingenic: Add MDMA and BDMA clocksPaul Cercueil2-0/+15
2022-01-06clk: bm1880: remove kfrees on static allocationsConor Dooley1-18/+2
2022-01-05clk: Drop unused COMMON_CLK_STM32MP157_SCMI configSudeep Holla1-10/+0
2022-01-05clk: st: clkgen-mux: search reg within node or parentAlain Volmat1-2/+9
2022-01-05clk: st: clkgen-fsyn: search reg within node or parentAlain Volmat1-2/+11
2022-01-05clk: Enable/Disable runtime PM for clk_summaryTaniya Das1-0/+2
2022-01-05clk: visconti: Add support common clock driver and reset driverNobuhiro Iwamatsu12-0/+1219
2022-01-05clk: socfpga: s10: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2022-01-05clk: socfpga: agilex: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing1-3/+1