summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-12-03usb: xhci: fix comment for PORT_DEV_REMOVELu Baolu1-1/+1
2014-12-03xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman3-10/+6
2014-12-03xhci: clear extra bits from slot context when setting max exit latencyMathias Nyman1-0/+1
2014-12-03xhci: cleanup finish_td functionMathias Nyman1-56/+49
2014-12-01Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman243-1318/+2691
2014-12-01Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-1/+23
2014-11-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-7/+7
2014-11-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-52/+77
2014-11-29Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-29/+104
2014-11-29Merge tag 'tty-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-27/+0
2014-11-29Merge tag 'usb-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-144/+224
2014-11-29Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-22/+27
2014-11-28Merge tag 'drm-intel-fixes-2014-11-27' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-0/+5
2014-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-67/+114
2014-11-28Merge tag 'spi-v3.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds3-10/+6
2014-11-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-12/+18
2014-11-27staging: r8188eu: Add new device ID for DLink GO-USB-N150Larry Finger1-0/+1
2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman30-126/+1954
2014-11-27USB: adutux: NULL dereferences on disconnectDan Carpenter1-5/+0
2014-11-27Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-1/+18
2014-11-27drm/radeon: report disconnected for LVDS/eDP with PX if ddc failsAlex Deucher1-1/+18
2014-11-27staging: r8188eu: Fix scheduling while atomic error introduced in commit fadb...Larry Finger3-18/+18
2014-11-27Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-15/+24
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf2-0/+4
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2-0/+6
2014-11-26usb: chipidea: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2014-11-26Merge tag 'iio-fixes-for-3.18c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-11/+85
2014-11-26Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown2-7/+3
2014-11-26Merge remote-tracking branch 'spi/fix/dma' into spi-linusMark Brown1-3/+3
2014-11-26Merge tag 'usb-serial-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman7-15/+59
2014-11-26stmmac: platform: fix default values of the filter bins settingHuacai Chen1-6/+7
2014-11-26usb: chipidea: Fixed a few typos in commentsMickael Maison2-3/+3
2014-11-26usb: chipidea: add a usb2 driver for ci13xxxAntoine Tenart2-0/+117
2014-11-26usb: chipidea: fix phy handlingAntoine Tenart1-2/+2
2014-11-26usb: chipidea: remove duplicate dev_set_drvdata for host_startPeter Chen2-2/+1
2014-11-26usb: chipidea: parameter 'mode' isn't needed for hw_device_resetPeter Chen4-8/+8
2014-11-26usb: chipidea: add controller reset APIPeter Chen1-4/+28
2014-11-26usb: chipidea: remove flag CI_HDRC_REQUIRE_TRANSCEIVERPeter Chen2-3/+1
2014-11-26usb: chipidea: imx: add system power management supportPeter Chen1-0/+36
2014-11-26usb: chipidea: add system power management supportPeter Chen1-0/+48
2014-11-26usb: chipidea: add hw_wait_phy_stable for getting stable statusPeter Chen1-8/+16
2014-11-26usb: chipidea: remove the unnecessary delay after clear portsc.phcdPeter Chen1-8/+2
2014-11-26usb: chipidea: usbmisc_imx: Read MX53_USB_OTG_PHY_CTRL_1_OFFSET directlyFabio Estevam1-2/+1
2014-11-26usb: chipidea: usbmisc_imx: Move the reading of USB_PHY_CTRLFabio Estevam1-2/+1
2014-11-26usb: chipidea: ci_hdrc_imx.c: Remove unneeded OOM messageFabio Estevam1-3/+1
2014-11-26usb: chipidea: core: Remove unneeded OOM messageFabio Estevam1-3/+1
2014-11-26usb: chipidea: using devm_request_irq to instead of request_irqPeter Chen1-4/+2
2014-11-26net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2014-11-26net: dsa: bcm_sf2: reset switch prior to initializationFlorian Fainelli1-23/+29
2014-11-26net: dsa: bcm_sf2: fix unmapping registers in case of errorsFlorian Fainelli1-2/+4