aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25clk: ti: dra7x: prevent non-existing clkctrl clocks from registeringTero Kristo4-2/+22
2019-04-25clk: ti: export the omap2_clk_is_hw_omap callTero Kristo1-1/+0
2019-04-25Merge tag 'clk-imx7ulp-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into clk-imxStephen Boyd1-1/+0
2019-04-25Merge tag 'clk-imx5-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into clk-imxStephen Boyd2-15/+46
2019-04-25clk: tegra124: Remove lock-enable bit from PLLMDmitry Osipenko1-2/+1
2019-04-25clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides dividerDmitry Osipenko1-2/+2
2019-04-23clk: lochnagar: Add support for the Cirrus Logic LochnagarCharles Keepax3-0/+344
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski18-68/+68
2019-04-23clk: mux: add explicit big endian supportJonas Gorski1-3/+19
2019-04-23clk: multiplier: add explicit big endian supportJonas Gorski1-3/+19
2019-04-23clk: gate: add explicit big endian supportJonas Gorski1-3/+19
2019-04-23clk: fractional-divider: add explicit big endian supportJonas Gorski1-3/+19
2019-04-23clk: divider: add explicit big endian supportJonas Gorski1-4/+20
2019-04-23clk: fixed-factor: Initialize clk_init_data on stackStephen Boyd1-1/+1
2019-04-23clk: rockchip: undo several noc and special clocks as critical on rk3288Douglas Anderson1-9/+4
2019-04-19clk: hi3660: Mark clk_gate_ufs_subsys as criticalLeo Yan1-1/+5
2019-04-19clk: tegra: Don't enable already enabled PLLsDmitry Osipenko1-13/+37
2019-04-19clk: fixed-factor: Let clk framework find parentStephen Boyd1-20/+33
2019-04-19clk: Allow parents to be specified via clkspec indexStephen Boyd1-7/+11
2019-04-19clk: Look for parents with clkdev based clk_lookupsStephen Boyd3-10/+21
2019-04-19clk: Allow parents to be specified without string namesStephen Boyd1-62/+200
2019-04-19clk: Add of_clk_hw_register() API for early clk driversStephen Boyd1-3/+23
2019-04-19clk: Prepare for clk registration API that uses DT nodesStephen Boyd1-13/+18
2019-04-19clkdev: Move clk creation outside of 'clocks_mutex'Stephen Boyd1-12/+13
2019-04-19clk: zynqmp: use structs for clk query responsesMichael Tretter2-77/+99
2019-04-19Merge tag 'clk-fixes-for-5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into clk-fixesStephen Boyd1-5/+19
2019-04-18clk: Aspeed: Setup video engine clockingEddie James1-3/+39
2019-04-18clk: mvebu: fix spelling mistake "gatable" -> "gateable"Colin Ian King2-3/+3
2019-04-18clkdev: Hold clocks_mutex while iterating clocks listStephen Boyd1-0/+5
2019-04-15clk: imx: rename clk-imx51-imx53.c to clk-imx5.cShawn Guo2-1/+1
2019-04-12clk: imx: Fix PLL_1416X not rounding ratesLeonard Crestez1-1/+1
2019-04-12clk: rockchip: add a COMPOSITE_DIV_OFFSET clock-typeFinley Xiao2-3/+29
2019-04-12clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288Douglas Anderson1-0/+11
2019-04-12clk: mediatek: fix clk-gate flag settingWeiyi Lu1-2/+1
2019-04-12clk: rockchip: Limit use of USB PHY clock to USB on rk3288Matthias Kaehlcke1-2/+2
2019-04-12clk: rockchip: Fix video codec clocks on rk3288Douglas Anderson1-2/+2
2019-04-11clk: ingenic: jz4725b: Add UDC PHY clockPaul Cercueil1-0/+6
2019-04-11clk: qcom: Skip halt checks on gcc_pcie_0_pipe_clk for 8998Marc Gonzalez1-1/+1
2019-04-11clk: qcom: Add QCS404 TuringCCBjorn Andersson3-0/+177
2019-04-11clk: qcom: branch: Add AON clock opsBjorn Andersson2-0/+7
2019-04-11clk: qcom: gcc-qcs404: Add CDSP related clocks and resetsBjorn Andersson1-0/+90
2019-04-11clk: mediatek: Allow changing PLL rate when it is offJames Liao1-11/+2
2019-04-11clk: mediatek: Add MT8183 clock supportWeiyi Lu15-0/+2196
2019-04-11clk: mediatek: Add configurable pcw_chg_reg to mtk_pll_dataWeiyi Lu2-6/+12
2019-04-11clk: mediatek: Add configurable pcwibits and fmin to mtk_pll_dataOwen Chen2-4/+13
2019-04-11clk: mediatek: Add new clkmux register APIOwen Chen3-1/+314
2019-04-11clk: mediatek: Disable tuner_en before change PLL rateOwen Chen1-14/+34
2019-04-11clk: rockchip: Make rkpwm a critical clock on rk3288Douglas Anderson1-1/+3
2019-04-11clk: ux500: add range to usleep_rangeNicholas Mc Guire1-1/+2
2019-04-11clk: tegra: Make tegra_clk_super_mux_ops staticYueHaibing1-1/+1