aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07regmap: debugfs: Fix indentationMark Brown1-1/+1
2021-07-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang1-1/+1
2021-03-10regmap: set debugfs_name to NULL after it is freedMeng Li1-0/+1
2021-01-05regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter1-3/+1
2020-12-29regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang1-2/+9
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown1-1/+1
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax1-4/+3
2020-07-17Merge tag 'regmap-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into masterLinus Torvalds1-23/+29
2020-07-16regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-03-13regmap: debugfs: check count when read regmap filePeng Fan1-0/+6
2019-08-01regmap: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-12/+0
2019-05-20regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta1-0/+2
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-11/+7
2019-03-20regmap: debugfs: Jump to the next readable registerLucas Tanure1-3/+24
2019-03-19regmap: debugfs: Replace code by already existing functionLucas Tanure1-4/+1
2018-12-17regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-11/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam1-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen1-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown1-1/+3
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam1-0/+6
2018-02-20regmap: Allow missing device in regmap_name_read_file()David Lechner1-1/+5
2017-12-27regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski1-0/+7
2017-12-21regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski1-1/+3
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown1-0/+3
2016-08-09regmap: debugfs: Add support for dumping write only device registersCristian Birsan1-3/+13
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown1-51/+18
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes1-5/+3
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes1-2/+1
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes1-5/+6
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown1-4/+3
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin1-4/+5
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald1-4/+86
2014-09-29Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown1-2/+6
2014-09-29regmap: Fix debugfs-file 'registers' modeMarkus Pargmann1-1/+8
2014-09-28regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li1-2/+6
2014-09-15Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+8
2014-09-08regmap: Fix debugfs-file 'registers' modeMarkus Pargmann1-1/+8
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen1-0/+3
2014-02-03regmap: debugfs: "registers" & "access" for single register mapsPawel Moll1-1/+1
2013-10-24regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo1-5/+52
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-08-28regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen1-2/+2
2013-07-26driver core: replace strict_strto*() with kstrto*()Jingoo Han1-1/+1
2013-06-30Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown1-2/+2
2013-06-30Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown1-0/+4
2013-06-19regmap: debugfs: Suppress cache for partial register filesMark Brown1-0/+4
2013-05-14regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla1-1/+1