aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04usb: dwc3: Validate the maximum_speed parameterJohn Youn1-2/+16
2016-03-04usb: dwc3: Update maximum_speed for SuperSpeedPlusJohn Youn1-4/+13
2015-12-15usb: dwc3: core: purge dev_dbg() callsFelipe Balbi1-3/+5
2015-10-09usb: dwc3: Add dis_enblslpm_quirkJohn Youn1-0/+6
2015-10-09usb: dwc3: Support Synopsys USB 3.1 IPJohn Youn1-2/+8
2015-09-27usb: dwc3: core: convert to unified device property interfaceHeikki Krogerus1-26/+24
2015-09-27usb: common: of_usb_get_dr_mode to usb_get_dr_modeHeikki Krogerus1-1/+1
2015-09-27usb: common: of_usb_get_maximum_speed to usb_get_maximum_speedHeikki Krogerus1-1/+2
2015-09-27usb: dwc3: support for pinctrl state change during system sleepSekhar Nori1-0/+5
2015-09-27usb: dwc3: Add frame length adjustment quirkNikhil Badola1-0/+34
2015-07-29usb: dwc3: core: remove unnecessary dev_warn()Felipe Balbi1-2/+0
2015-07-06usb: dwc3: core: avoid NULL pointer dereferenceFelipe Balbi1-2/+4
2015-05-13usb: dwc3: add ULPI interface supportHeikki Krogerus1-3/+31
2015-05-13usb: dwc3: add hsphy_interface propertyHeikki Krogerus1-0/+20
2015-05-13usb: dwc3: setup phys earlierHeikki Krogerus1-6/+2
2015-05-13usb: dwc3: soft reset to it's own functionHeikki Krogerus1-16/+30
2015-05-13usb: dwc3: cache hwparams earlierHeikki Krogerus1-2/+1
2015-05-13usb: dwc3: store driver data earlierHeikki Krogerus1-1/+2
2015-03-10usb: dwc3: make LPM configurable in DTRobert Baldyga1-0/+3
2015-03-09usb: dwc3: core: only reset res->start in case of errorFelipe Balbi1-22/+34
2015-01-27usb: dwc3: remove reliance on dev_vdbg()Felipe Balbi1-1/+1
2014-11-06usb: dwc3: core: enable phy suspend quirk on non-FPGAFelipe Balbi1-2/+2
2014-11-03usb: dwc3: make HIRD threshold configurableHuang Rui1-0/+17
2014-11-03usb: dwc3: add disable usb2 suspend phy quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add disable usb3 suspend phy quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add Tx de-emphasis quirkHuang Rui1-0/+17
2014-11-03usb: dwc3: set SUSPHY bit for all coresHuang Rui1-0/+24
2014-11-03usb: dwc3: add rx_detect to polling lfps quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add lfps filter quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add delay phy power change quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add delay p1p2p3 quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add request p1p2p3 quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add P3 in U2 SS inactive quirkHuang Rui1-0/+23
2014-11-03usb: dwc3: add u2exit lfps quirkHuang Rui1-0/+6
2014-11-03usb: dwc3: add lpm erratum supportHuang Rui1-1/+15
2014-11-03usb: dwc3: add disscramble quirkHuang Rui1-1/+13
2014-11-03usb: dwc3: add a flag to check if it is fpga boardHuang Rui1-0/+6
2014-11-03usb: dwc3: enable hibernation if to be supportedHuang Rui1-0/+6
2014-11-03usb: dwc3: get rid of ->prepare()/->complete()Felipe Balbi1-48/+2
2014-11-03usb: dwc3: add ACPI supportHeikki Krogerus1-0/+13
2014-11-03usb: dwc3: core: only setting the dma_mask when neededHeikki Krogerus1-3/+5
2014-11-03usb: dwc3: core: write LINUX_VERSION_CODE to our GUID registerFelipe Balbi1-0/+7
2014-09-16Merge tag 'v3.17-rc5' into nextFelipe Balbi1-6/+7
2014-09-03usb: dwc3: core: fix ordering for PHY suspendFelipe Balbi1-4/+5
2014-09-03usb: dwc3: core: fix order of PM runtime callsFelipe Balbi1-3/+3
2014-08-20usb: dwc3: remove unnecessary OOM messagesJingoo Han1-6/+3
2014-06-30usb: dwc3: add support for USB 2.0-only core configurationPaul Zimmerman1-0/+7
2014-06-30usb: dwc3: Keeping 'resource' related code togetherVivek Gautam1-19/+25
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-120/+133
2014-05-15usb: dwc3: no need to initialize ret variableAndy Shevchenko1-1/+1