public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] debugfs: support read-only and write-only bool types
@ 2015-06-05 14:34 Richard Fitzgerald
  2015-06-05 14:34 ` [PATCH 1/2] " Richard Fitzgerald
  2015-06-05 14:34 ` [PATCH 2/2] regmap: Fix permissions on debugfs cache controls Richard Fitzgerald
  0 siblings, 2 replies; 8+ messages in thread
From: Richard Fitzgerald @ 2015-06-05 14:34 UTC (permalink / raw)
  To: gregkh, broonie; +Cc: linux-kernel, patches

Honour the read/write access bits for bool types.
Regmap is declaring two of its read/write bools as read-only so
I have also done a patch for that.

Richard Fitzgerald (2):
  debugfs: support read-only and write-only bool types
  regmap: Fix permissions on debugfs cache controls

 drivers/base/regmap/regmap-debugfs.c |   12 +++++-----
 fs/debugfs/file.c                    |   35 ++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 6 deletions(-)

-- 
1.7.2.5


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 14:34 [PATCH 0/2] debugfs: support read-only and write-only bool types Richard Fitzgerald
2015-06-05 14:34 ` [PATCH 1/2] " Richard Fitzgerald
2015-06-05 16:42   ` Mark Brown
2015-06-08 20:57     ` Greg KH
2015-06-05 14:34 ` [PATCH 2/2] regmap: Fix permissions on debugfs cache controls Richard Fitzgerald
2015-06-05 15:25   ` Mark Brown
2015-06-05 15:53     ` Richard Fitzgerald
2015-06-05 16:53       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox