summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2/core.h
AgeCommit message (Expand)AuthorFilesLines
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/bal...Greg 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
2015-12-22usb: dwc2: Move mode querying functions into core.hJohn Youn1-0/+12
2015-12-22usb: dwc2: Add functions to check the HW OTG configJohn Youn1-0/+13
2015-12-22usb: dwc2: Add dwc2_core_reset()John Youn1-0/+1
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn1-1/+1
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson1-1/+1
2015-12-22usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li1-0/+1
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson1-2/+4
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero1-0/+4
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero1-0/+2
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-0/+20
2015-10-14usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski1-10/+14
2015-10-14usb: dwc2: remove no longer needed init_mutexMarek Szyprowski1-1/+0
2015-10-02usb: dwc2: gadget: parity fix in isochronous modeRoman Bacik1-0/+1
2015-10-01usb: dwc2: gadget: only reset core after addressed stateMian Yousaf Kaukab1-2/+0
2015-10-01usb: dwc2: host: add flag to reflect bus stateGregory Herrero1-0/+1