summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)AuthorFilesLines
2017-12-20clk: tegra: Fix cclk_lp divisor registerMichał Mirosław1-1/+1
2017-12-20clk: imx6: refine hdmi_isfr's parent to make HDMI work on i.MX6 SoCs w/o VPUSébastien Szymanski1-1/+1
2017-12-20clk: mediatek: add the option for determining PLL source clockChen Zhong2-1/+5
2017-11-30clk: ti: dra7-atl-clock: fix child-node lookupsJohan Hovold1-2/+1
2017-11-30clk: ti: dra7-atl-clock: Fix of_node reference countingPeter Ujfalusi1-0/+2
2017-05-14clk: Make x86/ conditional on CONFIG_COMMON_CLKPierre-Louis Bossart1-0/+2
2017-05-03clk: sunxi: Add apb0 gates for H3Krzysztof Adamski1-0/+2
2017-01-12clk: imx31: fix rewritten input argument of mx31_clocks_init()Vladimir Zapolskiy1-3/+1
2017-01-12clk: clk-wm831x: fix a logic errorPan Bian1-1/+1
2017-01-09clk: bcm2835: Avoid overwriting the div info when disabling a pll_div clkBoris Brezillon1-1/+3
2017-01-06clk: ti: omap36xx: Work around sprz319 advisory 2.1Richard Watts4-11/+104
2016-11-26clk: mmp: mmp2: fix return value check in mmp2_clk_init()Wei Yongjun1-1/+1
2016-11-26clk: mmp: pxa168: fix return value check in pxa168_clk_init()Wei Yongjun1-1/+1
2016-11-26clk: mmp: pxa910: fix return value check in pxa910_clk_init()Wei Yongjun1-2/+2
2016-11-18clk: qoriq: Don't allow CPU clocks higher than starting valueScott Wood1-5/+8
2016-10-31clk: divider: Fix clk_divider_round_rate() to use clk_readl()Geert Uytterhoeven1-1/+1
2016-10-31clk: qoriq: fix a register offset errorTang Yuantian1-1/+5
2016-10-31ARM: clk-imx35: fix name for ckil clkUwe Kleine-König1-1/+1
2016-10-28clk: imx6: initialize GPU clocksLucas Stach1-0/+18
2016-10-07clk: xgene: Add missing parenthesis when clearing divider valueLoc Ho1-2/+2
2016-09-15clk: xgene: Fix divider with non-zero shift valueLoc Ho1-1/+2
2016-08-10clk: rockchip: initialize flags of clk_init_data in mmc-phase clockHeiko Stuebner1-0/+1
2016-06-08clk: bcm2835: divider value has to be 1 or moreMartin Sperl1-2/+3
2016-06-08clk: bcm2835: pll_off should only update CM_PLL_ANARSTMartin Sperl1-2/+8
2016-06-08clk: at91: fix check of clk_register() returned valueVladimir Zapolskiy1-1/+1
2016-06-08clk: bcm2835: Fix PLL poweronEric Anholt1-0/+4
2016-06-08ARM: dts: imx35: restore existing used clock enumerationAlexander Kurz1-2/+2
2016-06-01clk: bcm2835: add locking to pll*_on/off methodsMartin Sperl1-0/+4
2016-06-01clk: qcom: msm8916: Fix crypto clock flagsAndy Gross1-0/+2
2016-05-11clk: qcom: msm8960: Fix ce3_src register offsetStephen Boyd1-1/+1
2016-05-11clk: versatile: sp810: support reentranceLinus Walleij1-1/+3
2016-05-11clk: qcom: msm8960: fix ce3_core clk enable registerSrinivas Kandagatla1-1/+1
2016-05-11clk: meson: Fix meson_clk_register_clks() signature type mismatchAndreas Färber1-1/+1
2016-05-11clk: rockchip: free memory in error cases when registering clock branchesShawn Lin1-2/+7
2016-05-11clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner3-3/+14
2016-04-12clk: bcm2835: Fix setting of PLL divider clock ratesEric Anholt1-5/+7
2016-04-12clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocksAlexander Kochetkov1-0/+1
2016-04-12clk: rockchip: rk3368: fix hdmi_cec gate-registerHeiko Stuebner1-1/+1
2016-04-12clk: rockchip: rk3368: fix parents of video encoder/decoderHeiko Stuebner1-2/+2
2016-04-12clk: rockchip: rk3368: fix cpuclk core dividersHeiko Stuebner1-20/+20
2016-04-12clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-clusterHeiko Stuebner1-1/+1
2016-03-04clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqsMarek Szyprowski1-4/+6
2015-12-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2015-12-03clk: sunxi: pll2: Fix clock running too fastMaxime Ripard1-18/+5
2015-12-02ARM: imx: clk-vf610: fix SAI clock treeStefan Agner1-4/+4
2015-12-01clk: scpi: add missing of_node_putJulia Lawall1-0/+1
2015-12-01clk: qoriq: fix memory leakSudip Mukherjee1-1/+3
2015-11-30imx/clk-pllv2: fix wrong do_div() usageNicolas Pitre1-4/+5
2015-11-30imx/clk-pllv1: fix wrong do_div() usageNicolas Pitre1-7/+7
2015-11-30Merge branch 'for-4.4-rc/ti-clk-fixes' of https://github.com/t-kristo/linux-p...Stephen Boyd5-29/+12