On 04/05/2012 09:44 PM, Paul Gortmaker wrote: > On Wed, Apr 4, 2012 at 5:48 PM, Stephen Warren <swarren@xxxxxxxxxxxxx> wrote: >> From: Stephen Warren <swarren@xxxxxxxxxx> >> >> 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. ... > Hi Stephen, > > Can you take a look at these linux-next fails? > > drivers/base/regmap/regmap.c:349:2: error: too many arguments to > function 'regmap_debugfs_init' > drivers/base/regmap/regmap.c:434:2: error: too many arguments to > function 'regmap_debugfs_init' > make[4]: *** [drivers/base/regmap/regmap.o] Error 1 Oops. Sorry about that; evidently tegra_defconfig has CONFIG_DEBUG_FS enabled and I didn't realize it. Fix posted. -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html