aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 26-256/+227
2015-01-21Merge tag 'mfd-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 3-13/+14
2015-01-21Merge tag 'drm-amdkfd-fixes-2015-01-13' of git://people.freedesktop.org/~gabb...Gravatar Dave Airlie 5-213/+3
2015-01-21Merge tag 'drm-intel-fixes-2015-01-15' of git://anongit.freedesktop.org/drm-i...Gravatar Dave Airlie 5-15/+24
2015-01-21drm: fb helper should avoid sleeping in panic contextGravatar Rui Wang 1-2/+6
2015-01-21Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Dave Airlie 3-23/+8
2015-01-21Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux in...Gravatar Dave Airlie 12-3/+186
2015-01-21Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 10-32/+73
2015-01-20mfd: rtsx_usb: Fix runtime PM deadlockGravatar Roger Tseng 1-12/+0
2015-01-20mfd: tps65218: Make INT1 our status_base registerGravatar Felipe Balbi 1-0/+1
2015-01-20mfd: tps65218: Make INT[12] and STATUS registers volatileGravatar Felipe Balbi 1-0/+11
2015-01-20mfd: da9052-core: Fix platform-device id collisionGravatar Fabio Estevam 1-1/+2
2015-01-20Merge tag 'pinctrl-v3.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-31/+25
2015-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 16-126/+234
2015-01-19s2io: use snprintf() as a safety featureGravatar Dan Carpenter 1-3/+8
2015-01-19r8152: remove sram_readGravatar hayeswang 1-18/+6
2015-01-19r8152: remove generic_ocp_read before writingGravatar hayeswang 1-6/+0
2015-01-19bgmac: activate irqs only if there is nothing to pollGravatar Hauke Mehrtens 1-3/+3
2015-01-19bgmac: register napi before the deviceGravatar Hauke Mehrtens 1-3/+3
2015-01-19sh_eth: Fix ethtool operation crash when net device is downGravatar Ben Hutchings 1-0/+10
2015-01-19sh_eth: Fix promiscuous mode on chips without TSUGravatar Ben Hutchings 1-9/+9
2015-01-19libata: prevent HSM state change race between ISR and PIOGravatar David Jeffery 1-0/+12
2015-01-19libata: allow sata_sil24 to opt-out of tag ordered submissionGravatar Dan Williams 2-2/+5
2015-01-19pinctrl: qcom: Don't iterate past end of function arrayGravatar Stephen Boyd 1-2/+2
2015-01-19Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 5-71/+92
2015-01-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-0/+55
2015-01-18drm/exynos: fix warning of vblank reference countGravatar Joonyoung Shim 1-1/+6
2015-01-18drm/exynos: remove unnecessary runtime pm operationsGravatar Joonyoung Shim 1-4/+0
2015-01-18drm/exynos: fix reset codes for memory mapped hdmi phyGravatar Joonyoung Shim 1-6/+2
2015-01-18Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+7
2015-01-18Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Gravatar Linus Torvalds 7-28/+69
2015-01-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+1
2015-01-17clk: fix possible null pointer dereferenceGravatar Stanimir Varbanov 1-1/+1
2015-01-17Revert "clk: ppc-corenet: Fix Section mismatch warning"Gravatar Kevin Hao 1-1/+1
2015-01-17clk: rockchip: fix deadlock possibility in cpuclkGravatar Heiko Stübner 1-4/+6
2015-01-18Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 2-2/+5
2015-01-16reset: sunxi: fix spinlock initializationGravatar Tyler Baker 1-0/+4
2015-01-16drivers: bus: check cci device tree node statusGravatar Abhilash Kesavan 1-0/+3
2015-01-17Merge tag 'char-misc-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-9/+31
2015-01-17Merge tag 'tty-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 5-35/+70
2015-01-17Merge tag 'staging-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-10/+36
2015-01-17Merge tag 'usb-3.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 35-93/+232
2015-01-16net: davinci_emac: Add support for emac on dm816xGravatar Tony Lindgren 1-0/+5
2015-01-16net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Gravatar Tony Lindgren 1-3/+12
2015-01-16net: davinci_emac: Fix incomplete code for getting the phy from device treeGravatar Tony Lindgren 1-5/+18
2015-01-16net: davinci_emac: Free clock after checking the frequencyGravatar Tony Lindgren 1-0/+1
2015-01-16net: davinci_emac: Fix runtime pm calls for davinci_emacGravatar Tony Lindgren 1-4/+29
2015-01-16net: davinci_emac: Fix hangs with interruptsGravatar Tony Lindgren 1-9/+10
2015-01-16Merge tag 'fbdev-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+6
2015-01-16Merge tag 'mmc-v3.19-4' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 1-0/+6