summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2020-04-23clk: tegra: Fix Tegra PMC clock out parentsSowjanya Komatineni1-6/+6
2020-04-23clk: at91: usb: continue if clk_hw_round_rate() return zeroClaudiu Beznea1-0/+3
2020-04-17clk: ingenic/jz4770: Exit with error if CGU init failedPaul Cercueil1-1/+3
2020-04-13clk: qcom: rcg: Return failure for RCG updateTaniya Das1-1/+1
2020-02-24clk: uniphier: Add SCSSI clock gate for each channelKunihiko Hayashi1-5/+8
2020-02-24clk: sunxi-ng: add mux and pll notifiers for A64 CPU clockIcenowy Zheng1-1/+27
2020-02-24clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson1-0/+3
2020-02-11clk: tegra: Mark fuse clock as criticalStephen Warren1-1/+5
2020-02-05clk: mmp2: Fix the order of timer mux parentsLubomir Rintel1-1/+1
2020-02-05clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent orderSamuel Holland1-2/+2
2020-01-27clk: actions: Fix factor clk struct member accessManivannan Sadhasivam1-4/+3
2020-01-27clk: sunxi-ng: v3s: add the missing PLL_DDR1Icenowy Zheng2-6/+19
2020-01-27clk: qcom: Fix -Wunused-const-variableNathan Huckleberry1-36/+0
2020-01-27clk: sunxi-ng: sun50i-h6-r: Fix incorrect W1 clock gate registerOndrej Jirman1-1/+1
2020-01-27clk: meson: axg: spread spectrum is on mpll2Jerome Brunet1-5/+5
2020-01-27clk: meson: gxbb: no spread spectrum on mpll0Jerome Brunet1-5/+0
2020-01-27clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998Marc Gonzalez1-1/+1
2020-01-27clk: ingenic: jz4740: Fix gating of UDC clockPaul Cercueil1-1/+1
2020-01-27clk: sunxi-ng: sun8i-a23: Enable PLL-MIPI LDOs when ungating itChen-Yu Tsai1-1/+1
2020-01-27clk: dove: fix refcount leak in dove_clk_init()Yangtao Li1-2/+6
2020-01-27clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()Yangtao Li1-1/+3
2020-01-27clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li1-1/+3
2020-01-27clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li1-0/+2
2020-01-27clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li1-1/+3
2020-01-27clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li1-0/+1
2020-01-27clk: imx7d: fix refcount leak in imx7d_clocks_init()Yangtao Li1-0/+1
2020-01-27clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li1-0/+1
2020-01-27clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li1-0/+1
2020-01-27clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()Yangtao Li1-0/+1
2020-01-27clk: socfpga: fix refcount leakYangtao Li2-0/+2
2020-01-27clk: ti: fix refcount leak in ti_dt_clocks_register()Yangtao Li1-2/+6
2020-01-27clk: qoriq: fix refcount leak in clockgen_init()Yangtao Li1-0/+1
2020-01-27clk: highbank: fix refcount leak in hb_clk_init()Yangtao Li1-0/+1
2020-01-23clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_...Baolin Wang1-1/+1
2020-01-23clk: Don't try to enable critical clocks if prepare failedGuenter Roeck1-2/+8
2020-01-23clk: qcom: gcc-sdm845: Add missing flag to votable GDSCsGeorgi Djakov1-0/+7
2020-01-17clk: samsung: exynos5420: Preserve CPU clocks configuration during suspend/re...Marian Mihailescu1-0/+2
2020-01-04clk: pxa: fix one of the pxa RTC clocksRobert Jarzmik1-0/+1
2020-01-04clk: clk-gpio: propagate rate change to parentMichael Hennerich1-1/+1
2020-01-04clk: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo2-0/+5
2019-12-13clk: renesas: rcar-gen3: Set state when registering SD clocksNiklas Söderlund1-12/+4
2019-12-13clk: qcom: gcc-msm8998: Disable halt check of UFS clocksBjorn Andersson1-3/+3
2019-12-13clk: renesas: r8a77995: Correct parent clock of DUGeert Uytterhoeven1-2/+2
2019-12-13clk: renesas: r8a77990: Correct parent clock of DUTakeshi Kihara1-2/+2
2019-12-13clk: qcom: Fix MSM8998 resetsJeffrey Hugo1-19/+19
2019-12-13clk: sunxi-ng: h3/h5: Fix CSI_MCLK parentChen-Yu Tsai1-1/+1
2019-12-13clk: meson: meson8b: fix the offset of vid_pll_dco's N valueMartin Blumenstingl1-1/+1
2019-12-13clk: mediatek: Drop more __init markings for driver probeStephen Boyd1-2/+2
2019-12-13clk: mediatek: Drop __init from mtk_clk_register_cpumuxes()Stephen Boyd1-4/+4
2019-12-13clk: meson: Fix GXL HDMI PLL fractional bits widthNeil Armstrong1-1/+7