summaryrefslogtreecommitdiff
path: root/drivers/clk
AgeCommit message (Expand)Author
2016-02-11clk: qcom: gdsc: Add support for votable gdscsRajendra Nayak
2016-02-11clk: qcom: gdsc: Add support for gdscs with gds hw controllerRajendra Nayak
2016-02-11clk: qcom: gdsc: Add support for hierarchical power domainsRajendra Nayak
2016-02-10clk: lpc32xx: add HCLK PLL output configurationSylvain Lemieux
2016-02-10Merge branch 'clk-fixes' into clk-nextStephen Boyd
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij
2016-02-09clk: lpc32xx: do not register clock "0"Sylvain Lemieux
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada
2016-02-08clk: qcom: common: check for failureSudip Mukherjee
2016-02-08clk: meson: Fix meson_clk_register_clks() signature type mismatchAndreas Färber
2016-02-08clk: socfpga: fix __init annotationArnd Bergmann
2016-02-08drivers/clk/Kconfig: Move the TI CDCE chips close togetherMike Looijmans
2016-02-08drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support"Mike Looijmans
2016-02-08Merge branch 'clk-fixes' into clk-nextStephen Boyd
2016-02-08Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd
2016-02-06clk: gpio: Make into a platform driverStephen Boyd
2016-02-02clk: unlock for handling unregistered clockInsu Yun
2016-02-02clk: vt8500: don't return possibly uninitialized dataArnd Bergmann
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada
2016-02-02clk: avoid circular clock topologyMasahiro Yamada
2016-02-02clk: simplify __clk_init_parent()Masahiro Yamada
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada
2016-02-02clk: tegra: super: Fix sparse warnings for functions not declared as staticJon Hunter
2016-02-02clk: tegra: Fix sparse warnings for functions not declared as staticJon Hunter
2016-02-02clk: tegra: Fix sparse warning for pll_mJon Hunter
2016-02-02clk: tegra: Use definition for pll_u override bitJon Hunter
2016-02-02clk: tegra: Fix warning caused by pll_u failing to lockJon Hunter
2016-02-02clk: tegra: Fix clock sources for Tegra210 EMCJon Hunter
2016-02-02clk: tegra: Add the APB2APE audio clock on Tegra210Jon Hunter
2016-02-02clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla
2016-02-02clk: tegra: Fix PLLE SS coefficientsMark Kuo
2016-02-02clk: tegra: Fix typos around clearing PLLE bits during enableRhyland Klein
2016-02-02clk: tegra: Do not disable PLLE when under hardware controlMark Kuo
2016-02-02clk: tegra: Fix pllx dyn step calculationRhyland Klein
2016-02-02clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker
2016-02-02clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein
2016-02-02clk: tegra: Fix naming of MISC registersRhyland Klein
2016-02-01clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada
2016-02-01clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada
2016-02-01clk: simplify clk_core_get_parent_by_index()Masahiro Yamada
2016-02-01clk: move core->parents allocation to clk_register()Masahiro Yamada
2016-02-01clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada
2016-02-01clk: remove unnecessary !core->parents conditionalMasahiro Yamada
2016-02-01clk: rename __clk_init() into __clk_core_init()Masahiro Yamada
2016-02-01clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada
2016-02-01clk: remove unused first argument of __clk_init()Masahiro Yamada