aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-04regmap: debugfs: Add a registers `range' fileDimitris Papastamos1-0/+83
2013-03-04regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos1-7/+4
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-11regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos1-8/+14
2013-02-11regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos1-5/+7
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos1-0/+8
2013-02-08regmap: debugfs: Fix reading in register field unitsDimitris Papastamos1-1/+1
2013-01-27regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King1-4/+2
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-17regmap: debugfs: Fix seeking from the cacheMark Brown1-2/+0
2013-01-08regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown1-0/+9
2013-01-08regmap: debugfs: Ensure a correct return value for empty cachesMark Brown1-0/+10
2013-01-08regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown1-11/+18
2013-01-08regmap: debugfs: Fix check for block start in cached seeksMark Brown1-1/+1
2013-01-08regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown1-1/+2
2012-12-11regmap: debugfs: Cache offsets of valid regions for dumpMark Brown1-14/+53
2012-12-11regmap: debugfs: Factor out initial seekMark Brown1-3/+36
2012-12-11regmap: debugfs: Avoid overflows for very small readsMark Brown1-1/+1
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown1-10/+14
2012-10-15regmap: Provide debugfs read of register rangesMark Brown1-0/+31
2012-10-15regmap: Factor out debugfs register readMark Brown1-5/+14
2012-04-10regmap: implement register stridingStephen Warren1-2/+2
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown1-3/+11
2012-04-10regmap: allow regmap instances to be namedStephen Warren1-3/+11
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+3
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker1-1/+0
2012-02-22regmap: Expose the driver name in debugfsDimitris Papastamos1-0/+32
2012-02-22regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos1-0/+42
2012-02-06regmap: Add debugfs information for the cache statusMark Brown1-0/+9
2011-09-05regmap: Include the last register in debugfs outputMark Brown1-2/+2
2011-08-14regmap: Provide access information via debugfsMark Brown1-1/+71
2011-08-14regmap: Share some of the debugfs infrastructure ready for more filesMark Brown1-4/+10
2011-08-14regmap: Add functions to check for access on registersMark Brown1-4/+2
2011-08-10regmap: Fix type of field width specifiers for x86_64Mark Brown1-1/+1
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown1-0/+4
2011-08-08regmap: Provide register map dump via debugfsMark Brown1-0/+131