aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2-2/+2
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-4/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-5/+5
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds60-61/+0
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds204-3222/+8473
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki3-4/+4
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+3
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-6/+6
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds14-80/+42
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-1/+1
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki14-80/+42
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+1
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley3-9/+10
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-5/+5
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki14-80/+42
2014-12-02usbip: fix error handling in stub_probe()Alexey Khoroshilov1-11/+15
2014-12-02usb: gadget: udc: missing curly bracesDan Carpenter1-1/+2
2014-12-02USB: mos7720: delete some unneeded codeDan Carpenter1-4/+0
2014-12-02wusb: replace memset by memzero_explicitJulia Lawall2-5/+5
2014-12-02usb: xhci: fix comment for PORT_DEV_REMOVELu Baolu1-1/+1
2014-12-02xhci: don't use the same variable for stopped and halted rings current TDMathias Nyman3-10/+6
2014-12-02xhci: clear extra bits from slot context when setting max exit latencyMathias Nyman1-0/+1
2014-12-02xhci: cleanup finish_td functionMathias Nyman1-56/+49
2014-11-30Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman14-144/+224
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-144/+224
2014-11-27Merge tag 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-testingGreg Kroah-Hartman1-6/+16
2014-11-26USB: adutux: NULL dereferences on disconnectDan Carpenter1-5/+0
2014-11-26usb: chipidea: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2014-11-26Merge tag 'usb-serial-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman7-15/+59
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-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman135-1913/+7751
2014-11-25USB: host: Remove ehci-octeon and ohci-octeon driversAlan Stern7-597/+10
2014-11-25usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren3-10/+4