aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-6/+22
2015-09-27usb: dwc2: rename all s3c_* to dwc2_*Felipe Balbi1-26/+26
2015-07-06usb: dwc2: embed storage for reg backup in struct dwc2_hsotgMian Yousaf Kaukab1-3/+6
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero1-0/+7
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab1-3/+10
2015-04-29usb: dwc2: add external_id_pin_ctl core parameterGregory Herrero1-0/+6
2015-04-29usb: dwc2: implement hibernation during bus suspend/resumeGregory Herrero1-0/+2
2015-04-29usb: dwc2: add controller hibernation supportGregory Herrero1-0/+84
2015-04-29usb: dwc2: debugfs: add support for complete register dumpMian Yousaf Kaukab1-0/+1
2015-04-29usb: dwc2: move debugfs code to a separate fileMian Yousaf Kaukab1-3/+4
2015-03-12usb: dwc2: rework initialization of host and gadget in dual-role modeMarek Szyprowski1-0/+2
2015-01-30usb: dwc2: gadget: add reset flag in init functionGregory Herrero1-2/+4
2015-01-30usb: dwc2: gadget: add unaligned buffers supportMian Yousaf Kaukab1-0/+2
2015-01-30usb: dwc2: gadget: add TEST_MODE feature supportGregory Herrero1-0/+4
2015-01-12usb: dwc2: gadget: rename sent_zlp to send_zlpMian Yousaf Kaukab1-2/+2
2015-01-12usb: dwc2: gadget: manage ep0 state in softwareMian Yousaf Kaukab1-2/+11
2015-01-12usb: dwc2: gadget: remove unused members from hsotg_reqMian Yousaf Kaukab1-4/+0
2015-01-12usb: dwc2: gadget: configure fifos from device treeGregory Herrero1-0/+13
2015-01-12usb: dwc2: gadget: add bi-directional endpoint supportMian Yousaf Kaukab1-1/+2
2015-01-12usb: dwc2: gadget: add device tree property to enable dmaGregory Herrero1-0/+2
2015-01-12usb: dwc2: gadget: don't embed ep0 buffersMian Yousaf Kaukab1-2/+5
2015-01-12usb: dwc2: Fixed a few typos in commentsMickael Maison1-1/+1
2014-11-21usb: dwc2: gadget: rework suspend/resume code to correctly restore gadget stateMarek Szyprowski1-1/+2
2014-11-21usb: dwc2: gadget: add mutex to serialize init/deinit callsMarek Szyprowski1-0/+1
2014-11-21usb: dwc2: gadget: rework disconnect event handlingMarek Szyprowski1-0/+3
2014-11-14usb: dwc2: Initialize the USB core for peripheral modeDinh Nguyen1-0/+4