summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/clk/Kconfig: Fix typo "Sypport" instead of "Support"Mike Looijmans2016-02-081-1/+1
* Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-02-087-98/+104
|\
| * Merge tag 'tegra-for-4.5-clk-fixes' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2016-02-087-98/+104
| |\
| | * clk: tegra: super: Fix sparse warnings for functions not declared as staticJon Hunter2016-02-021-3/+3
| | * clk: tegra: Fix sparse warnings for functions not declared as staticJon Hunter2016-02-021-17/+19
| | * clk: tegra: Fix sparse warning for pll_mJon Hunter2016-02-021-1/+1
| | * clk: tegra: Use definition for pll_u override bitJon Hunter2016-02-021-1/+1
| | * clk: tegra: Fix warning caused by pll_u failing to lockJon Hunter2016-02-021-2/+0
| | * clk: tegra: Fix clock sources for Tegra210 EMCJon Hunter2016-02-021-1/+2
| | * clk: tegra: Add the APB2APE audio clock on Tegra210Jon Hunter2016-02-024-1/+4
| | * clk: tegra: Add missing of_node_put()Amitoj Kaur Chawla2016-02-021-2/+4
| | * clk: tegra: Fix PLLE SS coefficientsMark Kuo2016-02-021-6/+12
| | * clk: tegra: Fix typos around clearing PLLE bits during enableRhyland Klein2016-02-021-2/+2
| | * clk: tegra: Do not disable PLLE when under hardware controlMark Kuo2016-02-021-7/+15
| | * clk: tegra: Fix pllx dyn step calculationRhyland Klein2016-02-021-5/+5
| | * clk: tegra: pll: Fix potential sleeping-while-atomicAndrew Bresticker2016-02-021-3/+3
| | * clk: tegra: Fix the misnaming of nvenc from msencRhyland Klein2016-02-021-1/+1
| | * clk: tegra: Fix naming of MISC registersRhyland Klein2016-02-021-18/+18
| | * clk: tegra: Remove improper flags for lock_enableRhyland Klein2016-01-251-28/+14
| | * clk: tegra: Fix divider on VI_I2CRhyland Klein2016-01-251-1/+1
* | | clk: provider: Remove of_gpio_{gate,mux}_clk_setup() prototypesStephen Boyd2016-02-071-4/+0
* | | clk: Deprecate CLK_IS_ROOTStephen Boyd2016-02-072-4/+4
* | | clk: gpio: Make into a platform driverStephen Boyd2016-02-071-113/+52
* | | clk: unlock for handling unregistered clockInsu Yun2016-02-021-2/+2
* | | clk: vt8500: don't return possibly uninitialized dataArnd Bergmann2016-02-021-26/+65
* | | clk: slightly optimize clk_core_set_parent()Masahiro Yamada2016-02-021-1/+1
* | | clk: simplify clk_fetch_parent_index() functionMasahiro Yamada2016-02-021-16/+2
* | | clk: make sure parent is not NULL in clk_fetch_parent_index()Masahiro Yamada2016-02-021-0/+3
* | | clk: walk the orphan clock list more simplyMasahiro Yamada2016-02-021-15/+6
* | | clk: avoid circular clock topologyMasahiro Yamada2016-02-021-0/+40
* | | clk: simplify __clk_init_parent()Masahiro Yamada2016-02-021-34/+4
* | | clk: move checking .get_parent to __clk_core_init()Masahiro Yamada2016-02-021-7/+7
* | | clk: replace pr_warn() with pr_err() for fatal casesMasahiro Yamada2016-02-021-5/+5
* | | clk: drop the initial core->parents look-ups from __clk_core_init()Masahiro Yamada2016-02-021-11/+0
* | | clk: simplify clk_core_get_parent_by_index()Masahiro Yamada2016-02-021-7/+6
* | | clk: move core->parents allocation to clk_register()Masahiro Yamada2016-02-021-32/+19
* | | clk: change sizeof(struct clk *) to sizeof(*core->parents)Masahiro Yamada2016-02-021-4/+4
* | | clk: remove unnecessary !core->parents conditionalMasahiro Yamada2016-02-021-4/+1
* | | clk: rename __clk_init() into __clk_core_init()Masahiro Yamada2016-02-021-3/+3
* | | clk: change the argument of __clk_init() into pointer to clk_coreMasahiro Yamada2016-02-021-8/+5
* | | clk: remove unused first argument of __clk_init()Masahiro Yamada2016-02-021-3/+2
* | | Merge branch 'clk-fixes' into clk-nextStephen Boyd2016-01-303-27/+27
|\| |
| * | Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd2016-01-303-27/+27
| |\ \
| | * | clk: rockchip: rk3368: fix some clock gatesJianqun xu2016-01-161-13/+13
| | * | clk: rockchip: rk3036: rename emac ext source clockXing Zheng2016-01-162-2/+2
| | * | clk: rockchip: rk3036: fix the div offset for emac clockXing Zheng2016-01-161-2/+2
| | * | clk: rockchip: rk3036: fix uarts clock errorXing Zheng2016-01-161-4/+4
| | * | clk: rockchip: rk3036: fix the FLAGs for clock muxXing Zheng2016-01-161-6/+6
* | | | clk: st: avoid uninitialized variable useArnd Bergmann2016-01-301-2/+6
* | | | clk: axi-clkgen: Remove sometimes impossible checkStephen Boyd2016-01-301-4/+1