aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-debugfs.c
Commit message (Expand)AuthorAge
* regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-17
* regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam2018-03-06
* regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen2018-03-06
* regmap: debugfs: Don't leak dummy namesMark Brown2018-03-05
* regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam2018-03-05
* regmap: Allow missing device in regmap_name_read_file()David Lechner2018-02-20
* regmap: debugfs: document why we don't create the debugfs entriesBartosz Golaszewski2017-12-27
* regmap: debugfs: emit a debug message when locking is disabledBartosz Golaszewski2017-12-21
* regmap: Disable debugfs when locking is disabledMark Brown2017-12-13
* regmap: debugfs: Add support for dumping write only device registersCristian Birsan2016-08-09
* regmap: debugfs: Use seq_file for the access mapMark Brown2016-01-05
* regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes2015-09-30
* regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes2015-09-30
* regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes2015-09-30
* regmap: debugfs: Remove scratch buffer for register length calculationMark Brown2015-09-19
* regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown2015-09-19
* regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown2015-09-19
* regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin2015-08-07
* regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald2015-07-20
* Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown2014-09-29
|\
| * regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-29
| * regmap: debugfs: fix possbile NULL pointer dereferenceXiubo Li2014-09-28
* | Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-15
|\ \
| * | regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-08
| |/
* / regmap: Fix regcache debugfs initializationLars-Peter Clausen2014-08-26
|/
* regmap: debugfs: "registers" & "access" for single register mapsPawel Moll2014-02-03
* regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo2013-10-24
* Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-03
|\
| * driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-26
* | regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen2013-08-28
|/
* Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-06-30
|\
| * regmap: debugfs: Fix return from regmap_debugfs_get_dump_startSrinivas Kandagatla2013-05-14
| * regmap: debugfs: Don't mark lockdep as broken due to debugfs writeMark Brown2013-05-12
* | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-06-30
|\ \ | |/ |/|
| * regmap: debugfs: Suppress cache for partial register filesMark Brown2013-06-19
* | regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos2013-05-12
|/
* regmap: debugfs: Add a registers `range' fileDimitris Papastamos2013-03-03
* regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos2013-03-03
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-25
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-21
* | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-11
* | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-11
* | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-11
* | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-08
* | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-26
* | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-16
|/
* regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown2013-01-08
* regmap: debugfs: Ensure a correct return value for empty cachesMark Brown2013-01-08
* regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown2013-01-08
* regmap: debugfs: Fix check for block start in cached seeksMark Brown2013-01-08