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