summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2022-05-23clk: aspeed: Don't convert pointer-to-const-charIwona Winiarska1-1/+1
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray24-49/+140
2022-04-14Merge tag 'v5.15.34' into dev-5.15Joel Stanley18-38/+99
2022-04-13clk: Enforce that disjoints limits are invalidMaxime Ripard1-0/+24
2022-04-13clk: ti: Preserve node in ti_dt_clocks_register()Tony Lindgren1-5/+8
2022-04-13clk: rockchip: drop CLK_SET_RATE_PARENT from dclk_vop* on rk3568Sascha Hauer1-3/+3
2022-04-13clk: si5341: fix reported clk_rate when output divider is 2Adam Wujek1-7/+9
2022-04-08clk: Initialize orphan req_rateMaxime Ripard1-0/+13
2022-04-08clk: qcom: gcc-msm8994: Fix gpll4 widthKonrad Dybcio1-0/+1
2022-04-08clk: tegra: tegra124-emc: Fix missing put_device() call in emc_ensure_emc_driverMiaoqian Lin1-0/+1
2022-04-08clk: Fix clk_hw_get_clk() when dev is NULLMaxime Ripard1-1/+2
2022-04-08clk: clps711x: Terminate clk_div_table with sentinel elementJonathan Neuschäfer1-0/+2
2022-04-08clk: hisilicon: Terminate clk_div_table with sentinel elementJonathan Neuschäfer1-2/+2
2022-04-08clk: loongson1: Terminate clk_div_table with sentinel elementJonathan Neuschäfer1-0/+1
2022-04-08clk: actions: Terminate clk_div_table with sentinel elementJonathan Neuschäfer2-1/+2
2022-04-08clk: qcom: clk-rcg2: Update the frac table for pixel clockTaniya Das1-0/+1
2022-04-08clk: qcom: clk-rcg2: Update logic to calculate D value for RCGTaniya Das1-2/+11
2022-04-08clk: at91: sama7g5: fix parents of PDMCs' GCLKCodrin Ciubotariu1-4/+4
2022-04-08clk: imx: off by one in imx_lpcg_parse_clks_from_dt()Dan Carpenter1-1/+1
2022-04-08clk: imx7d: Remove audio_mclk_root_clkAbel Vesa1-1/+0
2022-04-08clk: qcom: ipq8074: Use floor ops for SDCC1 clockDirk Buchwalder1-1/+1
2022-04-08clk: qcom: ipq8074: fix PCI-E clock oopsRobert Marko1-10/+9
2022-04-08clk: uniphier: Fix fixed-rate initializationKunihiko Hayashi1-0/+1
2022-04-08clk: rockchip: re-add rational best approximation algorithm to the fractional...Quentin Schulz1-0/+3
2022-03-22Merge tag 'v5.15.30' into dev-5.15Joel Stanley5-9/+40
2022-03-16clk: qcom: dispcc: Update the transition delay for MDSS GDSCTaniya Das3-3/+12
2022-03-16clk: qcom: gdsc: Add support to update GDSC transition delayTaniya Das2-6/+28
2022-03-11Merge commit '2befcc6bb0bb1e0a4a31391a359adcab3925b6e4' of https://github.com...Sujoy Ray48-133/+257
2022-03-08Merge tag 'v5.15.26' into dev-5.15Joel Stanley1-2/+1
2022-03-02clk: jz4725b: fix mmc0 clock gatingSiarhei Volkau1-2/+1
2022-01-31Merge tag 'v5.15.18' into dev-5.15Joel Stanley9-42/+84
2022-01-27clk: si5341: Fix clock HW provider cleanupRobert Hancock1-1/+1
2022-01-27clk: Emit a stern warning with writable debugfs enabledStephen Boyd1-0/+18
2022-01-27clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBBMartin Blumenstingl1-3/+41
2022-01-27clk: bm1880: remove kfrees on static allocationsConor Dooley1-18/+2
2022-01-27clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabledTaniya Das1-1/+1
2022-01-27clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after system en...Dillon Min1-4/+0
2022-01-27clk: imx8mn: Fix imx8mn_clko1_selsAdam Ford1-3/+3
2022-01-27clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple()Lad Prabhakar1-2/+1
2022-01-27clk: renesas: rzg2l: Check return value of pm_genpd_init()Lad Prabhakar1-1/+13
2022-01-27clk: bcm-2835: Remove rounding up the dividersMaxime Ripard1-8/+3
2022-01-27clk: bcm-2835: Pick the closest clock rateMaxime Ripard1-1/+1
2022-01-14Merge tag 'v5.15.14' into dev-5.15Joel Stanley1-3/+12
2021-12-22clk: Don't parent clks until the parent is fully registeredMike Tipton1-3/+12
2021-12-22Merge tag 'v5.15.10' into dev-5.15Joel Stanley7-5/+28
2021-12-17clk: qcom: sm6125-gcc: Swap ops of ice and apps on sdcc1Martin Botka1-2/+2
2021-12-14clk: qcom: clk-alpha-pll: Don't reconfigure running TrionBjorn Andersson1-0/+9
2021-12-14clk: imx: use module_platform_driverMiles Chen2-2/+2
2021-12-14clk: qcom: regmap-mux: fix parent clock lookupDmitry Baryshkov3-1/+15
2021-11-26Merge tag 'v5.15.5' into dev-5.15Joel Stanley31-78/+126