summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-11-21musb: sunxi: Force session end on babble errors in host-modeHans de Goede1-0/+15
2016-11-21musb: sunxi: Remove custom babble handlingHans de Goede1-10/+0
2016-11-21USB: musb: remove obsolete resume-signalling commentsJohan Hovold2-5/+1
2016-11-21USB: OHCI: use dma_pool_zallocshashi bhusan1-4/+2
2016-11-21USB: serial: cp210x: use tcflag_t to fix incompatible pointer typeGeert Uytterhoeven1-4/+4
2016-11-21cdc-acm: handle read pipe errorsLadislav Michl2-10/+53
2016-11-21cdc-acm: remove is_int_ep from acm structureLadislav Michl2-4/+2
2016-11-21cdc-acm: store in and out pipes in acm structureLadislav Michl2-16/+18
2016-11-21cdc-acm: refactor killing urbsLadislav Michl1-27/+16
2016-11-21cdc-acm: avoid interface_to_usbdev callLadislav Michl1-6/+3
2016-11-21cdc-acm: reindent log messagesLadislav Michl1-18/+17
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman75-2739/+4034
2016-11-18Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-0/+9
2016-11-18Merge tag 'fixes-for-v4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-4/+4
2016-11-18usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke1-1/+2
2016-11-18usb: dwc3: Do not set dma coherent maskArnd Bergmann2-11/+0
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann6-43/+54
2016-11-18usb: dwc3: ep0: avoid empty-body warningArnd Bergmann1-6/+7
2016-11-18usb: dwc2: Move functions from header to sourceRazmik Karapetyan2-34/+29
2016-11-18usb: dwc2: Fix fifo_show() functionalityRazmik Karapetyan1-1/+1
2016-11-18usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan1-10/+0
2016-11-18usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan1-0/+7
2016-11-18usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan1-1/+1
2016-11-18usb: dwc2: Stop Complete Splits after Data PID == 0Sevak Arakelyan1-1/+6
2016-11-18usb: dwc3: pci: avoid build warningFelipe Balbi1-24/+26
2016-11-18usb: dwc3: Workaround for irq mask issueJohn Youn1-0/+11
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn3-0/+47
2016-11-18usb: dwc2: add amcc,dwc-otg supportChristian Lamparter1-0/+1
2016-11-18usb: dwc2: fixes host_dma logicChristian Lamparter1-3/+2
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan4-11/+33
2016-11-18usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan1-0/+2
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan2-1/+26
2016-11-18usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan1-5/+21
2016-11-18usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan1-89/+93
2016-11-18usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan1-23/+41
2016-11-18usb: dwc2: gadget: For DDMA parse setup only after SetUp interruptVahram Aharonyan1-0/+10
2016-11-18usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMAVahram Aharonyan1-0/+4
2016-11-18usb: dwc2: gadget: Enable the BNA interruptVahram Aharonyan2-0/+5
2016-11-18usb: dwc2: gadget: Start and complete DDMA isoc transfersVahram Aharonyan1-5/+304
2016-11-18usb: dwc2: gadget: In DDMA keep incompISOOUT and incompISOIN maskedVahram Aharonyan1-2/+4
2016-11-18usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan2-0/+7
2016-11-18usb: dwc2: gadget: Enable descriptor DMA modeVahram Aharonyan2-2/+9
2016-11-18usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handlerVahram Aharonyan1-2/+9
2016-11-18usb: dwc2: gadget: Fixes for StsPhseRcvd interruptVahram Aharonyan1-6/+7
2016-11-18usb: dwc2: gadget: DDMA transfer start and completeVahram Aharonyan1-13/+83
2016-11-18usb: dwc2: gadget: EP 0 specific DDMA programmingVahram Aharonyan1-5/+161
2016-11-18usb: dwc2: Remove reading in of invalid propertyJohn Youn1-6/+1
2016-11-18usb: twl6030-usb: make driver DT onlyNicolae Rosia2-17/+7
2016-11-18usb: dwc3: gadget: clear events in top-half handlerJohn Youn1-2/+2
2016-11-18usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn1-1/+8