summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta2019-05-201-0/+2
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7Star
* regmap: debugfs: Jump to the next readable registerLucas Tanure2019-03-201-3/+24
* regmap: debugfs: Replace code by already existing functionLucas Tanure2019-03-191-4/+1Star
* regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-11/+1Star
* regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam2018-03-061-1/+2
* regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen2018-03-061-0/+3
* regmap: debugfs: Don't leak dummy namesMark Brown2018-03-051-1/+3
* regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam2018-03-051-0/+6
* regmap: Allow missing device in regmap_name_read_file()David Lechner2018-02-201-1/+5
* regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski2017-12-271-0/+7
* regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski2017-12-211-1/+3
* regmap: Disable debugfs when locking is disabledMark Brown2017-12-131-0/+3
* 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/+18Star
* regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes2015-09-301-5/+3Star
* regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes2015-09-301-2/+1Star
* 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/+3Star
* regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-09-191-2/+1Star
* 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-161-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-271-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/+4Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-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/+2Star
* | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-161-2/+0Star
|/