summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen2018-11-261-0/+13
* usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen2018-11-261-2/+17
* usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen2018-11-261-4/+141
* usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen2018-11-261-0/+8
* usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen2018-11-261-8/+8
* USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-32/+11
* usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen2018-03-221-0/+5
* usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macroFelipe Balbi2018-03-081-49/+30
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-9/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: debugfs: slightly improve output of trb_ringFelipe Balbi2017-06-021-5/+4
* usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros2017-04-111-6/+2
* usb: dwc3: debugfs: remove unnecessary | operatorRoger Quadros2017-04-111-3/+3
* usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi2017-04-111-25/+2
* usb: dwc3: debugfs: return strings that match tracepointsFelipe Balbi2017-04-111-4/+4
* usb: dwc3: debugfs: make use of dwc3_gadget_link_string()Felipe Balbi2017-04-111-46/+1
* usb: dwc3: debugfs: downcase OTG on 'mode' fileFelipe Balbi2017-04-111-1/+1
* usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue2017-04-111-13/+2
* usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu2016-06-201-0/+1
* usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi2016-06-201-133/+57
* Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-04-281-38/+320
|\
| * usb: dwc3: debugfs: dump out endpoint detailsFelipe Balbi2016-04-191-0/+302
| * usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin2016-04-191-36/+19
* | usb: dwc3: fix memory leak of dwc->regsetDu, Changbin2016-04-181-5/+8
|/
* usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-291-27/+7
* usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian2013-03-181-0/+1
* usb: dwc3: debugfs: improve debugfs file creationFelipe Balbi2013-03-181-19/+22
* usb: dwc3: debugfs: mark our regset structure constFelipe Balbi2013-03-181-1/+1
* usb: dwc3: debugfs: when unknown, print only the state valueFelipe Balbi2013-03-181-1/+1
* usb: dwc3: debugfs: add two missing Link StatesFelipe Balbi2013-03-181-0/+6
* usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam2013-01-181-0/+2
* usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi2013-01-181-24/+12
* usb: dwc3: debugfs: fix regdump offsetJack Pham2012-12-131-1/+1
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: dwc3: debugfs: fix off by one when entering testmodeGerard Cauvy2012-02-101-3/+3
* usb: dwc3: debugfs: fix error checkFelipe Balbi2012-02-061-10/+10
* usb: dwc3: gadget: allow Link state changes via debugfsFelipe Balbi2012-02-061-0/+110
* usb: dwc3: gadget: allow testmodes changes via debugfsFelipe Balbi2012-02-061-0/+92
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-3/+80
|\
| * usb: dwc3: fix sparse errorsFelipe Balbi2011-12-121-0/+1
| * usb: dwc3: fix few coding style problemsFelipe Balbi2011-12-121-3/+2
| * usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior2011-12-121-12/+9
| * usb: dwc3: debugfs: hold the lock in during mode changeSebastian Andrzej Siewior2011-12-121-2/+0
| * usb: dwc3: debugfs: add support for changing port modeFelipe Balbi2011-12-121-0/+82
* | usb: dwc3: fix a warningAlessandro Rubini2011-11-181-1/+0
* | usb: dwc3: use debugfs_print_regs32()Alessandro Rubini2011-11-181-12/+3
|/
* usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior2011-10-041-1/+0
* usb: dwc3: debugfs: remove test mode interfaceSebastian Andrzej Siewior2011-09-091-94/+0
* usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open()Dan Carpenter2011-09-091-1/+3