summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2019-05-01clk: actions: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-04-29clk: imx: keep uart clock on during system bootJacky Bai
2019-04-29clk: imx: correct i.MX7D AV PLL num/denom offsetAnson Huang
2019-04-29clk: stm32mp1: Add ddrperfm clockGabriel Fernandez
2019-04-26clk: Remove CLK_IS_BASIC clk flagStephen Boyd
2019-04-25clock: milbeaut: Add Milbeaut M10V clock controllerSugaya Taichi
2019-04-25clk: imx6sll: Fix mispelling uart4_serial as serailLeonard Crestez
2019-04-25clk: imx: pll14xx: drop unused variablePeng Fan
2019-04-25clk: mediatek: add clock driver for MT8516Fabien Parent
2019-04-25clk: at91: Mark struct clk_range as constStephen Boyd
2019-04-25clk: at91: add sam9x60 pmc driverAlexandre Belloni
2019-04-25clk: tegra: divider: Mark Memory Controller clock as read-onlyDmitry Osipenko
2019-04-25clk: tegra: emc: Replace BUG() with WARN_ONCE()Dmitry Osipenko
2019-04-25clk: tegra: emc: Fix EMC max-rate clampingDmitry Osipenko
2019-04-25clk: tegra: emc: Support multiple RAM codesDmitry Osipenko
2019-04-25clk: tegra: emc: Don't enable EMC clock manuallyDmitry Osipenko
2019-04-25clk: at91: add sam9x60 PLL driverAlexandre Belloni
2019-04-25clk: at91: master: Add sam9x60 supportAlexandre Belloni
2019-04-25clk: at91: usb: Add sam9x60 supportAlexandre Belloni
2019-04-25clk: at91: allow configuring generated PCR layoutAlexandre Belloni
2019-04-25clk: at91: allow configuring peripheral PCR layoutAlexandre Belloni
2019-04-25clk: stm32: Introduce clocks of STM32F769 boardGabriel Fernandez
2019-04-25clk: at91: sckc: handle different RC startup timeAlexandre Belloni
2019-04-25clk: at91: modernize sckc bindingAlexandre Belloni
2019-04-25clk: qoriq: increase array size of cmux_to_groupYogesh Gaur
2019-04-25clk: qoriq: Add ls1028a clock configurationYuantian Tang
2019-04-25clk: qoriq: add more PLL divider clocks supportYuantian Tang
2019-04-25clk: ti: dra7: disable the RNG and TIMER12 clkctrl clocks on HS devicesTero Kristo
2019-04-25clk: ti: dra7x: prevent non-existing clkctrl clocks from registeringTero Kristo
2019-04-25clk: ti: export the omap2_clk_is_hw_omap callTero Kristo
2019-04-25Merge tag 'clk-imx7ulp-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Boyd
2019-04-25Merge tag 'clk-imx5-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Stephen Boyd
2019-04-25clk: tegra124: Remove lock-enable bit from PLLMDmitry Osipenko
2019-04-25clk: tegra: Fix PLLM programming on Tegra124+ when PMC overrides dividerDmitry Osipenko
2019-04-23clk: lochnagar: Add support for the Cirrus Logic LochnagarCharles Keepax
2019-04-23clk: core: replace clk_{readl,writel} with {readl,writel}Jonas Gorski
2019-04-23clk: mux: add explicit big endian supportJonas Gorski
2019-04-23clk: multiplier: add explicit big endian supportJonas Gorski
2019-04-23clk: gate: add explicit big endian supportJonas Gorski
2019-04-23clk: fractional-divider: add explicit big endian supportJonas Gorski
2019-04-23clk: divider: add explicit big endian supportJonas Gorski
2019-04-23clk: fixed-factor: Initialize clk_init_data on stackStephen Boyd
2019-04-23clk: rockchip: undo several noc and special clocks as critical on rk3288Douglas Anderson
2019-04-19clk: hi3660: Mark clk_gate_ufs_subsys as criticalLeo Yan
2019-04-19clk: tegra: Don't enable already enabled PLLsDmitry Osipenko
2019-04-19clk: fixed-factor: Let clk framework find parentStephen Boyd
2019-04-19clk: Allow parents to be specified via clkspec indexStephen Boyd
2019-04-19clk: Look for parents with clkdev based clk_lookupsStephen Boyd
2019-04-19clk: Allow parents to be specified without string namesStephen Boyd
2019-04-19clk: Add of_clk_hw_register() API for early clk driversStephen Boyd