commit | 7bcc6b14cc71deaf757d4aa9ec1790a92e241094 | [log] [tgz] |
---|---|---|
author | Jack Pham <jackp@codeaurora.org> | Sat Dec 01 20:19:48 2012 -0800 |
committer | Jack Pham <jackp@codeaurora.org> | Sat Dec 01 20:36:29 2012 -0800 |
tree | 734d7f161bac1101476f42cc77bab4446f754020 | |
parent | c80eb72e2c69fba4ebff0ab52f3cb3815599eedd [diff] |
usb: dwc3: debugfs: fix regdump offset As with dwc_readl/writel, the global registers are specified as offsets starting from the beginning of the xHCI address space, but the memory region pointed to by dwc->regs already maps to the start of the global addresses. Fix by offsetting each of the regs relative to DWC3_GLOBALS_REGS_START. Change-Id: Ie2ee5bdd0a51ec09c8c1d1563fd9c2b34740d9f7 Signed-off-by: Jack Pham <jackp@codeaurora.org>