aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
Commit message (Expand)AuthorAge
* regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo2013-10-24
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\
| * driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-26
* | regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen2013-08-28
|/
* Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-06-30
|\
| * regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla2013-05-14
| * regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown2013-05-12
* | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-06-30
|\ \ | |/ |/|
| * regmap: debugfs: Suppress cache for partial register filesMark Brown2013-06-19
* | regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos2013-05-12
|/
* regmap: debugfs: Add a registers `range' fileDimitris Papastamos2013-03-03
* regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos2013-03-03
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-25
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-21
* | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-11
* | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-11
* | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-11
* | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-08
* | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-26
* | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-16
|/
* regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown2013-01-08
* regmap: debugfs: Ensure a correct return value for empty cachesMark Brown2013-01-08
* regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown2013-01-08
* regmap: debugfs: Fix check for block start in cached seeksMark Brown2013-01-08
* regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown2013-01-08
* regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-10
* regmap: debugfs: Factor out initial seekMark Brown2012-12-10
* regmap: debugfs: Avoid overflows for very small readsMark Brown2012-12-10
* regmap: Cache register and value sizes for debugfsMark Brown2012-12-06
* regmap: Provide debugfs read of register rangesMark Brown2012-10-14
* regmap: Factor out debugfs register readMark Brown2012-10-14
* regmap: implement register stridingStephen Warren2012-04-10
*-. Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-10
|\ \
| | * regmap: allow regmap instances to be namedStephen Warren2012-04-10
| |/
* / simple_open: automatically convert to simple_open()Stephen Boyd2012-04-05
|/
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-11
* | regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker2012-03-01
* | regmap: Expose the driver name in debugfsDimitris Papastamos2012-02-22
* | regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos2012-02-22
* | regmap: Add debugfs information for the cache statusMark Brown2012-02-06
|/
* regmap: Include the last register in debugfs outputMark Brown2011-09-05
* regmap: Provide access information via debugfsMark Brown2011-08-14
* regmap: Share some of the debugfs infrastructure ready for more filesMark Brown2011-08-14
* regmap: Add functions to check for access on registersMark Brown2011-08-14
* regmap: Fix type of field width specifiers for x86_64Mark Brown2011-08-09
* regmap: Skip precious registers when dumping registers via debugfsMark Brown2011-08-08
* regmap: Provide register map dump via debugfsMark Brown2011-08-08