aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY)Bruno Herrera1-0/+5
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit1-1/+1
2017-01-24usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan1-7/+9
2017-01-24usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan1-0/+1
2017-01-24usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu1-0/+7
2017-01-24usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz1-1/+1
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-5/+0
2017-01-24usb: dwc2: Rearrange param structure membersJohn Youn1-28/+23
2017-01-24usb: dwc2: Update parameter typesJohn Youn1-26/+26
2017-01-24usb: dwc2: Set core parameters to default valuesJohn Youn1-4/+0
2017-01-24usb: dwc2: Remove unused otg_ver parameterJohn Youn1-9/+0
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn1-4/+9
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn1-9/+10
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-34/+35
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan1-2/+2
2016-11-18usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan1-0/+1
2016-11-18usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan1-0/+18
2016-11-18usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan1-0/+5
2016-11-18usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan1-0/+7
2016-11-18usb: dwc2: gadget: Add DMA descriptor chains for EP 0Vahram Aharonyan1-0/+13
2016-11-18usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan1-0/+2
2016-11-18usb: dwc2: Deprecate g-use-dma bindingJohn Youn1-3/+1
2016-11-18usb: dwc2: Get host DMA device propertiesJohn Youn1-1/+5
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn1-2/+2
2016-11-18usb: dwc2: Move gadget settings into core_paramsJohn Youn1-8/+24
2016-11-18usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn1-1/+1
2016-11-18usb: dwc2: Remove unnecessary prototypesJohn Youn1-207/+20
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn1-2/+0
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn1-0/+3
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-1/+1
2016-11-18usb: dwc2: Add params.c fileJohn Youn1-0/+5
2016-11-18usb: dwc2: Remove unused hardware parameterJohn Youn1-1/+0
2016-10-18Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn1-0/+7
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-7/+1
2016-09-08usb: dwc2: Add delay to core soft resetJohn Youn1-0/+1
2016-08-31usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga1-7/+0
2016-08-22usb: dwc2: Add reset control to dwc2Dinh Nguyen1-0/+1
2016-06-21usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan1-1/+0
2016-06-21usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan1-1/+1
2016-06-21usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan1-0/+5
2016-05-31usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann1-0/+27
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn1-24/+0
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn1-0/+13
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson1-2/+83
2016-03-04usb: dwc2: host: Add dwc2_hcd_get_future_frame_number() callDouglas Anderson1-0/+4
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson1-1/+2
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson1-0/+20
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+2
2015-12-22usb: dwc2: Improve handling of host and device hwparamsJohn Youn1-0/+3
2015-12-22usb: dwc2: Add functions to set and clear force modeJohn Youn1-0/+2