summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/core.h
AgeCommit message (Expand)Author
2018-08-24usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu
2018-05-25usb: dwc2: Fix interval type issueGrigor Tovmasyan
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn
2017-01-24usb: dwc2: Rearrange param structure membersJohn Youn
2017-01-24usb: dwc2: Update parameter typesJohn Youn
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan
2016-11-18usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan
2016-11-18usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan
2016-11-18usb: dwc2: gadget: Add DMA descriptor chains for EP 0Vahram Aharonyan
2016-11-18usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan
2016-11-18usb: dwc2: Deprecate g-use-dma bindingJohn Youn
2016-11-18usb: dwc2: Get host DMA device propertiesJohn Youn
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn
2016-11-18usb: dwc2: Move gadget settings into core_paramsJohn Youn
2016-11-18usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn
2016-11-18usb: dwc2: Remove unnecessary prototypesJohn Youn
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn
2016-11-18usb: dwc2: Add params.c fileJohn Youn
2016-11-18usb: dwc2: Remove unused hardware parameterJohn Youn
2016-10-18Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2016-09-08usb: dwc2: Add delay to core soft resetJohn Youn
2016-08-31usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan
2016-05-31usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson