All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3: add 2 registers dump for debugfs
@ 2023-03-15 10:39 Li Jun
  2023-03-15 19:53 ` Thinh Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Li Jun @ 2023-03-15 10:39 UTC (permalink / raw)
  To: Thinh.Nguyen, gregkh; +Cc: linux-usb, Li Jun

Add GUCTL3 and GFLADJ register dump for debugfs as they
are in use now.

Signed-off-by: Li Jun <jun.li@nxp.com>
---
 drivers/usb/dwc3/debugfs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/usb/dwc3/debugfs.c b/drivers/usb/dwc3/debugfs.c
index 850df0e6bcab..54d4678e6232 100644
--- a/drivers/usb/dwc3/debugfs.c
+++ b/drivers/usb/dwc3/debugfs.c
@@ -229,6 +229,8 @@ static const struct debugfs_reg32 dwc3_regs[] = {
 	dump_register(GEVNTCOUNT(0)),
 
 	dump_register(GHWPARAMS8),
+	dump_register(GUCTL3),
+	dump_register(GFLADJ),
 	dump_register(DCFG),
 	dump_register(DCTL),
 	dump_register(DEVTEN),
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-16  4:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 10:39 [PATCH] usb: dwc3: add 2 registers dump for debugfs Li Jun
2023-03-15 19:53 ` Thinh Nguyen
2023-03-16  4:56   ` Jun Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.