aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
AgeCommit message (Expand)Author
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET
2021-05-22regmap: set debugfs_name to NULL after it is freedMeng Li
2021-01-17regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter
2021-01-17regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson
2019-07-26regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta
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
2013-05-12regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown
2013-05-12regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos
2013-03-04regmap: debugfs: Add a registers `range' fileDimitris Papastamos
2013-03-04regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-11regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos
2013-02-11regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos
2013-02-08regmap: debugfs: Fix reading in register field unitsDimitris Papastamos
2013-01-27regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King