Re: [PATCH 1/2] regmap: give users _choice_ to allow write access to debugfs

2013-06-01 Thread Mark Brown
On Thu, May 30, 2013 at 09:54:01PM +0530, Vinod Koul wrote: > is very handy is debug kernels and should _never_ be turned On in production > mode No, I'm not going to apply this. Allowing users to randomly write to devices could potentially lead to physical damage to the system and so isn't somet

[PATCH 1/2] regmap: give users _choice_ to allow write access to debugfs

2013-05-30 Thread Vinod Koul
is very handy is debug kernels and should _never_ be turned On in production mode Signed-off-by: Vinod Koul --- drivers/base/regmap/Kconfig |9 + drivers/base/regmap/regmap-debugfs.c |3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/base/reg