summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cdc-acm: reindent log messagesLadislav Michl2016-11-211-18/+17
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-1885-2752/+4072
|\
| * usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke2016-11-181-1/+2
| * usb: dwc3: Do not set dma coherent maskArnd Bergmann2016-11-182-11/+0
| * usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann2016-11-186-43/+54
| * usb: dwc3: ep0: avoid empty-body warningArnd Bergmann2016-11-181-6/+7
| * usb: dwc2: Move functions from header to sourceRazmik Karapetyan2016-11-182-34/+29
| * usb: dwc2: Fix fifo_show() functionalityRazmik Karapetyan2016-11-181-1/+1
| * usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan2016-11-181-10/+0
| * usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan2016-11-181-0/+7
| * usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan2016-11-181-1/+1
| * usb: dwc2: Stop Complete Splits after Data PID == 0Sevak Arakelyan2016-11-181-1/+6
| * usb: dwc3: pci: avoid build warningFelipe Balbi2016-11-181-24/+26
| * usb: dwc3: Workaround for irq mask issueJohn Youn2016-11-181-0/+11
| * usb: dwc3: Implement interrupt moderationJohn Youn2016-11-183-0/+47
| * usb: dwc2: add amcc,dwc-otg supportChristian Lamparter2016-11-182-0/+2
| * usb: dwc2: fixes host_dma logicChristian Lamparter2016-11-181-3/+2
| * usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan2016-11-184-11/+33
| * usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan2016-11-181-0/+2
| * usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan2016-11-182-1/+26
| * usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan2016-11-181-5/+21
| * usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan2016-11-181-89/+93
| * usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan2016-11-181-23/+41
| * usb: dwc2: gadget: For DDMA parse setup only after SetUp interruptVahram Aharonyan2016-11-181-0/+10
| * usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMAVahram Aharonyan2016-11-181-0/+4
| * usb: dwc2: gadget: Enable the BNA interruptVahram Aharonyan2016-11-182-0/+5
| * usb: dwc2: gadget: Start and complete DDMA isoc transfersVahram Aharonyan2016-11-181-5/+304
| * usb: dwc2: gadget: In DDMA keep incompISOOUT and incompISOIN maskedVahram Aharonyan2016-11-181-2/+4
| * usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan2016-11-182-0/+7
| * usb: dwc2: gadget: Enable descriptor DMA modeVahram Aharonyan2016-11-182-2/+9
| * usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handlerVahram Aharonyan2016-11-181-2/+9
| * usb: dwc2: gadget: Fixes for StsPhseRcvd interruptVahram Aharonyan2016-11-181-6/+7
| * usb: dwc2: gadget: DDMA transfer start and completeVahram Aharonyan2016-11-181-13/+83
| * usb: dwc2: gadget: EP 0 specific DDMA programmingVahram Aharonyan2016-11-181-5/+161
| * usb: dwc2: Remove reading in of invalid propertyJohn Youn2016-11-181-6/+1
| * usb: twl6030-usb: make driver DT onlyNicolae Rosia2016-11-182-17/+7
| * usb: dwc3: gadget: clear events in top-half handlerJohn Youn2016-11-181-2/+2
| * usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn2016-11-181-1/+8
| * usb: dwc3: gadget: use evt->length as we shouldFelipe Balbi2016-11-181-1/+1
| * usb: dwc3: core: add a event buffer cacheJohn Youn2016-11-182-0/+6
| * usb: phy: phy-generic: add the implementation of .set_suspendPeter Chen2016-11-181-0/+9
| * usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi2016-11-181-39/+0
| * usb: gadget: Fix checkpatch error for bracesAnson Jacob2016-11-184-50/+25
| * usb: isp1301-omap: don't opencode IS_REACHABLE()Fabian Frederick2016-11-181-1/+1
| * usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin2016-11-181-5/+2
| * usb: dwc3: Add a function to check propertiesJohn Youn2016-11-181-26/+33
| * usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn2016-11-181-0/+6
| * usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan2016-11-182-2/+38
| * usb: dwc2: gadget: Transfer length limit checking for DDMAVahram Aharonyan2016-11-181-1/+31
| * usb: dwc2: host: Rename MAX_DMA_DESC_SIZE to HOST_DMA_NBYTES_LIMITVahram Aharonyan2016-11-182-3/+3
OpenPOWER on IntegriCloud