summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2014-09-22Merge tag 'usb-serial-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman7-342/+42
2014-09-20usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman4-48/+36
2014-09-20usb: dwc2: clip max_transfer_size to 65535Paul Zimmerman1-0/+7
2014-09-20usb: dwc2/gadget: disable clock when it's not neededRobert Baldyga1-0/+9
2014-09-20usb: dwc2/gadget: assign TX FIFO dynamicallyRobert Baldyga2-30/+52
2014-09-20usb: dwc2/gadget: ensure that all fifos have correct memory buffersMarek Szyprowski2-5/+11
2014-09-20usb: dwc2/gadget: hide some not really needed debug messagesMarek Szyprowski1-2/+2
2014-09-20usb: dwc2/gadget: Fix comment textAndrzej Pietrasiewicz1-1/+1
2014-09-20Merge tag 'usb-for-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman74-2522/+5608
2014-09-20USB: storage: Add quirks for Entrega/Xircom USB to SCSI convertersMark1-0/+20
2014-09-20USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapterMark1-0/+6
2014-09-20USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI AdapterMark1-0/+6
2014-09-20USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern1-2/+0
2014-09-18Revert "usb: gadget: composite: dequeue cdev->req before free its buffer"Felipe Balbi1-1/+1
2014-09-16usb: gadget: gr_udc: Add bounce buffer to handle odd sized OUT requestsAndreas Larsson2-21/+67
2014-09-16usb: gadget: udc_core: Use right kobj when calling sysfs_notifyAndreas Larsson1-1/+13
2014-09-16usb: musb: dsps: kill OTG timer on suspendFelipe Balbi1-0/+2
2014-09-16usb: gadget: uvc: Simplify uvcg_video_pump by using local variableLaurent Pinchart1-5/+5
2014-09-16usb: gadget: uvc: Fix endianness mismatchesLaurent Pinchart1-5/+6
2014-09-16usb: gadget: uvc: uvc_alloc() can be staticFengguang Wu1-1/+1
2014-09-16usb: gadget: f_fs: virtual endpoint address mappingRobert Baldyga2-2/+23
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi26-84/+288
2014-09-15USB: serial: remove zte_ev driverJohan Hovold4-315/+10
2014-09-15Merge tag 'v3.17-rc5' into usb-nextJohan Hovold26-84/+288
2014-09-15Merge 3.17-rc5 into usb-nextGreg Kroah-Hartman26-84/+288
2014-09-13usb: dwc3: Add Qualcomm DWC3 glue layer driverIvan T. Ivanov3-0/+140
2014-09-12usb: gadget: udc-core: add utility for bus resetPeter Chen1-0/+17
2014-09-12usb: gadget: Add xilinx usb2 device supportSubbaraya Sundeep Bhatta3-0/+2196
2014-09-12usb: dwc2: make the scheduler handle excessive NAKs betterNick Hudson1-0/+8
2014-09-12Merge tag 'fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman3-15/+11
2014-09-12xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman1-2/+10
2014-09-12usb: xhci: Fix OOPS in xhci error handling codeAl Cooper1-0/+1
2014-09-12xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-09-12storage: Add single-LUN quirk for Jaz USB AdapterMark1-0/+6
2014-09-12uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id checkHans de Goede1-2/+2
2014-09-12Revert "usb: dwc2: move "samsung,s3c6400-hsotg" into common platform"Robert Baldyga2-1/+1
2014-09-12Revert "usb: dwc2: Update Kconfig to support dual-role"Robert Baldyga2-47/+37
2014-09-11usb: f_fs: replace BUG in dead-code with less serious WARN_ONMichal Nazarewicz1-1/+2
2014-09-11usb: chipidea: msm: Initialize PHY on reset eventIvan T. Ivanov1-0/+1
2014-09-11usb: chipidea: msm: Use USB PHY API to control PHY stateIvan T. Ivanov1-5/+1
2014-09-11usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence1-1/+3
2014-09-11uas: Disable uas on ASM1051 devicesHans de Goede1-4/+23
2014-09-09usb: dwc2/gadget: avoid disabling ep0Robert Baldyga1-1/+1
2014-09-09usb: dwc2/gadget: delay enabling irq once hardware is configured properlyMarek Szyprowski1-7/+11
2014-09-09usb: dwc2/gadget: do not call disconnect method in pullupMarek Szyprowski1-1/+0
2014-09-09usb: dwc2/gadget: break infinite loop in endpoint disable codeMarek Szyprowski1-0/+1
2014-09-09usb: dwc2/gadget: fix phy initialization sequenceKamil Debski1-15/+12
2014-09-09usb: dwc2/gadget: fix phy disable sequenceKamil Debski1-3/+0
2014-09-09usb: gadget: f_fs: add ioctl returning ep descriptorRobert Baldyga1-0/+23
2014-09-09usb: gadget: dbgp: add reset API at usb_gadget_driverPeter Chen1-0/+1