summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-01-081-0/+2
|\
| * usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson2017-12-131-0/+1
| * usb: dwc2: add optional usb ecc reset bitDinh Nguyen2017-12-121-0/+1
* | usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issuesMinas Harutyunyan2017-12-111-0/+4
|/
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2017-10-191-0/+4
* usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern...Bruno Herrera2017-04-111-0/+5
* usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-261-1/+1
* usb: dwc2: gadget: Set TX FIFO depths to calculated defaultsSevak Arakelyan2017-01-241-7/+9
* usb: dwc2: host: Correct snpsid checking for GDFIFOCFGSevak Arakelyan2017-01-241-0/+1
* usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220Chen Yu2017-01-241-0/+7
* usb: dwc2: Avoid sleeping while holding hsotg->lockJohn Stultz2017-01-241-1/+1
* usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-5/+0Star
* usb: dwc2: Rearrange param structure membersJohn Youn2017-01-241-28/+23Star
* usb: dwc2: Update parameter typesJohn Youn2017-01-241-26/+26
* usb: dwc2: Set core parameters to default valuesJohn Youn2017-01-241-4/+0Star
* usb: dwc2: Remove unused otg_ver parameterJohn Youn2017-01-241-9/+0Star
* usb: dwc2: Fix lines over 80 charactersJohn Youn2017-01-241-4/+9
* usb: dwc2: Fix comment alignment and formatJohn Youn2017-01-241-9/+10
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-34/+35
* usb: dwc2: use u32 for DT binding parametersLeo Yan2017-01-241-2/+2
* usb: dwc2: gadget: Add new core parameter for low speedVardan Mikayelyan2016-11-181-0/+1
* usb: dwc2: gadget: Add IOT device IDs, configure core accordinglyVardan Mikayelyan2016-11-181-0/+18
* usb: dwc2: gadget: Add DDMA isoc related fields to dwc2_hsotg_epVahram Aharonyan2016-11-181-0/+5
* usb: dwc2: gadget: Add DDMA chain pointers to dwc2_hsotg_ep structureVahram Aharonyan2016-11-181-0/+7
* usb: dwc2: gadget: Add DMA descriptor chains for EP 0Vahram Aharonyan2016-11-181-0/+13
* usb: dwc2: gadget: Add descriptor DMA parameterVahram Aharonyan2016-11-181-0/+2
* usb: dwc2: Deprecate g-use-dma bindingJohn Youn2016-11-181-3/+1Star
* usb: dwc2: Get host DMA device propertiesJohn Youn2016-11-181-1/+5
* usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn2016-11-181-2/+2
* usb: dwc2: Move gadget settings into core_paramsJohn Youn2016-11-181-8/+24
* usb: dwc2: Rename host_rx_fifo_size hardware parameterJohn Youn2016-11-181-1/+1
* usb: dwc2: Remove unnecessary prototypesJohn Youn2016-11-181-207/+20Star
* usb: dwc2: Remove dwc2_set_all_params functionJohn Youn2016-11-181-2/+0Star
* usb: dwc2: Move parameter initialization into params.cJohn Youn2016-11-181-0/+3
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-1/+1
* usb: dwc2: Add params.c fileJohn Youn2016-11-181-0/+5
* usb: dwc2: Remove unused hardware parameterJohn Youn2016-11-181-1/+0Star
* Revert "usb: dwc2: gadget: fix TX FIFO size and address initialization"John Youn2016-10-181-0/+7
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-141-7/+1Star
|\
| * usb: dwc2: Add delay to core soft resetJohn Youn2016-09-081-0/+1
| * usb: dwc2: gadget: fix TX FIFO size and address initializationRobert Baldyga2016-08-311-7/+0Star
* | usb: dwc2: Add reset control to dwc2Dinh Nguyen2016-08-221-0/+1
|/
* usb: dwc2: gadget: Final fixes for BDMA ISOCVardan Mikayelyan2016-06-211-1/+0Star
* usb: dwc2: gadget: Corrected interval calculationVardan Mikayelyan2016-06-211-1/+1
* usb: dwc2: gadget: Add dwc2_gadget_incr_frame_num()Vardan Mikayelyan2016-06-211-0/+5
* usb: dwc2: fix regression on big-endian PowerPC/ARM systemsArnd Bergmann2016-05-311-0/+27
* usb: dwc2: Move host-specific core functions into hcd.cJohn Youn2016-03-041-24/+0Star
* usb: dwc2: Move register save and restore functionsJohn Youn2016-03-041-0/+13
* usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson2016-03-041-2/+83