aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-22usb: option: add support for Telit LE910Daniele Palmas1-0/+8
2014-10-22usb: serial: ftdi_sio: add Awinda Station and Dongle productsFrans Klaver2-1/+7
2014-10-22USB: serial: cp210x: add Silicon Labs 358x VID and PIDNathaniel Ting1-0/+1
2014-10-20usb: dwc3: ep0: return early on NULL requestsFelipe Balbi1-3/+6
2014-10-20usb: dwc3: pci: Add PCI ID for Intel BraswellAlan Cox1-0/+2
2014-10-20usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi1-4/+4
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi1-0/+6
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi1-0/+3
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi1-0/+4
2014-10-20usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi1-0/+10
2014-10-20usb: gadget: function: uvc: manage our video control endpointFelipe Balbi1-0/+13
2014-10-20usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi1-4/+4
2014-10-20usb: gadget: function: uvc: return correct alt-settingFelipe Balbi1-1/+1
2014-10-20usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi1-9/+20
2014-10-20usb: gadget: function: uvc: conditionally dequeueFelipe Balbi1-1/+2
2014-10-20usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi3-7/+15
2014-10-20usb: dwc3: gadget: hold the lock through set_wedge()'s lifeFelipe Balbi1-3/+6
2014-10-20usb: dwc3: gadget: move isoc endpoint check to unlocked set_haltFelipe Balbi1-8/+5
2014-10-20usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltFelipe Balbi2-1/+16
2014-10-20usb: dwc3: trace: don't dereference pointersFelipe Balbi1-15/+38
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-30/+20
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro1-16/+10
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro1-14/+10
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-1/+9
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-18/+3
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds191-4288/+7856
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+8
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+7
2014-10-03USB: host: st: fix typo 'CONFIG_USB_EHCI_HCD_ST'Paul Bolle1-1/+1
2014-10-03uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede1-15/+14
2014-10-03xhci: Allow xHCI drivers to be built as separate modulesAndrew Bresticker6-51/+25
2014-10-03xhci: Export symbols used by host-controller driversAndrew Bresticker3-0/+7
2014-10-03xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3coldAndrew Bresticker3-5/+2
2014-10-03xhci: Introduce xhci_init_driver()Andrew Bresticker4-116/+82
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig1-0/+7
2014-09-29usb: hcd: add generic PHY supportSergei Shtylyov1-2/+40
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart9-48/+48
2014-09-29usb: gadget: uvc: fix up uvcg_v4l2_get_unmapped_area typoArnd Bergmann1-1/+1
2014-09-29USB: host: st: fix ehci/ohci driver selectionArnd Bergmann2-9/+20
2014-09-29usb: host: ehci-exynos: Remove unnecessary usb-phy supportVivek Gautam1-54/+20
2014-09-29usb: core: return -ENOTSUPP for all targeted hostsPeter Chen1-2/+3
2014-09-28USB: Remove .owner field for driverKiran Padwal3-3/+0
2014-09-28usb: core: log higher level message on malformed LANGID descriptorScot Doyle1-3/+1
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2014-09-26treewide: Fix typos in KconfigMasanari Iida1-1/+1
2014-09-25usb: Add LED triggers for USB activityMichal Sojka5-0/+74
2014-09-25usb: Rename usb-common.cMichal Sojka2-1/+3
2014-09-25usb: gadget: Refactor request completionMichal Sojka29-56/+41
2014-09-25usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka1-0/+16