Re: [PATCH] usb: dwc3: debugfs: convert our regdump to use regsets

2013-01-18 Thread Felipe Balbi
On Fri, Jan 18, 2013 at 11:23:08AM -0800, Greg KH wrote: > On Fri, Jan 18, 2013 at 10:24:39AM +0200, Felipe Balbi wrote: > > regset is a generic implementation of regdump > > utility through debugfs. > > > > Signed-off-by: Felipe Balbi > > --- > > > > Hi Greg, would you take the patch below to d

Re: [PATCH] usb: dwc3: debugfs: convert our regdump to use regsets

2013-01-18 Thread Greg KH
On Fri, Jan 18, 2013 at 10:24:39AM +0200, Felipe Balbi wrote: > regset is a generic implementation of regdump > utility through debugfs. > > Signed-off-by: Felipe Balbi > --- > > Hi Greg, would you take the patch below to debugfs ? I don't think debugfs > should ever change whatever's passed thr

[PATCH] usb: dwc3: debugfs: convert our regdump to use regsets

2013-01-18 Thread Felipe Balbi
regset is a generic implementation of regdump utility through debugfs. Signed-off-by: Felipe Balbi --- Hi Greg, would you take the patch below to debugfs ? I don't think debugfs should ever change whatever's passed through struct debugfs_reg32 anyway. struct debugfs_regset32 { - struct d