aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-29Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 21-107/+201
2013-09-29Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-13/+10
2013-09-29Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-14/+18
2013-09-29Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+7
2013-09-29Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-48/+111
2013-09-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 25-77/+264
2013-09-29Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/l...Gravatar Dave Airlie 3-13/+4
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Gravatar Linus Torvalds 4-2/+14
2013-09-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-15/+32
2013-09-28Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-12/+23
2013-09-28PCI: Workaround missing pci_set_master in pci driversGravatar Yinghai Lu 1-1/+7
2013-09-28i2c: ismt: initialize DMA bufferGravatar James Ralston 1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperGravatar Rob Clark 2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalGravatar Rob Clark 1-2/+2
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cGravatar Joerg Roedel 1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageGravatar Thomas Meyer 1-1/+1
2013-09-28Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...Gravatar Dave Airlie 17-57/+228
2013-09-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+10
2013-09-27Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-30/+15
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Gravatar Chew, Chiau Ee 1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Gravatar Thierry Reding 1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsGravatar Thierry Reding 1-5/+7
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsGravatar Kim Phillips 1-2/+0
2013-09-27Merge branch 'pm-cpufreq-fixes'Gravatar Rafael J. Wysocki 3-1/+8
2013-09-26staging: r8188eu: Add new device IDGravatar Larry Finger 1-0/+1
2013-09-26usb: dwc3: add support for MerrifieldGravatar David Cohen 1-0/+2
2013-09-26USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationGravatar Shengzhou Liu 1-2/+3
2013-09-26USB: Fix breakage in ffs_fs_mount()Gravatar Al Viro 1-34/+26
2013-09-26driver core : Fix use after free of dev->parent in device_shutdownGravatar Benson Leung 1-7/+7
2013-09-26Drivers: hv: vmbus: Terminate vmbus version negotiation on timeoutGravatar K. Y. Srinivasan 1-1/+1
2013-09-26Drivers: hv: util: Correctly support ws2008R2 and earlierGravatar K. Y. Srinivasan 3-32/+83
2013-09-26mei: cancel stall timers in mei_resetGravatar Alexander Usyskin 2-0/+4
2013-09-26mei: bus: stop wait for read during cl state transitionGravatar Tomas Winkler 3-8/+14
2013-09-26mei: make me client counters less error proneGravatar Tomas Winkler 2-7/+9
2013-09-26fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyGravatar Ramneek Mehresh 1-9/+3
2013-09-26video: mxsfb: Add missing breakGravatar Marek Vasut 1-0/+1
2013-09-26hwmon: (applesmc) Check key count before proceedingGravatar Henrik Rydberg 1-1/+10
2013-09-26video: of: display_timing: correct display-timings node findingGravatar Andrzej Hajda 1-3/+3
2013-09-26neofb: fix error return code in neofb_probe()Gravatar Wei Yongjun 1-1/+3
2013-09-26s3fb: fix error return code in s3_pci_probe()Gravatar Wei Yongjun 1-8/+1
2013-09-26video: mmp: drop needless devm cleanupGravatar Uwe Kleine-König 1-15/+2
2013-09-26OMAPDSS: Add missing dependency on backlight for DSI-CM panel drierGravatar Mark Brown 1-0/+1
2013-09-25tty: Fix SIGTTOU not sent with tcflush()Gravatar Peter Hurley 1-0/+3
2013-09-26clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcastGravatar Magnus Damm 1-1/+1
2013-09-25usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Gravatar Kurt Garloff 1-0/+16
2013-09-25usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGravatar Geert Uytterhoeven 1-1/+1
2013-09-25usb: chipidea: udc: free pending TD at removal procedureGravatar Peter Chen 1-0/+2
2013-09-25usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathGravatar Peter Chen 1-2/+5
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalGravatar Peter Chen 1-0/+1
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetGravatar Peter Chen 1-1/+1