index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-24
usb: dwc3: debugfs: Resume dwc3 before accessing registers
Udipto Goswami
1
-0
/
+109
2023-03-11
USB: dwc3: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-11
/
+8
2021-06-10
USB: dwc3: remove debugfs root dentry storage
Greg Kroah-Hartman
1
-4
/
+4
2021-06-02
usb: dwc3: debugfs: Add and remove endpoint dirs dynamically
Jack Pham
1
-19
/
+2
2021-04-02
usb: dwc3: fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
1
-1
/
+1
2021-03-28
usb: dwc3: Create helper function getting MDWIDTH
Thinh Nguyen
1
-8
/
+4
2020-10-02
usb: dwc3: debugfs: do not queue work if try to change mode on non-drd
Li Jun
1
-0
/
+3
2020-10-02
usb: dwc3: debugfs: fix checkpatch warnings
Felipe Balbi
1
-30
/
+26
2020-07-15
usb: dwc3: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
1
-10
/
+10
2020-05-25
usb: dwc3: Get MDWIDTH for DWC_usb32
Thinh Nguyen
1
-2
/
+12
2019-11-14
usb: dwc3: create debugfs directory under usb root
Chunfeng Yun
1
-1
/
+1
2018-11-26
usb: dwc3: debugfs: Print/set link state for peripheral mode
Thinh Nguyen
1
-0
/
+13
2018-11-26
usb: dwc3: debugfs: Properly print/set link state for HS
Thinh Nguyen
1
-2
/
+17
2018-11-26
usb: dwc3: debugfs: Dump internal LSP and ep registers
Thinh Nguyen
1
-4
/
+141
2018-11-26
usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytes
Thinh Nguyen
1
-0
/
+8
2018-11-26
usb: dwc3: debugfs: Properly name Tx/RxFIFO
Thinh Nguyen
1
-8
/
+8
2018-05-31
USB: dwc3: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-32
/
+11
2018-03-22
usb: dwc3: Dump LSP and BMU debug info
Thinh Nguyen
1
-0
/
+5
2018-03-08
usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Felipe Balbi
1
-49
/
+30
2017-11-07
USB: dwc3: Remove redundant license text
Greg Kroah-Hartman
1
-9
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-06-02
usb: dwc3: debugfs: slightly improve output of trb_ring
Felipe Balbi
1
-5
/
+4
2017-04-11
usb: dwc3: core: make dwc3_set_mode() work properly
Roger Quadros
1
-6
/
+2
2017-04-11
usb: dwc3: debugfs: remove unnecessary | operator
Roger Quadros
1
-3
/
+3
2017-04-11
usb: dwc3: expose dwc3_trb_type_string()
Felipe Balbi
1
-25
/
+2
2017-04-11
usb: dwc3: debugfs: return strings that match tracepoints
Felipe Balbi
1
-4
/
+4
2017-04-11
usb: dwc3: debugfs: make use of dwc3_gadget_link_string()
Felipe Balbi
1
-46
/
+1
2017-04-11
usb: dwc3: debugfs: downcase OTG on 'mode' file
Felipe Balbi
1
-1
/
+1
2017-04-11
usb: dwc3: refactor gadget endpoint count calculation
Bryan O'Donoghue
1
-13
/
+2
2016-06-20
usb: dwc3: add DWC3_GUCTL1 reg for debug
William Wu
1
-0
/
+1
2016-06-20
usb: dwc3: gadget: add a pointer to endpoint registers
Felipe Balbi
1
-133
/
+57
2016-04-28
Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-38
/
+320
2016-04-19
usb: dwc3: debugfs: dump out endpoint details
Felipe Balbi
1
-0
/
+302
2016-04-19
usb: dwc3: make dwc3_debugfs_init return value be void
Du, Changbin
1
-36
/
+19
2016-04-18
usb: dwc3: fix memory leak of dwc->regset
Du, Changbin
1
-5
/
+8
2013-07-29
usb: dwc3: switch to GPL v2 only
Felipe Balbi
1
-27
/
+7
2013-03-18
usb: dwc3: core: fix wrong OTG event regitser offset
George Cherian
1
-0
/
+1
2013-03-18
usb: dwc3: debugfs: improve debugfs file creation
Felipe Balbi
1
-19
/
+22
2013-03-18
usb: dwc3: debugfs: mark our regset structure const
Felipe Balbi
1
-1
/
+1
2013-03-18
usb: dwc3: debugfs: when unknown, print only the state value
Felipe Balbi
1
-1
/
+1
2013-03-18
usb: dwc3: debugfs: add two missing Link States
Felipe Balbi
1
-0
/
+6
2013-01-18
usb: dwc3: remove dwc3 dependency on host AND gadget.
Vivek Gautam
1
-0
/
+2
2013-01-18
usb: dwc3: debugfs: convert our regdump to use regsets
Felipe Balbi
1
-24
/
+12
2012-12-13
usb: dwc3: debugfs: fix regdump offset
Jack Pham
1
-1
/
+1
2012-11-22
usb: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
usb: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-02-10
usb: dwc3: debugfs: fix off by one when entering testmode
Gerard Cauvy
1
-3
/
+3
2012-02-06
usb: dwc3: debugfs: fix error check
Felipe Balbi
1
-10
/
+10
2012-02-06
usb: dwc3: gadget: allow Link state changes via debugfs
Felipe Balbi
1
-0
/
+110
[next]