Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756063Ab3HMHii (ORCPT ); Tue, 13 Aug 2013 03:38:38 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:19774 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753964Ab3HMHig (ORCPT ); Tue, 13 Aug 2013 03:38:36 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 13 Aug 2013 00:36:39 -0700 From: Laxman Dewangan To: , CC: , , , , , , , , , , , , , , Laxman Dewangan Subject: [PATCH V2 0/3] regulator: palmas: add support for external control of rail Date: Tue, 13 Aug 2013 13:23:09 +0530 Message-ID: <1376380392-19723-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.7.1.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 28 This series add the enable/disable of the Palmas regulators to be controlled by external input signals ENABLE1, ENABLE2 and NSLEEP. The change is generated on top of [PATCH v4] regulator: palmas: model SMPS10 as two regulators by Kishone. I think it should go on regulator tree if it is fine after review. Changes from V1: Fix typos: palams ->palmas Laxman Dewangan (3): regulator: palmas: Update the DT binding doc for smps10 out1 and out2 mfd: palmas: add support for external control configuration regulator: palmas: add support for external control of rails .../devicetree/bindings/regulator/palmas-pmic.txt | 12 +- drivers/mfd/palmas.c | 97 ++++++++++++++ drivers/regulator/palmas-regulator.c | 139 +++++++++++++++++++- include/linux/mfd/palmas.h | 49 +++++++ 4 files changed, 287 insertions(+), 10 deletions(-) -- 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/