Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422881AbbFEOhK (ORCPT ); Fri, 5 Jun 2015 10:37:10 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:55225 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030243AbbFEOgz (ORCPT ); Fri, 5 Jun 2015 10:36:55 -0400 From: Richard Fitzgerald To: gregkh@linuxfoundation.org, broonie@kernel.org Cc: linux-kernel@vger.kernel.org, patches@opensource.wolfsonmicro.com Subject: [PATCH 0/2] debugfs: support read-only and write-only bool types Date: Fri, 5 Jun 2015 15:34:44 +0100 Message-Id: <1433514886-11884-1-git-send-email-rf@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.7.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 728 Lines: 20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/