summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-06clk: fixed-rate: Add clk flags for parent accuracyStephen Boyd2-1/+12
2020-01-06clk: qcom: gcc-msm8996: Fix parent for CLKREF clocksBjorn Andersson2-7/+38
2020-01-06clk: qcom: rpmh: Add IPA clock for SC7180Taniya Das1-0/+1
2020-01-06clk: qcom: rpmh: skip undefined clocks when registeringTaniya Das1-1/+6
2020-01-05clk: Add support for setting clk_rate via debugfsGeert Uytterhoeven1-1/+37
2020-01-05clk: at91: sam9x60: fix programmable clock prescalerEugen Hristev1-0/+1
2020-01-05clk: at91: sam9x60-pll: adapt PMC_PLL_ACR default valueEugen Hristev1-2/+6
2020-01-05clk: fixed-rate: Add support for specifying parents via DT/pointersStephen Boyd2-42/+114
2020-01-05clk: fixed-rate: Document accuracy memberStephen Boyd1-0/+1
2020-01-05clk: fixed-rate: Move to_clk_fixed_rate() to C fileStephen Boyd2-2/+2
2020-01-05clk: fixed-rate: Remove clk_register_fixed_rate_with_accuracy()Stephen Boyd2-19/+7
2020-01-05clk: fixed-rate: Convert to clk_hw based APIsStephen Boyd1-16/+15
2020-01-05clk: gpio: Use DT way of specifying parentsStephen Boyd2-151/+59
2020-01-04clk: Fix Kconfig indentationKrzysztof Kozlowski5-27/+27
2020-01-04clk: ux500: Fix up the SGA clock for some variantsLinus Walleij1-0/+2
2020-01-04clk: qcom: Add video clock controller driver for SC7180Taniya Das3-0/+268
2020-01-04dt-bindings: clock: Introduce SC7180 QCOM Video clock bindingsTaniya Das2-0/+24
2020-01-04dt-bindings: clock: Add YAML schemas for the QCOM VIDEOCC clock bindingsTaniya Das2-18/+61
2020-01-04clk: qcom: Add graphics clock controller driver for SC7180Taniya Das3-0/+275
2020-01-04dt-bindings: clock: Introduce SC7180 QCOM Graphics clock bindingsTaniya Das2-0/+22
2020-01-04dt-bindings: clock: Add YAML schemas for the QCOM GPUCC clock bindingsTaniya Das2-24/+71
2020-01-04clk: Warn about critical clks that fail to enableStephen Boyd1-1/+6
2020-01-04clk: qcom: apcs-msm8916: use clk_parent_data to specify the parentNiklas Cassel1-5/+5
2020-01-04clk: uniphier: Add SCSSI clock gate for each channelKunihiko Hayashi1-5/+8
2020-01-04Merge branch 'clk-register-dt-node-better' into clk-qcomStephen Boyd1-2/+25
2020-01-04clk: Use parent node pointer during registration if necessaryStephen Boyd1-2/+25
2020-01-04clk: sunxi: a23/a33: Export the MIPI PLLMaxime Ripard2-1/+5
2020-01-04clk: sunxi: a31: Export the MIPI PLLMaxime Ripard2-1/+5
2020-01-04clk: sunxi-ng: a64: export CLK_CPUX clock for DVFSVasily Khoruzhick2-1/+1
2020-01-04clk: sunxi-ng: add mux and pll notifiers for A64 CPU clockIcenowy Zheng1-1/+27
2020-01-03clk: sunxi-ng: r40: Export MBUS clockChen-Yu Tsai2-5/+1
2019-12-26clk: Don't try to enable critical clocks if prepare failedGuenter Roeck1-2/+8
2019-12-24clk: bm1800: Remove set but not used variable 'fref'YueHaibing1-2/+1
2019-12-24clk: tegra: Fix double-free in tegra_clk_init()Dmitry Osipenko1-1/+3
2019-12-23clk: samsung: exynos5420: Keep top G3D clocks enabledMarek Szyprowski1-0/+8
2019-12-23clk: qcom: Add display clock controller driver for SC7180Taniya Das3-0/+786
2019-12-23dt-bindings: clock: Introduce QCOM sc7180 display clock bindingsTaniya Das2-0/+47
2019-12-23dt-bindings: clock: Add YAML schemas for the QCOM DISPCC clock bindingsTaniya Das2-19/+66
2019-12-23clk: qcom: clk-alpha-pll: Add support for Fabia PLL calibrationTaniya Das2-0/+80
2019-12-23clk: qcom: alpha-pll: Remove useless read from set rateTaniya Das1-6/+1
2019-12-23clk: add terminate callback to clk_opsJerome Brunet2-1/+9
2019-12-23clk: let init callback return an error codeJerome Brunet14-35/+72
2019-12-23clk: actually call the clock init before any other callback of the clockJerome Brunet1-11/+15
2019-12-23clk: qcom: Add missing msm8998 gcc_bimc_gfx_clkJeffrey Hugo2-0/+15
2019-12-23clk: imx: imx8mq: Switch to clk_hw based APIPeng Fan1-281/+292
2019-12-23clk: imx: imx8mm: Switch to clk_hw based APIPeng Fan1-271/+284
2019-12-23clk: imx: imx8mn: Switch to clk_hw based APIPeng Fan1-238/+251
2019-12-23clk: imx: Remove __init for imx_obtain_fixed_clk_hw() APIPeng Fan1-2/+2
2019-12-23clk: imx: gate3: Switch to clk_hw based APIPeng Fan1-2/+5
2019-12-23clk: imx: add hw API imx_clk_hw_mux2_flagsPeng Fan1-0/+10