From: Alessandro Rubini Date: Fri, 18 Nov 2011 13:50:21 +0000 (+0100) Subject: debugfs: add tools to printk 32-bit registers X-Git-Tag: v3.3-rc1~30^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a087c6ad975bcc193b4bab2e9d61f9c6c547138;p=pandora-kernel.git debugfs: add tools to printk 32-bit registers Some debugfs file I deal with are mostly blocks of registers, i.e. lines of the form " = 0x". Some files are only registers, some include registers blocks among other material. This patch introduces data structures and functions to deal with both cases. I expect more users of this over time. Signed-off-by: Alessandro Rubini Acked-by: Giancarlo Asnaghi Cc: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed