summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: debugfs: Add support for dumping write only device registersCristian Birsan2016-08-091-3/+13
* regmap: debugfs: Use seq_file for the access mapMark Brown2016-01-051-51/+18
* regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes2015-09-301-5/+3
* regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes2015-09-301-2/+1
* regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes2015-09-301-5/+6
* regmap: debugfs: Remove scratch buffer for register length calculationMark Brown2015-09-191-4/+3
* regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-09-191-2/+1
* regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown2015-09-191-1/+1
* regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin2015-08-071-4/+5
* regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald2015-07-201-4/+86
* Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown2014-09-291-2/+6
|\
| * regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-291-1/+8
| * regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li2014-09-281-2/+6
* | Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-151-1/+8
|\ \
| * | regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-081-1/+8
| |/
* / regmap: Fix regcache debugfs initializationLars-Peter Clausen2014-08-261-0/+3
|/
* regmap: debugfs: "registers" & "access" for single register mapsPawel Moll2014-02-031-1/+1
* regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo2013-10-241-5/+52
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-031-1/+1
|\
| * driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-261-1/+1
* | regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen2013-08-281-2/+2
|/
* Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-06-301-2/+2
|\
| * regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla2013-05-141-1/+1
| * regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown2013-05-121-1/+1
* | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-06-301-0/+4
|\ \ | |/ |/|
| * regmap: debugfs: Suppress cache for partial register filesMark Brown2013-06-191-0/+4
* | regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos2013-05-121-1/+4
|/
* regmap: debugfs: Add a registers `range' fileDimitris Papastamos2013-03-041-0/+83
* regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos2013-03-041-7/+4
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-111-8/+14
* | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-111-5/+7
* | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-111-0/+8
* | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-081-1/+1
* | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-271-4/+2
* | 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
|\ \