summaryrefslogtreecommitdiffstats
path: root/drivers/clk
Commit message (Expand)AuthorAgeFilesLines
* clk: dove: fix refcount leak in dove_clk_init()Yangtao Li2019-07-091-1/+3
* clk: armada-xp: fix refcount leak in axp_clk_init()Yangtao Li2019-07-091-1/+3
* clk: kirkwood: fix refcount leak in kirkwood_clk_init()Yangtao Li2019-07-091-1/+4
* clk: armada-370: fix refcount leak in a370_clk_init()Yangtao Li2019-07-091-1/+3
* clk: samsung: exynos4: fix refcount leak in exynos4_get_xom()Yangtao Li2019-07-091-0/+1
* clk: socfpga: fix refcount leakYangtao Li2019-07-091-0/+1
* clk: highbank: fix refcount leak in hb_clk_init()Yangtao Li2019-07-091-0/+1
* clk: s2mps11: Add used attribute to s2mps11_dt_matchNathan Chancellor2019-02-111-1/+1
* clk: s2mps11: Fix matching when built as module and DT node contains compatibleKrzysztof Kozlowski2019-02-111-0/+27
* clk: si5351: Constify clock names and struct regmap_configKrzysztof Kozlowski2018-11-201-5/+5
* clk: qcom: Base rcg parent rate off plan frequencyEvan Green2018-11-201-0/+1
* clk: ti: dra7-atl-clock: fix child-node lookupsJohan Hovold2018-02-131-2/+1
* clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi2018-02-131-0/+2
* clk: tegra: Fix cclk_lp divisor registerMichał Mirosław2018-02-131-1/+1
* clk/efm32gg: fix dt init prototypeUwe Kleine-König2017-11-111-3/+3
* clk: renesas: mstp: ensure register writes completeChris Brandt2017-06-051-0/+6
* clk: samsung: mark s3c...._clk_sleep_init() as __initMartin Kaiser2017-06-054-8/+8
* clk: hisilicon: fix lock assignmentLeo Yan2017-06-051-0/+1
* clk: wm831x: fix usleep_range with bad rangeNicholas Mc Guire2017-06-051-1/+2
* clk: renesas: mstp: Support 8-bit registers for r7s72100Chris Brandt2017-03-161-5/+22
* clk: clk-wm831x: fix a logic errorPan Bian2017-03-161-1/+1
* clk: divider: Fix clk_divider_round_rate() to use clk_readl()Geert Uytterhoeven2017-02-231-1/+1
* clk: xgene: Add missing parenthesis when clearing divider valueLoc Ho2016-05-011-2/+2
* clk: versatile: sp810: support reentranceLinus Walleij2016-05-011-1/+3
* clk: st: avoid uninitialized variable useArnd Bergmann2016-02-021-8/+9
* clk: xgene: Fix divider with non-zero shift valueLoc Ho2016-02-021-1/+2
* clk: versatile-icst: fix memory leakLinus Walleij2015-12-131-1/+3
* clk: ti: fix dual-registration of uart4_ickBen Dooks2015-10-301-1/+1
* clk: versatile: off by one in clk_sp810_timerclken_of_get()Dan Carpenter2015-09-301-2/+2
* clk: exynos4: Fix wrong clock for Exynos4x12 ADCKrzysztof Kozlowski2015-09-281-0/+2
* clk: ti: dra7-atl-clock: Fix possible ERR_PTR dereferenceKrzysztof Kozlowski2015-07-151-0/+5
* clk: Fix JSON output in debugfsStefan Wahren2015-07-151-2/+3
* clk: qcom: fix RCG M/N counter configurationArchit Taneja2015-05-061-1/+1
* clk: at91: usb: fix at91sam9x5 recalc, round and set rateBoris Brezillon2015-05-061-14/+15
* clk: tegra: Register the proper number of resetsThierry Reding2015-05-061-1/+1
* clk: divider: fix selection of divider when rounding to closestUwe Kleine-König2015-03-231-1/+5
* clk: divider: fix calculation of maximal parent rate for a given dividerUwe Kleine-König2015-03-231-7/+1
* sunxi: clk: Set sun6i-pll1 n_start = 1Hans de Goede2015-03-031-0/+1
* clk: sunxi: Support factor clocks with N factor starting not from 0Chen-Yu Tsai2015-03-032-1/+2
* clk-gate: fix bit # check in clk_register_gate()Sergei Shtylyov2015-03-021-1/+1
* clk: zynq: Force CPU_2X clock to be ungatedSoren Brinkmann2015-02-241-0/+1
* clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso2015-01-221-1/+4
* clk: berlin: bg2q: remove non-exist "smemc" gate clockJisheng Zhang2015-01-221-1/+0
* clk: at91: keep slow clk enabled to prevent system hangBoris Brezillon2015-01-221-0/+27
* clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski2015-01-151-0/+4
* clk-divider: Fix READ_ONLY when divider > 1James Hogan2014-12-101-9/+9
* clk: qcom: Fix PLL rate configurationsStephen Boyd2014-10-053-17/+38
* clk: qcom: mdp_lut_clk is a child of mdp_srcStephen Boyd2014-10-051-1/+1
* clk: qcom: Fix MN frequency tables, parent map, and jpegdStephen Boyd2014-10-051-40/+42
* clk: ti: divider: Provide error check for incoming parameters in set_rateNishanth Menon2014-10-051-1/+6