summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2021-09-22clk: kirkwood: Fix a clocking boot regressionLinus Walleij1-0/+1
2021-05-22clk: socfpga: arria10: Fix memory leak of socfpga_clk on error returnColin Ian King1-0/+1
2021-04-16clk: socfpga: fix iomem pointer cast on 64-bitKrzysztof Kozlowski1-1/+1
2021-04-16clk: fix invalid usage of list cursor in unregisterLukasz Bartosik1-17/+13
2021-03-03clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLLMartin Blumenstingl1-1/+1
2020-12-29clk: s2mps11: Fix a resource leak in error handling paths in the probe functionChristophe JAILLET1-0/+1
2020-12-29clk: ti: Fix memleak in ti_fapll_synth_setupZhang Qilong1-2/+9
2020-11-10clk: ti: clockdomain: fix static checker warningTero Kristo1-0/+2
2020-10-14clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSEDMarek Szyprowski1-2/+2
2020-08-21clk: clk-atlas6: fix return value check in atlas6_clk_init()Xu Wang1-1/+1
2020-06-30clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1Marek Szyprowski1-1/+2
2020-06-30clk: ti: composite: fix memory leakTero Kristo1-0/+1
2020-06-30clk: qcom: msm8916: Fix the address location of pll->config_regBryan O'Donoghue1-4/+4
2020-06-30clk: sunxi: Fix incorrect usage of round_down()Rikard Falkeborn1-1/+1
2020-05-10clk: xgene: Don't call __pa on ioremaped addressLaura Abbott1-6/+4
2020-05-10clk: imx: clk-pllv3: fix incorrect handle of enet powerdown bitDong Aisheng1-4/+4
2020-05-10clk: multiplier: Prevent the multiplier from under / over flowingMaxime Ripard1-3/+17
2020-05-10clk: ti: omap3+: dpll: use non-locking version of clk_get_rateTero Kristo1-1/+2
2020-05-10clk: gpio: handle error codes for of_clk_get_parent_count()Brian Norris1-2/+4
2020-05-10clk: st: avoid uninitialized variable useArnd Bergmann1-8/+9
2020-05-10clk: rockchip: Revert "clk: rockchip: reset init state before mmc card initia...Douglas Anderson1-11/+0
2020-04-24clk: tegra: Fix Tegra PMC clock out parentsSowjanya Komatineni1-6/+6
2020-04-24clk: at91: usb: continue if clk_hw_round_rate() return zeroClaudiu Beznea1-0/+3
2020-04-13clk: qcom: rcg: Return failure for RCG updateTaniya Das1-1/+1
2020-02-28clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson1-0/+3
2020-02-05clk: mmp2: Fix the order of timer mux parentsLubomir Rintel1-1/+1
2020-01-29clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li1-1/+3
2020-01-29clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li1-0/+2
2020-01-29clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li1-1/+3
2020-01-29clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li1-0/+1
2020-01-29clk: imx7d: fix refcount leak in imx7d_clocks_init()Yangtao Li1-0/+1
2020-01-29clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li1-0/+1
2020-01-29clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li1-0/+1
2020-01-29clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()Yangtao Li1-0/+1
2020-01-29clk: socfpga: fix refcount leakYangtao Li2-0/+2
2020-01-29clk: qoriq: fix refcount leak in clockgen_init()Yangtao Li1-0/+1
2020-01-29clk: highbank: fix refcount leak in hb_clk_init()Yangtao Li1-0/+1
2020-01-23clk: 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: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo2-0/+5
2019-12-21clk: rockchip: fix rk3188 sclk_mac_lbtest parameter orderingHeiko Stuebner1-2/+2
2019-12-21clk: rockchip: fix rk3188 sclk_smc gate dataFinley Xiao1-2/+2
2019-12-05clk: samsung: exynos5420: Preserve PLL configuration during suspend/resumeMarek Szyprowski1-0/+6
2019-11-28clk: mmp2: fix the clock id for sdh2_clk and sdh3_clkLubomir Rintel1-2/+2
2019-10-07clk: sirf: Don't reference clk_init_data after registrationStephen Boyd1-4/+8
2019-10-07clk: qoriq: Fix -Wunused-const-variableNathan Huckleberry1-1/+1
2019-09-21clk: rockchip: Don't yell about bad mmc phases when gettingDouglas Anderson1-3/+1
2019-09-16clk: s2mps11: Add used attribute to s2mps11_dt_matchNathan Chancellor1-1/+1
2019-06-22clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288Douglas Anderson1-0/+11
2019-06-11clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides dividerDmitry Osipenko1-2/+2