Merge remote-tracking branch 'regmap/topic/field' into regmap-next

This commit is contained in:
Mark Brown
2013-10-28 13:01:33 -07:00
3 changed files with 119 additions and 0 deletions

View File

@@ -180,6 +180,9 @@ struct regmap_field {
/* lsb */
unsigned int shift;
unsigned int reg;
unsigned int id_size;
unsigned int id_offset;
};
#ifdef CONFIG_DEBUG_FS