aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-29usb: dwc3: fix typo in comment of dwc3_epHuang Rui1-1/+1
2013-07-29usb: dwc3: core: introduce and use macros for Event Size registerFelipe Balbi1-0/+4
2013-07-29usb: dwc3: core: don't redefine DWC3_DCFG_LPM_CAPFelipe Balbi1-1/+0
2013-07-29usb: dwc3: adapt to use dr_mode device tree helperRuchika Kharwar1-7/+4
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi1-27/+7
2013-07-29usb: dwc3: clean up redundant parameter commentHuang Rui1-1/+0
2013-07-15usb: dwc3: fix wrong bit mask in dwc3_event_typeHuang Rui1-2/+2
2013-03-18usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian1-2/+3
2013-03-18usb: dwc3: calculate the number of endpointsFelipe Balbi1-0/+15
2013-03-18usb: dwc3: core: define more revisionsFelipe Balbi1-0/+3
2013-03-18usb: dwc3: remove our homebrew state mechanismFelipe Balbi1-7/+0
2013-03-18usb: dwc3: add count field to event bufferFelipe Balbi1-0/+2
2013-03-18usb: dwc3: add a flags field to event bufferFelipe Balbi1-0/+5
2013-03-18usb: dwc3: core: remove bogus comment to our structureFelipe Balbi1-1/+0
2013-03-18usb: dwc3: core: add power management supportFelipe Balbi1-0/+33
2013-03-18usb: dwc3: gadget: save state of pullupsFelipe Balbi1-0/+1
2013-01-18usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam1-1/+15
2013-01-18usb: dwc3: gadget: fix scatter gather implementationPratyush Anand1-0/+1
2013-01-18usb: dwc3: gadget: fix missed isocPratyush Anand1-2/+0
2013-01-18usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi1-0/+1
2013-01-18usb: dwc3: decrease event buffer sizeFelipe Balbi1-1/+3
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior1-3/+0
2012-09-11Merge tag 'dwc3-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+0
2012-09-10usb: dwc3: add basic PHY supportFelipe Balbi1-0/+5
2012-08-03usb: dwc3: ep0: drop dead codeFelipe Balbi1-2/+0
2012-06-25usb: dwc3: rename res_trans_idx to resource_indexFelipe Balbi1-2/+2
2012-06-06usb: dwc3: Correct DWC3_DCTL_HIRD_THRES definitionPratyush Anand1-1/+1
2012-06-04usb: dwc3: Fix missed isoc IN transactionPratyush Anand1-0/+3
2012-06-04USB: DWC3: Correct DWC3_DSTS_SOFFN_MASK definitionPratyush Anand1-1/+1
2012-06-04USB: DWC3: Correct DWC3_TRB_SIZE_TRBSTS definitionPratyush Anand1-1/+1
2012-06-03usb: dwc3: add definitions for new registersPaul Zimmerman1-19/+75
2012-05-07Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-5/+34
2012-05-04usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-1/+0
2012-05-04usb: dwc3: define DWC3_EP0_BOUNCE_SIZEFelipe Balbi1-0/+1
2012-05-02usb: dwc3: ep0: implement support for Set Isoch Delay requestFelipe Balbi1-0/+2
2012-05-02usb: dwc3: ep0: implement Set SEL supportFelipe Balbi1-0/+10
2012-05-02usb: dwc3: gadget: implement Global Command supportFelipe Balbi1-2/+4
2012-04-30usb: dwc3: ep0: add LPM handlingSebastian Andrzej Siewior1-0/+1
2012-04-24usb: dwc3: core: split host address spaceIdo Shayevitz1-3/+12
2012-04-11usb: dwc3: core: define more revision macrosFelipe Balbi1-0/+4
2012-03-02Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-116/+82
2012-03-02usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)Paul Zimmerman1-0/+1
2012-03-02usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman1-11/+11
2012-02-28usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi1-2/+0
2012-02-13usb: dwc3: convert TRBs into bitshiftsFelipe Balbi1-104/+38
2012-02-10usb: dwc3: ep0: fix SetFeature(TEST)Gerard Cauvy1-0/+3
2012-02-06usb: dwc3: gadget: start core on Rx.DetectFelipe Balbi1-0/+9
2012-02-06usb: dwc3: gadget: dynamically re-size TxFifosFelipe Balbi1-1/+15
2012-02-06usb: dwc3: gadget: fix XferNotReady debug printFelipe Balbi1-0/+5
2011-12-12usb: dwc3: gadget: fix stream enable bitFelipe Balbi1-0/+1