aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn1-1776/+0
2016-03-04usb: dwc2: Move register save and restore functionsJohn Youn1-183/+0
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson1-2/+90
2016-03-04usb: dwc2: host: Properly set the HFIRDouglas Anderson1-2/+2
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+2
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-18/+3
2016-02-17usb: dwc2: Add extra delay when forcing dr_modeJohn Youn1-0/+6
2016-02-03usb: dwc2: Fix probe problem on bcm2835John Youn1-6/+0
2016-02-03Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn1-8/+0
2015-12-22usb: dwc2: Reduce delay when forcing mode in resetJohn Youn1-1/+1
2015-12-22usb: dwc2: Improve handling of host and device hwparamsJohn Youn1-21/+67
2015-12-22usb: dwc2: Add functions to set and clear force modeJohn Youn1-24/+125
2015-12-22usb: dwc2: Move reset into dwc2_get_hwparams()John Youn1-0/+8
2015-12-22usb: dwc2: Add functions to check the HW OTG configJohn Youn1-0/+37
2015-12-22usb: dwc2: Add dwc2_core_reset()John Youn1-2/+20
2015-12-22usb: dwc2: Rename dwc2_core_reset()John Youn1-4/+4
2015-12-22usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset()John Youn1-8/+9
2015-12-22usb: dwc2: Avoid more calls to dwc2_core_reset()Douglas Anderson1-17/+23
2015-12-22usb: dwc2: reduce dwc2 driver probe timeYunzhi Li1-5/+5
2015-12-22usb: dwc2: Speed dwc2_get_hwparams() on some host-only portsDouglas Anderson1-4/+4
2015-12-22usb: dwc2: Avoid double-reset at boot timeDouglas Anderson1-11/+18
2015-12-22usb: dwc2: reset dwc2 core before dwc2_get_hwparams()Yunzhi Li1-1/+1
2015-12-22usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams()Douglas Anderson1-7/+9
2015-12-15usb: dwc2: host: Support immediate retries for split transactionsDouglas Anderson1-2/+12
2015-12-15usb: dwc2: host: fix descriptor list address maskingMian Yousaf Kaukab1-7/+3
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero1-0/+3
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-0/+24
2015-10-13usb: dwc2: fix duplicate argument warningMian Yousaf Kaukab1-2/+1
2015-10-01usb: dwc2: host: clear pending interrupts prior hibernationGregory Herrero1-0/+6
2015-10-01usb: dwc2: host: add disconnect interrupt to host only interruptsMian Yousaf Kaukab1-2/+3
2015-10-01usb: dwc2: host: reset frame number after suspendGregory Herrero1-0/+1
2015-10-01usb: dwc2: host: don't clear hprt0 status bits when exiting hibernationGregory Herrero1-1/+1
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-234/+235
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-07-06usb: dwc2: embed storage for reg backup in struct dwc2_hsotgMian Yousaf Kaukab1-40/+15
2015-04-29usb: dwc2: add hibernation core parameterGregory Herrero1-0/+24
2015-04-29usb: dwc2: remove dwc2_platform.koMian Yousaf Kaukab1-3/+0
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab1-0/+19
2015-04-29usb: dwc2: add external_id_pin_ctl core parameterGregory Herrero1-1/+21
2015-04-29usb: dwc2: add controller hibernation supportGregory Herrero1-0/+377
2015-01-12usb: dwc2: Fixed a few typos in commentsMickael Maison1-1/+1
2014-11-14usb: dwc2: Update common interrupt handler to call gadget interrupt handlerDinh Nguyen1-10/+0
2014-09-19usb: dwc2: clip max_transfer_size to 65535Paul Zimmerman1-0/+7
2014-09-08usb: dwc2: add 'mode' which based on Kconfig select or dts settingKever Yang1-0/+18
2014-09-08usb: dwc2: Read GNPTXFSIZ when in forced HOST mode.Doug Anderson1-3/+3
2014-05-27usb: dwc2: Add function to calculate correct FIFO sizesDinh Nguyen1-0/+68
2014-02-04usb: dwc2: fix role switch breakagePaul Zimmerman1-1/+1
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman1-0/+2777