]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: use debugfs_print_regs32()
authorAlessandro Rubini <rubini@gnudd.com>
Fri, 18 Nov 2011 13:51:43 +0000 (14:51 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Nov 2011 19:46:32 +0000 (11:46 -0800)
commit59098ba5c63ca6e9836ae60e790f8c6535e8fc67
tree61daadcee4c1ecd5bd53f0fe484fc0b125aaeb22
parent7560669576c4fbfc12fb83ad94e44fb33fce8063
usb: dwc3: use debugfs_print_regs32()

This a use example of the regs32 utilities in debugfs, although
this fuse use ":" as separator between name and value, and debugs
uses "=" (as it looked to me a more common practice).

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/dwc3/debugfs.c