summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: Add debugfs file for forcing field writesWaqar Hameed2023-06-131-0/+11
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-4/+4
* regmap: debugfs: Fix indentationMark Brown2022-01-071-1/+1
* regmap: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-111-1/+1
* regmap: set debugfs_name to NULL after it is freedMeng Li2021-03-101-0/+1
* regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-051-3/+1
* regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2020-12-291-2/+9
* Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown2020-10-051-1/+1
|\
| * regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall2020-09-281-1/+1
* | regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax2020-09-171-4/+3
|/
* Merge tag 'regmap-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-07-171-23/+29
|\
| * regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson2020-07-161-23/+29
* | regmap: debugfs: check count when read regmap filePeng Fan2020-03-131-0/+6
|/
* regmap: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-011-12/+0
* 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/+7
* 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/+1
* regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-171-11/+1
* 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/+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