summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: renesas: r9a06g032: Drop __packed for portabilityGeert Uytterhoeven2020-12-301-1/+1
* clk: ti: clockdomain: fix static checker warningTero Kristo2020-11-051-0/+2
* clk: bcm2835: add missing release if devm_clk_hw_register failsNavid Emamdoost2020-10-301-1/+3
* clk: at91: clk-main: update key before writing AT91_CKGR_MORClaudiu Beznea2020-10-301-3/+8
* clk: rockchip: Initialize hw to error to avoid undefined behaviorStephen Boyd2020-10-301-1/+1
* clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSEDMarek Szyprowski2020-10-071-2/+2
* clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clkDinh Nguyen2020-10-071-1/+1
* clk: stratix10: use do_div() for 64-bit calculationDinh Nguyen2020-10-011-1/+3
* 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: davinci: Use the correct size when allocating memoryChristophe JAILLET2020-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: scmi: Fix min and max rate when registering clocks with discrete ratesSudeep Holla2020-08-191-3/+19
* clk: sprd: return correct type of value for _sprd_pll_recalc_rateChunyan Zhang2020-06-251-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: samsung: Mark top ISP and CAM clocks on Exynos542x as criticalMarek Szyprowski2020-06-251-7/+9
* 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
* PM: runtime: clk: Fix clk_pm_runtime_get() error pathRafael J. Wysocki2020-06-221-1/+5
* clk: Unlink clock if failed to prepare or enableMarc Zyngier2020-05-201-0/+3
* 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-231-6/+6
* clk: at91: usb: continue if clk_hw_round_rate() return zeroClaudiu Beznea2020-04-231-0/+3
* clk: ingenic/jz4770: Exit with error if CGU init failedPaul Cercueil2020-04-171-1/+3
* clk: qcom: rcg: Return failure for RCG updateTaniya Das2020-04-131-1/+1
* clk: uniphier: Add SCSSI clock gate for each channelKunihiko Hayashi2020-02-241-5/+8
* clk: sunxi-ng: add mux and pll notifiers for A64 CPU clockIcenowy Zheng2020-02-241-1/+27
* clk: qcom: rcg2: Don't crash if our parent can't be found; return an errorDouglas Anderson2020-02-241-0/+3
* clk: tegra: Mark fuse clock as criticalStephen Warren2020-02-111-1/+5
* clk: mmp2: Fix the order of timer mux parentsLubomir Rintel2020-02-051-1/+1
* clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent orderSamuel Holland2020-02-051-2/+2
* clk: actions: Fix factor clk struct member accessManivannan Sadhasivam2020-01-271-4/+3
* 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: sun50i-h6-r: Fix incorrect W1 clock gate registerOndrej Jirman2020-01-271-1/+1
* clk: meson: axg: spread spectrum is on mpll2Jerome Brunet2020-01-271-5/+5
* clk: meson: gxbb: no spread spectrum on mpll0Jerome Brunet2020-01-271-5/+0
* clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998Marc Gonzalez2020-01-271-1/+1
* clk: ingenic: jz4740: Fix gating of UDC clockPaul Cercueil2020-01-271-1/+1
* 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