summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-01-18 10:21:34 +0200
committerFelipe Balbi <balbi@ti.com>2013-01-18 10:21:34 +0200
commitd7668024b3b5f9563eab8dad66cb9a4b80f36ebf (patch)
tree0f64a76c2ca436af525ca832a3c627d92504e05f /drivers/usb/dwc3/core.h
parent7dbdf4e4b37766a2389680c460b9dab278a5444c (diff)
downloadlinux-3.10-d7668024b3b5f9563eab8dad66cb9a4b80f36ebf.tar.gz
linux-3.10-d7668024b3b5f9563eab8dad66cb9a4b80f36ebf.tar.bz2
linux-3.10-d7668024b3b5f9563eab8dad66cb9a4b80f36ebf.zip
usb: dwc3: debugfs: convert our regdump to use regsets
regset is a generic implementation of regdump utility through debugfs. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/core.h')
-rw-r--r--drivers/usb/dwc3/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index 5f79d9f5100..b7ca82cf22a 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -723,6 +723,7 @@ struct dwc3 {
struct dwc3_hwparams hwparams;
struct dentry *root;
+ struct debugfs_regset32 *regset;
u8 test_mode;
u8 test_mode_nr;