summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-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-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-25clk: tegra: Remove improper flags for lock_enableRhyland Klein
2016-01-25clk: tegra: Fix divider on VI_I2CRhyland Klein
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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-24ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi listJosh Boyer
2016-01-24intel_telemetry_debugfs: Fix unused warnings in telemetry debugfsSouvik Kumar Chakravarty
2016-01-24MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-24IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controllerCristian Birsan
2016-01-23Merge tag 'ntb-4.5' of git://github.com/jonmason/ntbLinus Torvalds
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-23Merge branches 'thermal-intel', 'thermal-suspend-fix' and 'thermal-soc' into ...Zhang Rui
2016-01-22Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2016-01-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2016-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2016-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa