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

This commit is contained in:
Mark Brown 2012-12-11 12:39:32 +09:00
commit 8e24a6e696
3 changed files with 122 additions and 11 deletions

View file

@ -69,6 +69,10 @@ struct regmap {
bool (*readable_reg)(struct device *dev, unsigned int reg);
bool (*volatile_reg)(struct device *dev, unsigned int reg);
bool (*precious_reg)(struct device *dev, unsigned int reg);
const struct regmap_access_table *wr_table;
const struct regmap_access_table *rd_table;
const struct regmap_access_table *volatile_table;
const struct regmap_access_table *precious_table;
u8 read_flag_mask;
u8 write_flag_mask;