aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-04regmap: get rid of redundant debugfs_file_{get,put}()Al Viro1-10/+0
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-4/+4
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed1-0/+11
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-4/+4
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/...Linus 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...Linus 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...Linus 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
2013-05-12regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown1-1/+1
2013-05-12regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos1-1/+4
2013-03-04regmap: debugfs: Add a registers `range' fileDimitris Papastamos1-0/+83
2013-03-04regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos1-7/+4
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-11regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos1-8/+14
2013-02-11regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos1-5/+7
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos1-0/+8
2013-02-08regmap: debugfs: Fix reading in register field unitsDimitris Papastamos1-1/+1
2013-01-27regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King1-4/+2
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-17regmap: debugfs: Fix seeking from the cacheMark Brown1-2/+0
2013-01-08regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown1-0/+9
2013-01-08regmap: debugfs: Ensure a correct return value for empty cachesMark Brown1-0/+10
2013-01-08regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown1-11/+18
2013-01-08regmap: debugfs: Fix check for block start in cached seeksMark Brown1-1/+1
2013-01-08regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown1-1/+2
2012-12-11regmap: debugfs: Cache offsets of valid regions for dumpMark Brown1-14/+53
2012-12-11regmap: debugfs: Factor out initial seekMark Brown1-3/+36
2012-12-11regmap: debugfs: Avoid overflows for very small readsMark Brown1-1/+1
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown1-10/+14
2012-10-15regmap: Provide debugfs read of register rangesMark Brown1-0/+31
2012-10-15regmap: Factor out debugfs register readMark Brown1-5/+14
2012-04-10regmap: implement register stridingStephen Warren1-2/+2
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown1-3/+11
2012-04-10regmap: allow regmap instances to be namedStephen Warren1-3/+11
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+3
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker1-1/+0
2012-02-22regmap: Expose the driver name in debugfsDimitris Papastamos1-0/+32
2012-02-22regmap: Add support for writing to regmap registers via debugfsDimitris Papastamos1-0/+42
2012-02-06regmap: Add debugfs information for the cache statusMark Brown1-0/+9
2011-09-05regmap: Include the last register in debugfs outputMark Brown1-2/+2
2011-08-14regmap: Provide access information via debugfsMark Brown1-1/+71
2011-08-14regmap: Share some of the debugfs infrastructure ready for more filesMark Brown1-4/+10
2011-08-14regmap: Add functions to check for access on registersMark Brown1-4/+2
2011-08-10regmap: Fix type of field width specifiers for x86_64Mark Brown1-1/+1
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown1-0/+4
2011-08-08regmap: Provide register map dump via debugfsMark Brown1-0/+131