Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933149AbbFWNaM (ORCPT ); Tue, 23 Jun 2015 09:30:12 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:35626 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754832AbbFWNaH (ORCPT ); Tue, 23 Jun 2015 09:30:07 -0400 From: Richard Fitzgerald To: broonie@kernel.org, gregkh@linuxfoundation.org Cc: patches@opensource.wolfsonmicro.com, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] regmap: debugfs: Allow writes to cache state settings Date: Tue, 23 Jun 2015 14:32:53 +0100 Message-Id: <1435066375-23728-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: 905 Lines: 27 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 -- 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/