From: Stephen Warren Date: Wed, 4 Apr 2012 21:48:29 +0000 (-0600) Subject: regmap: allow regmap instances to be named X-Git-Tag: v3.5-rc1~118^2~3^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5c0186e48c8d14fd7c38ff99b8d1b9aa475432;p=pandora-kernel.git regmap: allow regmap instances to be named Some devices have multiple separate register regions. Logically, one regmap would be created per region. One issue that prevents this is that each instance will attempt to create the same debugfs files. Avoid this by allowing regmaps to be named, and use the name to construct the debugfs directory name. Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed