summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-10-295-16/+25
|\
| * usb: serial: ftdi_sio: add "bricked" FTDI device PIDPerry Hung2014-10-232-0/+7
| * USB: kobil_sct: Remove unused transfer buffer allocsPeter Hurley2014-10-221-15/+0
| * USB: option: add Haier CE81B CDMA modemDan Williams2014-10-221-0/+2
| * usb: option: add support for Telit LE910Daniele Palmas2014-10-221-0/+8
| * usb: serial: ftdi_sio: add Awinda Station and Dongle productsFrans Klaver2014-10-222-1/+7
| * USB: serial: cp210x: add Silicon Labs 358x VID and PIDNathaniel Ting2014-10-221-0/+1
* | usb: chipidea: Fix oops when removing the ci_hdrc moduleTorsten Fleischer2014-10-271-1/+0
* | usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte2014-10-231-1/+3
* | usb: dwc2: gadget: disable phy before turning off power regulatorsMarek Szyprowski2014-10-231-2/+1
* | usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte2014-10-238-13/+13
* | usb: dwc3: gadget: Properly initialize LINK TRBJack Pham2014-10-231-2/+1
* | usb: dwc2: gadget: fix gadget unregistration in udc_stop() functionMarek Szyprowski2014-10-231-3/+1
* | usb: dwc2: Bits in bitfield should add up to 32Charles Manning2014-10-231-1/+1
* | usb: dwc2: gadget: sparse warning of context imbalanceSudip Mukherjee2014-10-231-2/+5
* | usb: gadget: udc: core: fix kernel oops with soft-connectFelipe Balbi2014-10-231-0/+5
* | usb: musb: musb_dsps: fix NULL pointer in suspendSebastian Andrzej Siewior2014-10-231-2/+12
* | usb: musb: dsps: start OTG timer on resume againSebastian Andrzej Siewior2014-10-231-1/+3
* | usb: gadget: loopback: don't queue requests to bogus endpointsFelipe Balbi2014-10-231-45/+42
* | usb: ffs: fix regression when quirk_ep_out_aligned_size flag is setDavid Cohen2014-10-231-6/+34
* | usb: gadget: f_fs: remove redundant ffs_data_get()Robert Baldyga2014-10-231-2/+0
* | usb: gadget: udc: USB_GADGET_XILINX should depend on HAS_DMAGeert Uytterhoeven2014-10-231-0/+1
* | Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepa...Roger Quadros2014-10-231-13/+2
* | usb: gadget: composite: enable BESL supportFelipe Balbi2014-10-231-1/+1
* | usb: musb: cppi41: restart hrtimer only if not yet doneThomas Gleixner2014-10-231-1/+2
* | usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSizeFelipe Balbi2014-10-231-6/+13
* | usb: dwc3: ep0: return early on NULL requestsFelipe Balbi2014-10-201-3/+6
* | usb: dwc3: pci: Add PCI ID for Intel BraswellAlan Cox2014-10-201-0/+2
* | usb: gadget: function: f_obex: fix Interface Descriptor TestFelipe Balbi2014-10-201-4/+4
* | usb: gadget: function: uac2: add a release methodFelipe Balbi2014-10-201-0/+6
* | usb: gadget: function: uac2: prevent double ep disableFelipe Balbi2014-10-201-0/+3
* | usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi2014-10-201-0/+4
* | usb: gadget: function: uvc: disable endpoints on ->disable()Felipe Balbi2014-10-201-0/+10
* | usb: gadget: function: uvc: manage our video control endpointFelipe Balbi2014-10-201-0/+13
* | usb: gadget: function: acm: make f_acm pass USB20CV Chapter9Felipe Balbi2014-10-201-4/+4
* | usb: gadget: function: uvc: return correct alt-settingFelipe Balbi2014-10-201-1/+1
* | usb: gadget: function: uvc: make sure to balance ep enable/disableFelipe Balbi2014-10-201-9/+20
* | usb: gadget: function: uvc: conditionally dequeueFelipe Balbi2014-10-201-1/+2
* | usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi2014-10-203-7/+15
* | usb: dwc3: gadget: hold the lock through set_wedge()'s lifeFelipe Balbi2014-10-201-3/+6
* | usb: dwc3: gadget: move isoc endpoint check to unlocked set_haltFelipe Balbi2014-10-201-8/+5
* | usb: dwc3: ep0: hold our lock in dwc3_gadget_ep0_set_haltFelipe Balbi2014-10-202-1/+16
* | usb: dwc3: trace: don't dereference pointersFelipe Balbi2014-10-201-15/+38
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-132-30/+20
|\
| * gadgetfs: saner API for gadgetfs_create_file()Al Viro2014-10-091-16/+10
| * f_fs: saner API for ffs_sb_create_file()Al Viro2014-10-091-14/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-082-1/+9
|\ \
| * \ Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-261-1/+1
| |\ \
| | * | bcma: store more alternative addressesHauke Mehrtens2014-09-091-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-2327-86/+320
| |\ \ \ | | | |/ | | |/|
OpenPOWER on IntegriCloud