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