summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-171-2/+0
* regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown2013-01-081-0/+9
* regmap: debugfs: Ensure a correct return value for empty cachesMark Brown2013-01-081-0/+10
* regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown2013-01-081-11/+18
* regmap: debugfs: Fix check for block start in cached seeksMark Brown2013-01-081-1/+1
* regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown2013-01-081-1/+2
* regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-111-14/+53
* regmap: debugfs: Factor out initial seekMark Brown2012-12-111-3/+36
* regmap: debugfs: Avoid overflows for very small readsMark Brown2012-12-111-1/+1
* regmap: Cache register and value sizes for debugfsMark Brown2012-12-061-10/+14
* regmap: Provide debugfs read of register rangesMark Brown2012-10-151-0/+31
* regmap: Factor out debugfs register readMark Brown2012-10-151-5/+14
* regmap: implement register stridingStephen Warren2012-04-101-2/+2
*-. Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-101-3/+11
|\ \
| | * regmap: allow regmap instances to be namedStephen Warren2012-04-101-3/+11
| |/
* / simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-9/+3
|/
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-0/+1
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* | regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2012-03-011-1/+0
* | regmap: Expose the driver name in debugfsDimitris Papastamos2012-02-221-0/+32
* | regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos2012-02-221-0/+42
* | regmap: Add debugfs information for the cache statusMark Brown2012-02-061-0/+9
|/
* regmap: Include the last register in debugfs outputMark Brown2011-09-051-2/+2
* regmap: Provide access information via debugfsMark Brown2011-08-141-1/+71
* regmap: Share some of the debugfs infrastructure ready for more filesMark Brown2011-08-141-4/+10
* regmap: Add functions to check for access on registersMark Brown2011-08-141-4/+2
* regmap: Fix type of field width specifiers for x86_64Mark Brown2011-08-101-1/+1
* regmap: Skip precious registers when dumping registers via debugfsMark Brown2011-08-081-0/+4
* regmap: Provide register map dump via debugfsMark Brown2011-08-081-0/+131