summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-12clk: qcom: gdsc: Add GDSCs in msm8996 GCCRajendra Nayak1-0/+92
2016-02-12clk: qcom: gdsc: Add support for votable gdscsRajendra Nayak2-7/+26
2016-02-12clk: qcom: gdsc: Add support for gdscs with gds hw controllerRajendra Nayak2-17/+29
2016-02-12clk: qcom: gdsc: Add support for hierarchical power domainsRajendra Nayak3-10/+50
2016-02-10clk: lpc32xx: add HCLK PLL output configurationSylvain Lemieux1-5/+1
2016-02-10Merge branch 'clk-fixes' into clk-nextStephen Boyd1-0/+3
2016-02-10clk: versatile: mask VCO bits before writingLinus Walleij1-0/+3
2016-02-10clk: lpc32xx: do not register clock "0"Sylvain Lemieux1-2/+2
2016-02-09clk: fix __clk_init_parent() for single parent clocksMasahiro Yamada1-1/+1
2016-02-09clk: qcom: common: check for failureSudip Mukherjee1-6/+11
2016-02-09clk: meson: Fix meson_clk_register_clks() signature type mismatchAndreas Färber1-1/+1
2016-02-09clk: socfpga: fix __init annotationArnd Bergmann1-1/+1
2016-02-09drivers/clk/Kconfig: Move the TI CDCE chips close togetherMike Looijmans1-8/+8
2016-02-09drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support"Mike Looijmans1-1/+1
2016-02-09Merge branch 'clk-fixes' into clk-nextStephen Boyd6-97/+103
2016-02-09Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd6-97/+103
2016-02-07clk: Deprecate CLK_IS_ROOTStephen Boyd1-3/+3
2016-02-07clk: 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-02clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada1-5/+5
2016-02-02clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada1-11/+0
2016-02-02clk: simplify clk_core_get_parent_by_index()Masahiro Yamada1-7/+6
2016-02-02clk: move core->parents allocation to clk_register()Masahiro Yamada1-32/+19
2016-02-02clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada1-4/+4
2016-02-02clk: remove unnecessary !core->parents conditionalMasahiro Yamada1-4/+1
2016-02-02clk: rename __clk_init() into __clk_core_init()Masahiro Yamada1-3/+3
2016-02-02clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada1-8/+5