linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Display regmap values in debugfs for write only registers
@ 2016-08-04 14:55 Cristian Birsan
  2016-08-04 14:55 ` [PATCH 1/2] regmap: Add a function to check if a regmap register is cached Cristian Birsan
  2016-08-04 14:55 ` [PATCH 2/2] regmap: debugfs: Add support for dumping write only device registers Cristian Birsan
  0 siblings, 2 replies; 15+ messages in thread
From: Cristian Birsan @ 2016-08-04 14:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This patch series adds support for dumping write only device registers in
regmap debugfs.This is useful for debuging devices like audio codecs (such 
as WM8731) and maybe other devices. It addresses the problem described in
the following thread: https://lkml.org/lkml/2015/6/13/98

The logic that decides if the values can be printed is moved to
regmap_printable() function to allow for easier future updates.

Please let me know if you have other sugestions.

Kind regards,
Cristian

Cristian Birsan (2):
  regmap: Add a function to check if a regmap register is cached
  regmap: debugfs: Add support for dumping write only device registers

 drivers/base/regmap/internal.h       |  1 +
 drivers/base/regmap/regmap-debugfs.c | 22 ++++++++++++++++++----
 drivers/base/regmap/regmap.c         | 14 ++++++++++++++
 3 files changed, 33 insertions(+), 4 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-08-10 12:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04 14:55 [PATCH 0/2] Display regmap values in debugfs for write only registers Cristian Birsan
2016-08-04 14:55 ` [PATCH 1/2] regmap: Add a function to check if a regmap register is cached Cristian Birsan
2016-08-04 15:39   ` Lars-Peter Clausen
2016-08-04 15:48   ` Mark Brown
2016-08-08 15:44     ` [PATCH v2 0/2] Display regmap values in debugfs for write only registers Cristian Birsan
2016-08-08 15:44       ` [PATCH v2 1/2] regmap: Add a function to check if a regmap register is cached Cristian Birsan
2016-08-09 12:44         ` Applied "regmap: Add a function to check if a regmap register is cached" to the regmap tree Mark Brown
2016-08-08 15:44       ` [PATCH v2 2/2] regmap: debugfs: Add support for dumping write only device registers Cristian Birsan
2016-08-09 12:44         ` Applied "regmap: debugfs: Add support for dumping write only device registers" to the regmap tree Mark Brown
2016-08-09 13:11           ` kbuild test robot
2016-08-09 13:18           ` kbuild test robot
2016-08-10 12:15             ` Cristian Birsan
2016-08-04 14:55 ` [PATCH 2/2] regmap: debugfs: Add support for dumping write only device registers Cristian Birsan
2016-08-04 20:26   ` Mark Brown
2016-08-05  8:26     ` Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).