aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen1-0/+13
2018-11-26usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen1-2/+17
2018-11-26usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen1-4/+141
2018-11-26usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen1-0/+8
2018-11-26usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen1-8/+8
2018-05-31USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-32/+11
2018-03-22usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen1-0/+5
2018-03-08usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macroFelipe Balbi1-49/+30
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-02usb: dwc3: debugfs: slightly improve output of trb_ringFelipe Balbi1-5/+4
2017-04-11usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros1-6/+2
2017-04-11usb: dwc3: debugfs: remove unnecessary | operatorRoger Quadros1-3/+3
2017-04-11usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi1-25/+2
2017-04-11usb: dwc3: debugfs: return strings that match tracepointsFelipe Balbi1-4/+4
2017-04-11usb: dwc3: debugfs: make use of dwc3_gadget_link_string()Felipe Balbi1-46/+1
2017-04-11usb: dwc3: debugfs: downcase OTG on 'mode' fileFelipe Balbi1-1/+1
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue1-13/+2
2016-06-20usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu1-0/+1
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi1-133/+57
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-38/+320
2016-04-19usb: dwc3: debugfs: dump out endpoint detailsFelipe Balbi1-0/+302
2016-04-19usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin1-36/+19
2016-04-18usb: dwc3: fix memory leak of dwc->regsetDu, Changbin1-5/+8
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi1-27/+7
2013-03-18usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian1-0/+1
2013-03-18usb: dwc3: debugfs: improve debugfs file creationFelipe Balbi1-19/+22
2013-03-18usb: dwc3: debugfs: mark our regset structure constFelipe Balbi1-1/+1
2013-03-18usb: dwc3: debugfs: when unknown, print only the state valueFelipe Balbi1-1/+1
2013-03-18usb: dwc3: debugfs: add two missing Link StatesFelipe Balbi1-0/+6
2013-01-18usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam1-0/+2
2013-01-18usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi1-24/+12
2012-12-13usb: dwc3: debugfs: fix regdump offsetJack Pham1-1/+1
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-02-10usb: dwc3: debugfs: fix off by one when entering testmodeGerard Cauvy1-3/+3
2012-02-06usb: dwc3: debugfs: fix error checkFelipe Balbi1-10/+10
2012-02-06usb: dwc3: gadget: allow Link state changes via debugfsFelipe Balbi1-0/+110
2012-02-06usb: dwc3: gadget: allow testmodes changes via debugfsFelipe Balbi1-0/+92
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+80
2011-12-12usb: dwc3: fix sparse errorsFelipe Balbi1-0/+1
2011-12-12usb: dwc3: fix few coding style problemsFelipe Balbi1-3/+2
2011-12-12usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior1-12/+9
2011-12-12usb: dwc3: debugfs: hold the lock in during mode changeSebastian Andrzej Siewior1-2/+0
2011-12-12usb: dwc3: debugfs: add support for changing port modeFelipe Balbi1-0/+82
2011-11-18usb: dwc3: fix a warningAlessandro Rubini1-1/+0
2011-11-18usb: dwc3: use debugfs_print_regs32()Alessandro Rubini1-12/+3
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior1-1/+0
2011-09-09usb: dwc3: debugfs: remove test mode interfaceSebastian Andrzej Siewior1-94/+0
2011-09-09usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open()Dan Carpenter1-1/+3