Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294143
b: refs/heads/master
c: 028a01e
h: refs/heads/master
i:
  294141: 3c88e46
  294139: e721928
  294135: 3837427
  294127: a0847e4
  294111: 7b228d4
  294079: 2121bf9
  294015: 6c666e7
  293887: 53b5c2f
v: v3
  • Loading branch information
Mark Brown committed Feb 6, 2012
1 parent 6c900b0 commit 518a0c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 847fb6fdf58c0ef4c207d2853a043a4da3db9c76
refs/heads/master: 028a01e601487b5991b70dba506dfe87d83543f6
9 changes: 9 additions & 0 deletions trunk/drivers/base/regmap/regmap-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@ void regmap_debugfs_init(struct regmap *map)
debugfs_create_file("access", 0400, map->debugfs,
map, &regmap_access_fops);
}

if (map->cache_type) {
debugfs_create_bool("cache_only", 0400, map->debugfs,
&map->cache_only);
debugfs_create_bool("cache_dirty", 0400, map->debugfs,
&map->cache_dirty);
debugfs_create_bool("cache_bypass", 0400, map->debugfs,
&map->cache_bypass);
}
}

void regmap_debugfs_exit(struct regmap *map)
Expand Down

0 comments on commit 518a0c1

Please sign in to comment.