aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/broonie/regmapLinus 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/git/gregkh/driver-coreLinus 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/kernel/git/rusty/linuxLinus 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