summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-18Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2016-11-18Merge tag 'fixes-for-v4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2016-11-18usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke
2016-11-18usb: dwc3: Do not set dma coherent maskArnd Bergmann
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann
2016-11-18usb: dwc3: ep0: avoid empty-body warningArnd Bergmann
2016-11-18usb: dwc2: Move functions from header to sourceRazmik Karapetyan
2016-11-18usb: dwc2: Fix fifo_show() functionalityRazmik Karapetyan
2016-11-18usb: dwc2: Remove unnecessary request length checkingRazmik Karapetyan
2016-11-18usb: dwc2: Fix Control Write issue in DMA modeRazmik Karapetyan
2016-11-18usb: dwc2: Don't program DMA address for 0 length requestRazmik Karapetyan
2016-11-18usb: dwc2: Stop Complete Splits after Data PID == 0Sevak Arakelyan
2016-11-18usb: dwc3: pci: avoid build warningFelipe Balbi
2016-11-18usb: dwc3: Workaround for irq mask issueJohn Youn
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn
2016-11-18usb: dwc2: add amcc,dwc-otg supportChristian Lamparter
2016-11-18usb: dwc2: fixes host_dma logicChristian Lamparter
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan
2016-11-18usb: dwc2: gadget: Program ep0_mps for LSVardan Mikayelyan
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan
2016-11-18usb: dwc2: Add support of dedicated full-speed PHY interfaceVahram Aharonyan
2016-11-18usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disableVahram Aharonyan
2016-11-18usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() functionVahram Aharonyan
2016-11-18usb: dwc2: gadget: For DDMA parse setup only after SetUp interruptVahram Aharonyan
2016-11-18usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMAVahram Aharonyan
2016-11-18usb: dwc2: gadget: Enable the BNA interruptVahram Aharonyan
2016-11-18usb: dwc2: gadget: Start and complete DDMA isoc transfersVahram Aharonyan
2016-11-18usb: dwc2: gadget: In DDMA keep incompISOOUT and incompISOIN maskedVahram Aharonyan
2016-11-18usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan
2016-11-18usb: dwc2: gadget: Enable descriptor DMA modeVahram Aharonyan
2016-11-18usb: dwc2: gadget: Start DDMA IN status phase in StsPhseRcvd handlerVahram Aharonyan
2016-11-18usb: dwc2: gadget: Fixes for StsPhseRcvd interruptVahram Aharonyan
2016-11-18usb: dwc2: gadget: DDMA transfer start and completeVahram Aharonyan
2016-11-18usb: dwc2: gadget: EP 0 specific DDMA programmingVahram Aharonyan
2016-11-18usb: dwc2: Remove reading in of invalid propertyJohn Youn
2016-11-18usb: twl6030-usb: make driver DT onlyNicolae Rosia
2016-11-18usb: dwc3: gadget: clear events in top-half handlerJohn Youn
2016-11-18usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn
2016-11-18usb: dwc3: gadget: use evt->length as we shouldFelipe Balbi
2016-11-18usb: dwc3: core: add a event buffer cacheJohn Youn
2016-11-18usb: phy: phy-generic: add the implementation of .set_suspendPeter Chen
2016-11-18usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi
2016-11-18usb: gadget: Fix checkpatch error for bracesAnson Jacob
2016-11-18usb: isp1301-omap: don't opencode IS_REACHABLE()Fabian Frederick
2016-11-18usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin
2016-11-18usb: dwc3: Add a function to check propertiesJohn Youn
2016-11-18usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn
2016-11-18usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan
2016-11-18usb: dwc2: gadget: Transfer length limit checking for DDMAVahram Aharonyan