From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751835AbaFVPdW (ORCPT ); Sun, 22 Jun 2014 11:33:22 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:54374 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbaFVPdU (ORCPT ); Sun, 22 Jun 2014 11:33:20 -0400 From: Beniamino Galvani To: Liam Girdwood , Mark Brown Cc: Wenyou Yang , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Heiko Stuebner , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Beniamino Galvani Subject: [PATCH 0/5] regulator: act8865: add support for act8846 Date: Sun, 22 Jun 2014 17:31:40 +0200 Message-Id: <1403451105-31929-1-git-send-email-b.galvani@gmail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds support for the Active-Semi act8846 PMU [1] to the existing driver for act8865. A dts which enables the act8846 on Radxa Rock is available at [2]. [1] http://www.active-semi.com/products/power-management-units/act88xx/ [2] https://github.com/bengal/linux/tree/act88xx-regulator Beniamino Galvani (5): regulator: act8865: fix parsing of platform data regulator: act8865: set correct number of regulators in pdata regulator: act8865: prepare support for other act88xx devices regulator: act8865: add support for act8846 regulator: act8865: add act8846 to DT binding documentation .../bindings/regulator/act8865-regulator.txt | 7 +- drivers/regulator/act8865-regulator.c | 308 +++++++++++--------- include/linux/regulator/act8865.h | 23 +- 3 files changed, 200 insertions(+), 138 deletions(-) -- 1.7.10.4 From mboxrd@z Thu Jan 1 00:00:00 1970 From: b.galvani@gmail.com (Beniamino Galvani) Date: Sun, 22 Jun 2014 17:31:40 +0200 Subject: [PATCH 0/5] regulator: act8865: add support for act8846 Message-ID: <1403451105-31929-1-git-send-email-b.galvani@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patchset adds support for the Active-Semi act8846 PMU [1] to the existing driver for act8865. A dts which enables the act8846 on Radxa Rock is available at [2]. [1] http://www.active-semi.com/products/power-management-units/act88xx/ [2] https://github.com/bengal/linux/tree/act88xx-regulator Beniamino Galvani (5): regulator: act8865: fix parsing of platform data regulator: act8865: set correct number of regulators in pdata regulator: act8865: prepare support for other act88xx devices regulator: act8865: add support for act8846 regulator: act8865: add act8846 to DT binding documentation .../bindings/regulator/act8865-regulator.txt | 7 +- drivers/regulator/act8865-regulator.c | 308 +++++++++++--------- include/linux/regulator/act8865.h | 23 +- 3 files changed, 200 insertions(+), 138 deletions(-) -- 1.7.10.4