All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] regmap: debugfs: Allow writes to cache state settings
@ 2015-06-23 13:32 Richard Fitzgerald
  2015-06-23 13:32 ` [PATCH v2 1/2] debugfs: Export bool read/write functions Richard Fitzgerald
  2015-06-23 13:32 ` [PATCH v2 2/2] regmap: debugfs: Allow writes to cache state settings Richard Fitzgerald
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Fitzgerald @ 2015-06-23 13:32 UTC (permalink / raw)
  To: broonie, gregkh; +Cc: patches, linux-kernel

PATCH 1: Export the bool read/write functions from debugfs so that they can
   be re-used. This is based on

    /gregkh/driver-core.git : driver-core-next

PATCH 2: Allow the regmap debugfs cache state entries to be writable
   This is based on:

   /broonie/regmap.git : for-next

Richard Fitzgerald (2):
  debugfs: Export bool read/write functions
  regmap: debugfs: Allow writes to cache state settings

 drivers/base/regmap/regmap-debugfs.c |   90 ++++++++++++++++++++++++++++++++--
 fs/debugfs/file.c                    |   14 +++--
 include/linux/debugfs.h              |   20 ++++++++
 3 files changed, 114 insertions(+), 10 deletions(-)

-- 
1.7.2.5


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

end of thread, other threads:[~2015-08-05 20:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 13:32 [PATCH v2 0/2] regmap: debugfs: Allow writes to cache state settings Richard Fitzgerald
2015-06-23 13:32 ` [PATCH v2 1/2] debugfs: Export bool read/write functions Richard Fitzgerald
2015-07-17 18:22   ` Mark Brown
2015-07-19 18:45     ` Greg KH
2015-07-20 17:52   ` Applied "debugfs: Export bool read/write functions" to the regmap tree Mark Brown
2015-08-05 20:09   ` [PATCH v2 1/2] debugfs: Export bool read/write functions Greg KH
2015-06-23 13:32 ` [PATCH v2 2/2] regmap: debugfs: Allow writes to cache state settings Richard Fitzgerald
2015-07-20 17:52   ` Applied "regmap: debugfs: Allow writes to cache state settings" to the regmap tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.