summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-08drivers/clk/Kconfig: Move the TI CDCE chips close togetherMike Looijmans1-8/+8
2016-02-08drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support"Mike Looijmans1-1/+1
2016-02-08Merge branch 'clk-fixes' into clk-nextStephen Boyd6-97/+103
2016-02-08Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd6-97/+103
2016-02-06clk: Deprecate CLK_IS_ROOTStephen Boyd1-3/+3
2016-02-06clk: gpio: Make into a platform driverStephen Boyd1-113/+52
2016-02-02clk: unlock for handling unregistered clockInsu Yun1-2/+2
2016-02-02clk: vt8500: don't return possibly uninitialized dataArnd Bergmann1-26/+65
2016-02-02clk: slightly optimize clk_core_set_parent()Masahiro Yamada1-1/+1
2016-02-02clk: simplify clk_fetch_parent_index() functionMasahiro Yamada1-16/+2
2016-02-02clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada1-0/+3
2016-02-02clk: walk the orphan clock list more simplyMasahiro Yamada1-15/+6
2016-02-02clk: avoid circular clock topologyMasahiro Yamada1-0/+40
2016-02-02clk: simplify __clk_init_parent()Masahiro Yamada1-34/+4
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada1-7/+7
2016-02-02clk: tegra: super: Fix sparse warnings for functions not declared as staticJon Hunter1-3/+3
2016-02-02clk: tegra: Fix sparse warnings for functions not declared as staticJon Hunter1-17/+19
2016-02-02clk: tegra: Fix sparse warning for pll_mJon Hunter1-1/+1
2016-02-02clk: tegra: Use definition for pll_u override bitJon Hunter1-1/+1
2016-02-02clk: tegra: Fix warning caused by pll_u failing to lockJon Hunter1-2/+0
2016-02-02clk: tegra: Fix clock sources for Tegra210 EMCJon Hunter1-1/+2
2016-02-02clk: tegra: Add the APB2APE audio clock on Tegra210Jon Hunter3-0/+3
2016-02-02clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla1-2/+4
2016-02-02clk: tegra: Fix PLLE SS coefficientsMark Kuo1-6/+12
2016-02-02clk: tegra: Fix typos around clearing PLLE bits during enableRhyland Klein1-2/+2
2016-02-02clk: tegra: Do not disable PLLE when under hardware controlMark Kuo1-7/+15
2016-02-02clk: tegra: Fix pllx dyn step calculationRhyland Klein1-5/+5
2016-02-02clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker1-3/+3
2016-02-02clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein1-1/+1
2016-02-02clk: tegra: Fix naming of MISC registersRhyland Klein1-18/+18
2016-02-01clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada1-5/+5
2016-02-01clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada1-11/+0
2016-02-01clk: simplify clk_core_get_parent_by_index()Masahiro Yamada1-7/+6
2016-02-01clk: move core->parents allocation to clk_register()Masahiro Yamada1-32/+19
2016-02-01clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada1-4/+4
2016-02-01clk: remove unnecessary !core->parents conditionalMasahiro Yamada1-4/+1
2016-02-01clk: rename __clk_init() into __clk_core_init()Masahiro Yamada1-3/+3
2016-02-01clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada1-8/+5
2016-02-01clk: remove unused first argument of __clk_init()Masahiro Yamada1-3/+2
2016-01-29Merge branch 'clk-fixes' into clk-nextStephen Boyd2-26/+26
2016-01-29Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2-26/+26
2016-01-29clk: st: avoid uninitialized variable useArnd Bergmann1-2/+6
2016-01-29clk: axi-clkgen: Remove sometimes impossible checkStephen Boyd1-4/+1
2016-01-29clk: axi-clkgen: Add multi-parent supportLars-Peter Clausen1-6/+34
2016-01-29clk: axi-clkgen: Remove version 1 supportLars-Peter Clausen1-121/+4
2016-01-29clk: palmas: fix a possible NULL dereferenceLABBE Corentin1-3/+3
2016-01-29clk: palmas: constify the palmas_clks_of_match_data structureLABBE Corentin1-6/+6
2016-01-29clk: optimize the divider walk in clk_divider_bestdiv()Masahiro Yamada1-3/+2
2016-01-29clk: vt8500: fix sign of possible PLL valuesAndrzej Hajda1-3/+6
2016-01-29clk: add clk_unregister_fixed_rate()Masahiro Yamada1-0/+13