summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-02-10gpio: davinci: Fix the number of controllers allocatedLokesh Vutla1-2/+3
2016-02-10gpio: davinci: Add the missing of-node pointerKeerthy1-1/+1
2016-02-10mmc: block: return error on failed mmc_blk_get()Olof Johansson1-1/+3
2016-02-10phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren1-5/+8
2016-02-10phy: twl4030-usb: Relase usb phy on unloadTony Lindgren1-0/+1
2016-02-10phy: core: fix wrong err handle for phy_power_onShawn Lin1-7/+9
2016-02-10Input: colibri-vf50-ts - add missing #include <linux/of.h>Geert Uytterhoeven1-0/+1
2016-02-10Input: adp5589 - fix row 5 handling for adp5589Lars-Peter Clausen1-3/+4
2016-02-10Input: edt-ft5x06 - fix setting gain, offset, and threshold via device treePhilipp Zabel1-6/+12
2016-02-10thermal: allow u8500-thermal driver to be a moduleArnd Bergmann2-2/+5
2016-02-10thermal: allow spear-thermal driver to be a moduleArnd Bergmann1-1/+1
2016-02-10thermal: spear: use __maybe_unused for PM functionsArnd Bergmann1-4/+2
2016-02-10thermal: rcar: enable to use thermal-zone on DTKuninori Morimoto1-5/+40
2016-02-10thermal: of: use for_each_available_child_of_node for child iteratorLaxman Dewangan1-15/+3
2016-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+13
2016-02-09of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen1-0/+1
2016-02-09enic: increment devcmd2 result ring in case of timeoutSandeep Pillai2-8/+13
2016-02-09tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segsSiva Reddy Kallam1-6/+19
2016-02-08Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+8
2016-02-08drm/amdgpu/cz: plumb pg flags through to powerplayAlex Deucher1-0/+13
2016-02-08drm/amdgpu/tonga: plumb pg flags through to powerplayAlex Deucher1-2/+12
2016-02-08drma/dmgpu: move cg and pg flags into shared headersAlex Deucher13-171/+171
2016-02-08drm/amdgpu: remove unused cg definesAlex Deucher1-9/+0
2016-02-08drm/amdgpu: add a cgs interface to fetch cg and pg flagsAlex Deucher2-0/+8
2016-02-08drm/amd/powerplay/tonga: disable vce pgAlex Deucher1-0/+2
2016-02-08drm/amd/powerplay/tonga: disable uvd pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable vce pgAlex Deucher1-0/+3
2016-02-08drm/amd/powerplay/cz: disable uvd pgAlex Deucher1-0/+2
2016-02-08drm/amdgpu: be consistent with uvd cg flagsAlex Deucher2-0/+8
2016-02-08drm/amdgpu: clean up vce pg flags for cz/stAlex Deucher1-2/+1
2016-02-08drm/amdgpu: handle vce pg flags properlyAlex Deucher2-0/+6
2016-02-08drm/amdgpu: handle uvd pg flags properlyAlex Deucher3-1/+10
2016-02-08drm/amdgpu/dpm/ci: switch over to the common pcie caps interfaceAlex Deucher1-6/+5
2016-02-08drm/amdgpu/cik: don't mess with aspm if gpu is root busAlex Deucher1-0/+3
2016-02-08drm/amdgpu: add pcie cap module parameters (v2)Alex Deucher3-65/+92
2016-02-08mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik1-26/+9
2016-02-08mmc: mmc_spi: add checks for dma mapping errorAlexey Khoroshilov1-2/+13
2016-02-08nvmem: qfprom: Specify LE device endiannessStephen Boyd1-0/+1
2016-02-08nvmem: core: return error for non word aligned accessSrinivas Kandagatla1-0/+6
2016-02-08Revert "8250: uniphier: allow modular build with 8250 console"Greg Kroah-Hartman1-1/+1
2016-02-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-2/+4
2016-02-08Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds2-7/+2
2016-02-07pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-07pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-02-07tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll1-0/+21
2016-02-07serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann1-1/+1
2016-02-07serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2016-02-078250: uniphier: allow modular build with 8250 consoleArnd Bergmann1-1/+1
2016-02-07Merge tag 'usb-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds14-60/+126
2016-02-07Merge tag 'staging-4.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-14/+32