summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/debugfs.c
AgeCommit message (Expand)AuthorLines
2023-03-23usb: dwc3: add several registers dump for debugfsLi Jun-0/+5
2023-02-06USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman-11/+8
2021-06-10USB: dwc3: remove debugfs root dentry storageGreg Kroah-Hartman-4/+4
2021-06-02usb: dwc3: debugfs: Add and remove endpoint dirs dynamicallyJack Pham-19/+2
2021-04-02usb: dwc3: fix incorrect kernel-doc comment syntax in filesAditya Srivastava-1/+1
2021-03-28usb: dwc3: Create helper function getting MDWIDTHThinh Nguyen-8/+4
2020-10-02usb: dwc3: debugfs: do not queue work if try to change mode on non-drdLi Jun-0/+3
2020-10-02usb: dwc3: debugfs: fix checkpatch warningsFelipe Balbi-30/+26
2020-07-15usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman-10/+10
2020-05-25usb: dwc3: Get MDWIDTH for DWC_usb32Thinh Nguyen-2/+12
2019-11-14usb: dwc3: create debugfs directory under usb rootChunfeng Yun-1/+1
2018-11-26usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen-0/+13
2018-11-26usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen-2/+17
2018-11-26usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen-4/+141
2018-11-26usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen-0/+8
2018-11-26usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen-8/+8
2018-05-31USB: dwc3: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-32/+11
2018-03-22usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen-0/+5
2018-03-08usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macroFelipe Balbi-49/+30
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-06-02usb: dwc3: debugfs: slightly improve output of trb_ringFelipe Balbi-5/+4
2017-04-11usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros-6/+2
2017-04-11usb: dwc3: debugfs: remove unnecessary | operatorRoger Quadros-3/+3
2017-04-11usb: dwc3: expose dwc3_trb_type_string()Felipe Balbi-25/+2
2017-04-11usb: dwc3: debugfs: return strings that match tracepointsFelipe Balbi-4/+4
2017-04-11usb: dwc3: debugfs: make use of dwc3_gadget_link_string()Felipe Balbi-46/+1
2017-04-11usb: dwc3: debugfs: downcase OTG on 'mode' fileFelipe Balbi-1/+1
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue-13/+2
2016-06-20usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu-0/+1
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi-133/+57
2016-04-28Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-38/+320
2016-04-19usb: dwc3: debugfs: dump out endpoint detailsFelipe Balbi-0/+302
2016-04-19usb: dwc3: make dwc3_debugfs_init return value be voidDu, Changbin-36/+19
2016-04-18usb: dwc3: fix memory leak of dwc->regsetDu, Changbin-5/+8
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi-27/+7
2013-03-18usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian-0/+1
2013-03-18usb: dwc3: debugfs: improve debugfs file creationFelipe Balbi-19/+22
2013-03-18usb: dwc3: debugfs: mark our regset structure constFelipe Balbi-1/+1
2013-03-18usb: dwc3: debugfs: when unknown, print only the state valueFelipe Balbi-1/+1
2013-03-18usb: dwc3: debugfs: add two missing Link StatesFelipe Balbi-0/+6
2013-01-18usb: dwc3: remove dwc3 dependency on host AND gadget.Vivek Gautam-0/+2
2013-01-18usb: dwc3: debugfs: convert our regdump to use regsetsFelipe Balbi-24/+12
2012-12-13usb: dwc3: debugfs: fix regdump offsetJack Pham-1/+1
2012-11-21usb: remove use of __devexitBill Pemberton-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton-1/+1
2012-02-10usb: dwc3: debugfs: fix off by one when entering testmodeGerard Cauvy-3/+3
2012-02-06usb: dwc3: debugfs: fix error checkFelipe Balbi-10/+10
2012-02-06usb: dwc3: gadget: allow Link state changes via debugfsFelipe Balbi-0/+110