summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-02clk: move checking .get_parent to __clk_core_init()Masahiro Yamada
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
2016-01-29Merge branch 'clk-fixes' into clk-nextStephen Boyd
2016-01-29Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/ker...Stephen Boyd
2016-01-29clk: st: avoid uninitialized variable useArnd Bergmann
2016-01-29clk: axi-clkgen: Remove sometimes impossible checkStephen Boyd
2016-01-29clk: axi-clkgen: Add multi-parent supportLars-Peter Clausen
2016-01-29clk: axi-clkgen: Remove version 1 supportLars-Peter Clausen
2016-01-29clk: palmas: fix a possible NULL dereferenceLABBE Corentin
2016-01-29clk: palmas: constify the palmas_clks_of_match_data structureLABBE Corentin
2016-01-29clk: optimize the divider walk in clk_divider_bestdiv()Masahiro Yamada
2016-01-29clk: vt8500: fix sign of possible PLL valuesAndrzej Hajda
2016-01-29clk: add clk_unregister_fixed_rate()Masahiro Yamada
2016-01-29clk: add clk_unregister_fixed_factor()Masahiro Yamada
2016-01-29clk:gcc-msm8916: add missing mss_q6_bimc_axi clockSrinivas Kandagatla
2016-01-29Merge branch 'clk-iproc' into clk-nextStephen Boyd
2016-01-29clk: iproc: Remove __init from headerRay Jui
2016-01-29clk: iproc: Add support for Cygnus audio clocksSimran Rai
2016-01-29Documentation: dt-bindings: Add DT bindings for Cygnus audio clockSimran Rai
2016-01-29clk: Move vendor's Kconfig into CCF menu sectionJames Liao
2016-01-29clk: mediatek: Fix memory leak on clock init failJames Liao
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang
2016-01-29clk: xgene: Remove return from void functionStephen Boyd
2016-01-29clk: xgene: Add SoC and PMD PLL clocks with v2 hardwareLoc Ho
2016-01-29Documentation: Update APM X-Gene clock binding for v2 hardwareLoc Ho
2016-01-29clk: s2mps11: remove redundant codeAndi Shyti
2016-01-29clk: s2mps11: remove redundant static variables declarationAndi Shyti
2016-01-29clk: s2mps11: allocate only one structure for clock initAndi Shyti
2016-01-29clk: s2mps11: merge two for loops in oneAndi Shyti
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner
2016-01-29clk: tango4: rename ARCH_TANGOX to ARCH_TANGOMarc Gonzalez
2016-01-29clk: scpi: Fix checking return value of platform_device_register_simple()Axel Lin
2016-01-29clk: mvebu: Mark ioremapped memory as __iomemStephen Boyd
2016-01-24Linux 4.5-rc1Linus Torvalds
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-01-24Merge tag 'platform-drivers-x86-v4.5-2' of git://git.infradead.org/users/dvha...Linus Torvalds
2016-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2016-01-24Merge tag 'for-linus-4.5-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2016-01-24ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer
2016-01-24MAINTAINERS: Combine multiple telemetry entriesSouvik Kumar Chakravarty