Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364713
b: refs/heads/master
c: d4436c3
h: refs/heads/master
i:
  364711: 4565663
v: v3
  • Loading branch information
George Cherian authored and Felipe Balbi committed Mar 18, 2013
1 parent b2833e0 commit d65bfee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40b8156f9426db48d5d648cdc95bd0789981e9f4
refs/heads/master: d4436c3a6e4ea3000b794eb61e0fc1db46d14175
5 changes: 3 additions & 2 deletions trunk/drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@
/* OTG Registers */
#define DWC3_OCFG 0xcc00
#define DWC3_OCTL 0xcc04
#define DWC3_OEVTEN 0xcc08
#define DWC3_OSTS 0xcc0C
#define DWC3_OEVT 0xcc08
#define DWC3_OEVTEN 0xcc0C
#define DWC3_OSTS 0xcc10

/* Bit fields */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/usb/dwc3/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ static const struct debugfs_reg32 dwc3_regs[] = {

dump_register(OCFG),
dump_register(OCTL),
dump_register(OEVT),
dump_register(OEVTEN),
dump_register(OSTS),
};
Expand Down

0 comments on commit d65bfee

Please sign in to comment.