summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-21usb: dwc3: gadget: remove unnecessary 'chain' variableFelipe Balbi1-3/+1
2018-05-21usb: dwc3: gadget: remove PENDING handling from cleanup_completedFelipe Balbi1-14/+0
2018-05-21usb: dwc3: gadget: split scatterlist and linear handlersFelipe Balbi1-26/+45
2018-05-21usb: dwc3: gadget: simplify isoc case on cleanup_completed_requestsFelipe Balbi1-10/+3
2018-05-21usb: dwc3: gadget: simplify queueing of isoc transfersFelipe Balbi1-12/+6
2018-05-21usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi3-35/+3
2018-05-21usb: dwc3: gadget: check for Missed Isoc from event statusFelipe Balbi2-5/+14
2018-05-21usb: dwc3: gadget: remove unnecessary 'ioc' variableFelipe Balbi1-6/+1
2018-05-21usb: dwc3: gadget: make cleanup_completed_requests() return nothingFelipe Balbi1-9/+4
2018-05-21usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi4-18/+6
2018-05-21usb: dwc3: gadget: start removing BUSY flagFelipe Balbi1-2/+2
2018-05-21usb: dwc3: gadget: update dep->frame_number from XferInprogress tooFelipe Balbi1-6/+13
2018-05-21usb: dwc3: gadget: always use frame number from XferNotReadyFelipe Balbi1-7/+5
2018-05-21usb: dwc3: gadget: remove unnecessary 'dwc' parameterFelipe Balbi1-36/+32
2018-05-21usb: dwc3: gadget: move handler closer to calling siteFelipe Balbi1-11/+11
2018-05-21usb: dwc3: gadget: rename dwc3_gadget_start_isoc()Felipe Balbi1-2/+2
2018-05-21usb: dwc3: gadget: remove some pointless checksFelipe Balbi1-13/+1
2018-05-21usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi3-24/+8
2018-05-21usb: dwc3: gadget: rename done_trbs and done_reqsFelipe Balbi1-13/+16
2018-05-21usb: dwc3: gadget: don't kick transfer all the timeFelipe Balbi1-11/+0
2018-05-21usb: dwc3: gadget: rename dwc3_endpoint_transfer_complete()Felipe Balbi1-6/+3
2018-05-21usb: dwc3: gadget: XferComplete only for EP0Felipe Balbi1-10/+1
2018-05-21usb: dwc3: gadget: XferNotReady is Isoc-onlyFelipe Balbi1-4/+6
2018-05-21usb: dwc3: gadget: pre-issue Start Transfer for Interrupt EPs tooFelipe Balbi1-2/+2
2018-05-21usb: dwc3: gadget: Correct the logic for queuing sgsAnurag Kumar Vulisha2-3/+22
2018-05-21usb: dwc3: gadget: Correct handling of scattergather listsAnurag Kumar Vulisha2-3/+24
2018-05-16USB: dwc3: get extcon device by OF graph bindingsAndrzej Hajda1-6/+28
2018-05-16usb: dwc3: support clocks and resets for DWC3 coreMasahiro Yamada2-2/+94
2018-05-15usb: gadget: udc: atmel: Fix indentingRomain Izard1-9/+9
2018-05-15usb: gadget: udc: atmel: Remove obsolete includeRomain Izard1-1/+0
2018-05-15usb: gadget: udc: atmel: GPIO inversion is handled by gpiodRomain Izard2-3/+1
2018-05-15USB: rndis: Fix for handling garbled messagesMichel Pollet1-0/+3
2018-05-15usb: dwc3: use local copy of resource to fix-up register offsetMasahiro Yamada1-24/+8
2018-05-15usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speedsChunfeng Yun1-1/+1
2018-05-15usb: dwc3: core: Suspend PHYs on runtime suspend in host modeManu Gautam1-3/+33
2018-05-15usb: dwc3: Add Qualcomm DWC3 glue driverManu Gautam4-1/+633
2018-05-15usb: dwc3: of-simple: Add compatible for Allwinner H6 platformIcenowy Zheng1-0/+1
2018-05-15usb: gadget: f_ecm: fix host mac address for multiple instancesLukasz Nowak1-1/+2
2018-05-15USB: Gadget Ethernet: Re-enable Jumbo frames.John Greb1-0/+4
2018-05-15usb: dwc2: Change reading of current frame number flow.Artur Petrosyan3-5/+23
2018-05-15usb: dwc2: debugfs: Don't touch RX FIFO during register dumpStefan Wahren1-1/+1
2018-05-15usb: dwc2: Fix crash in incomplete isoc intr handlers.Artur Petrosyan1-3/+3
2018-05-15usb: dwc2: Add Interpacket Gap(IPG) feature supportGrigor Tovmasyan5-0/+20
2018-05-15usb: dwc2: Enable BNA interrupt for IN endpointsMinas Harutyunyan1-1/+3
2018-05-15usb: dwc2: Change ISOC DDMA flowMinas Harutyunyan2-144/+139
2018-05-15usb: mtu3: make USB_MTU3_DUAL_ROLE depend on EXTCON but not USB_MTU3Chunfeng Yun1-1/+2
2018-05-15usb: mtu3: fix operation failure when test TEST_J/KChunfeng Yun1-0/+10
2018-05-15usb: mtu3: fix an unrecognized issue when connected with PCChunfeng Yun2-26/+3
2018-05-15usb: mtu3: remove repeated setting of gadget stateChunfeng Yun1-6/+2
2018-05-15usb: mtu3: avoid TX data length truncated in SS/SSP modeChunfeng Yun1-1/+1