summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | clk: axi-clkgen: Add multi-parent supportLars-Peter Clausen2016-01-302-7/+38
* | | clk: axi-clkgen: Remove version 1 supportLars-Peter Clausen2016-01-301-121/+4
* | | clk: palmas: fix a possible NULL dereferenceLABBE Corentin2016-01-301-3/+3
* | | clk: palmas: constify the palmas_clks_of_match_data structureLABBE Corentin2016-01-301-6/+6
* | | clk: optimize the divider walk in clk_divider_bestdiv()Masahiro Yamada2016-01-301-3/+2
* | | clk: vt8500: fix sign of possible PLL valuesAndrzej Hajda2016-01-301-3/+6
* | | clk: add clk_unregister_fixed_rate()Masahiro Yamada2016-01-302-1/+14
* | | clk: add clk_unregister_fixed_factor()Masahiro Yamada2016-01-302-0/+14
* | | clk:gcc-msm8916: add missing mss_q6_bimc_axi clockSrinivas Kandagatla2016-01-302-0/+19
* | | Merge branch 'clk-iproc' into clk-nextStephen Boyd2016-01-305-16/+139
|\ \ \
| * | | clk: iproc: Remove __init from headerRay Jui2016-01-301-11/+11
| * | | clk: iproc: Add support for Cygnus audio clocksSimran Rai2016-01-304-5/+122
| * | | Documentation: dt-bindings: Add DT bindings for Cygnus audio clockSimran Rai2016-01-301-0/+6
* | | | clk: Move vendor's Kconfig into CCF menu sectionJames Liao2016-01-303-6/+4
* | | | clk: mediatek: Fix memory leak on clock init failJames Liao2016-01-291-2/+4
* | | | clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang2016-01-2925-51/+33
* | | | clk: xgene: Remove return from void functionStephen Boyd2016-01-291-1/+1
* | | | clk: xgene: Add SoC and PMD PLL clocks with v2 hardwareLoc Ho2016-01-291-37/+66
* | | | Documentation: Update APM X-Gene clock binding for v2 hardwareLoc Ho2016-01-291-0/+2
* | | | clk: s2mps11: remove redundant codeAndi Shyti2016-01-291-20/+16
* | | | clk: s2mps11: remove redundant static variables declarationAndi Shyti2016-01-291-9/+10
* | | | clk: s2mps11: allocate only one structure for clock initAndi Shyti2016-01-291-44/+7
* | | | clk: s2mps11: merge two for loops in oneAndi Shyti2016-01-291-6/+0
* | | | clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner2016-01-294-3/+15
| |/ / |/| |
* | | clk: tango4: rename ARCH_TANGOX to ARCH_TANGOMarc Gonzalez2016-01-291-1/+1
* | | clk: scpi: Fix checking return value of platform_device_register_simple()Axel Lin2016-01-291-1/+1
* | | clk: mvebu: Mark ioremapped memory as __iomemStephen Boyd2016-01-291-1/+1
|/ /
* | Linux 4.5-rc1v4.5-rc1Linus Torvalds2016-01-241-2/+2