summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.h
AgeCommit message (Expand)Author
2017-01-24usb: dwc3: gadget: align transfers to wMaxPacketSizeFelipe Balbi
2017-01-24usb: dwc3: gadget: allocate bounce buffer for unaligned xfersFelipe Balbi
2017-01-03usb: dwc3: gadget: Fix full speed modeRoger Quadros
2017-01-02usb: dwc3: core: avoid Overflow eventsFelipe Balbi
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn
2016-11-18usb: dwc3: core: add a event buffer cacheJohn Youn
2016-11-18usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn
2016-11-18usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn
2016-11-03usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi
2016-11-03usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi
2016-11-03usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang
2016-11-03usb: dwc3: Add support for device L1 exitJohn Youn
2016-11-03usb: dwc3: remove unused struct member dwc3->memLu Baolu
2016-11-03usb: dwc3: gadget: remove unused 'first_trb_index'Felipe Balbi
2016-10-31usb: dwc3: debug: decode control endpoint phase tooFelipe Balbi
2016-10-31usb: dwc3: gadget: properly check ep cmdFelipe Balbi
2016-09-07usb: dwc3: Fix dr_mode validationThinh Nguyen
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn
2016-08-25usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn
2016-08-25usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu
2016-08-25usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu
2016-08-25usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu
2016-08-22usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi
2016-06-20usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi
2016-06-20usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu
2016-06-20usb: dwc3: Fix DWC3_USB31_REVISION_110A definitionJohn Youn
2016-06-20usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi
2016-06-20usb: dwc3: implement runtime PMFelipe Balbi
2016-06-20usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi
2016-06-20usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi
2016-06-20usb: dwc3: core: move fladj to dwc3 structureFelipe Balbi
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi
2016-06-20usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi
2016-06-20usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi
2016-06-20usb: dwc3: gadget: fix gadget suspend/resumeFelipe Balbi
2016-06-01usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn
2016-05-03usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()Dan Carpenter
2016-04-28usb: dwc3: gadget: disable automatic calculation of ACK TP NUMPFelipe Balbi
2016-04-28usb: dwc3: gadget: update DCFG.NumP to max burst sizeFelipe Balbi
2016-04-28usb: dwc3: gadget: give better command return codeKonrad Leszczynski
2016-04-19usb: dwc3: core: add helper to extract trb typeFelipe Balbi
2016-04-19usb: dwc3: core: add fifo space helperFelipe Balbi
2016-04-19usb: dwc3: get rid of DWC3_TRB_MASKFelipe Balbi
2016-04-18usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8Felipe Balbi
2016-04-18usb: dwc3: core: document struct dwc3_requestFelipe Balbi
2016-04-18usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeueFelipe Balbi
2016-04-18usb: dwc3: add disable receiver detection in P3 quirkRajesh Bhagat
2016-04-14usb: dwc3: drop ev_buffs arrayFelipe Balbi