summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk/ti/adpll: allocate room for terminating nullStephen Kitt2020-10-011-9/+2
* clk: rockchip: Fix initialization of mux_pll_src_4plls_pNathan Chancellor2020-09-231-1/+1
* clk: Evict unregistered clks from parent cachesStephen Boyd2020-08-261-11/+41
* clk: clk-atlas6: fix return value check in atlas6_clk_init()Xu Wang2020-08-211-1/+1
* clk: bcm2835: Fix return type of bcm2835_register_gateNathan Chancellor2020-06-251-5/+5
* clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1Marek Szyprowski2020-06-251-1/+2
* clk: ti: composite: fix memory leakTero Kristo2020-06-251-0/+1
* clk: clk-flexgen: fix clock-critical handlingAlain Volmat2020-06-251-0/+1
* clk: qcom: msm8916: Fix the address location of pll->config_regBryan O'Donoghue2020-06-251-4/+4
* clk: sunxi: Fix incorrect usage of round_down()Rikard Falkeborn2020-06-251-1/+1
* clk: rockchip: fix incorrect configuration of rk3228 aclk_gpu* clocksJustin Swartz2020-05-201-13/+4
* clk: tegra: Fix Tegra PMC clock out parentsSowjanya Komatineni2020-04-241-6/+6
* clk: at91: usb: continue if clk_hw_round_rate() return zeroClaudiu Beznea2020-04-241-0/+3
* clk: Fix debugfs_create_*() usageGeert Uytterhoeven2020-04-241-17/+15
* clk: qcom: rcg: Return failure for RCG updateTaniya Das2020-04-131-1/+1
* clk: sunxi-ng: add mux and pll notifiers for A64 CPU clockIcenowy Zheng2020-02-281-1/+27
* clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson2020-02-281-0/+3
* clk: tegra: Mark fuse clock as criticalStephen Warren2020-02-141-1/+5
* clk: mmp2: Fix the order of timer mux parentsLubomir Rintel2020-02-051-1/+1
* clk: sunxi-ng: v3s: add the missing PLL_DDR1Icenowy Zheng2020-01-272-6/+19
* clk: qcom: Fix -Wunused-const-variableNathan Huckleberry2020-01-271-36/+0
* clk: sunxi-ng: sun8i-a23: Enable PLL-MIPI LDOs when ungating itChen-Yu Tsai2020-01-271-1/+1
* clk: dove: fix refcount leak in dove_clk_init()Yangtao Li2020-01-271-2/+6
* clk: mv98dx3236: fix refcount leak in mv98dx3236_clk_init()Yangtao Li2020-01-271-1/+3
* clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li2020-01-271-1/+3
* clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li2020-01-271-0/+2
* clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li2020-01-271-1/+3
* clk: vf610: fix refcount leak in vf610_clocks_init()Yangtao Li2020-01-271-0/+1
* clk: imx7d: fix refcount leak in imx7d_clocks_init()Yangtao Li2020-01-271-0/+1
* clk: imx6sx: fix refcount leak in imx6sx_clocks_init()Yangtao Li2020-01-271-0/+1
* clk: imx6q: fix refcount leak in imx6q_clocks_init()Yangtao Li2020-01-271-0/+1
* clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()Yangtao Li2020-01-271-0/+1
* clk: socfpga: fix refcount leakYangtao Li2020-01-272-0/+2
* clk: qoriq: fix refcount leak in clockgen_init()Yangtao Li2020-01-271-0/+1
* clk: highbank: fix refcount leak in hb_clk_init()Yangtao Li2020-01-271-0/+1
* clk: Don't try to enable critical clocks if prepare failedGuenter Roeck2020-01-231-2/+8
* clk: samsung: exynos5420: Preserve CPU clocks configuration during suspend/re...Marian Mihailescu2020-01-171-0/+2
* clk: pxa: fix one of the pxa RTC clocksRobert Jarzmik2020-01-041-0/+1
* clk: qcom: Allow constant ratio freq tables for rcgJeffrey Hugo2020-01-042-0/+5
* clk: renesas: r8a77995: Correct parent clock of DUGeert Uytterhoeven2019-12-171-2/+2
* clk: sunxi-ng: h3/h5: Fix CSI_MCLK parentChen-Yu Tsai2019-12-171-1/+1
* clk: rockchip: fix I2S1 clock gate register for rk3328Katsuhiro Suzuki2019-12-171-1/+1
* clk: rockchip: fix rk3188 sclk_mac_lbtest parameter orderingHeiko Stuebner2019-12-171-2/+2
* clk: rockchip: fix rk3188 sclk_smc gate dataFinley Xiao2019-12-171-2/+2
* clk: sunxi-ng: a64: Fix gate bit of DSI DPHYJagan Teki2019-12-171-1/+1
* clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()Alexandre Belloni2019-12-051-18/+10
* clk: at91: fix update bit maps on CFG_MOR writeEugen Hristev2019-12-051-1/+1
* clk: ti: dra7-atl-clock: Remove ti_clk_add_alias callPeter Ujfalusi2019-12-051-6/+0
* clk: sunxi-ng: a80: fix the zero'ing of bits 16 and 18Colin Ian King2019-12-051-1/+1
* clk: at91: avoid sleeping earlyAlexandre Belloni2019-12-052-5/+20