From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: [PATCH v6 0/6] mfd: axp20x: add AXP221 PMIC support Date: Wed, 1 Apr 2015 14:03:17 +0800 Message-ID: <1427868203-7486-1-git-send-email-wens@csie.org> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Lee Jones , Samuel Ortiz , Mark Brown , Liam Girdwood , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala Cc: Chen-Yu Tsai , Maxime Ripard , Carlo Caione , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Lee, This is v6 of the AXP221 series. This version is based on mfd-for-next (ba867bc60a44). The DTS patches are merged through Maxime's tree, so I dropped them. I think it'd be easier if you take all the patches through your tree. Otherwise, patch 4 depends on patch 1, and you'd need to setup a common branch with Mark. Changes since v5: - Rebased onto mfd-for-next (ba867bc60a44) - Dropped dts patches - Removed double line spacing Changes since v4: - Rebased onto v4.0-rc1 and axp20x bindings v10 - Dropped regulator set registration patches - Group regmap ranges/tables by AXP variant - Fix AXP221 interrupt numbers to match datasheet - Handle AXP variants when setting DC-DC regulator work mode - Add "switch" type regulator DC1SW, which is a secondary output of DCDC1 with a separate on/off switch. - Add AXP221 to DT bindings Regards ChenYu Boris BREZILLON (3): mfd: axp20x: add AXP22x PMIC support regulator: axp20x: prepare support for multiple AXP chip families regulator: axp20x: add support for AXP22X regulators Chen-Yu Tsai (3): mfd: axp20x: update DT bindings with AXP22x compatibles mfd: axp20x: Add AXP22x regulator information to DT bindings mfd: axp20x: Enable AXP22X regulators Documentation/devicetree/bindings/mfd/axp20x.txt | 32 ++- drivers/mfd/axp20x.c | 100 ++++++++++ drivers/regulator/axp20x-regulator.c | 239 ++++++++++++++++++----- include/linux/mfd/axp20x.h | 86 ++++++++ 4 files changed, 405 insertions(+), 52 deletions(-) -- 2.1.4