From mboxrd@z Thu Jan 1 00:00:00 1970 From: moinejf@free.fr (Jean-Francois Moine) Date: Fri, 23 Sep 2016 09:44:59 +0200 Subject: [PATCH 0/3] regulator: axp20x: Simplify various code Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch series just simplifies a bit the code of the AXP20x driver. It does not contain any fonctional changes. It will be used as a base for adding new AXP devices (patches to come). It applies on linux-next. Jean-Francois Moine (3): regulator: axp20x: simplify poly-phase handling regulator: axp20x: simplify the treatment of linked regulators regulator: axp20x: simplify device access drivers/regulator/axp20x-regulator.c | 114 ++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 54 deletions(-) -- 2.10.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Francois Moine Subject: [PATCH 0/3] regulator: axp20x: Simplify various code Date: Fri, 23 Sep 2016 09:44:59 +0200 Message-ID: Reply-To: moinejf-GANU6spQydw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Chen-Yu Tsai , Mark Rutland , Rob Herring Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org This patch series just simplifies a bit the code of the AXP20x driver. It does not contain any fonctional changes. It will be used as a base for adding new AXP devices (patches to come). It applies on linux-next. Jean-Francois Moine (3): regulator: axp20x: simplify poly-phase handling regulator: axp20x: simplify the treatment of linked regulators regulator: axp20x: simplify device access drivers/regulator/axp20x-regulator.c | 114 ++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 54 deletions(-) -- 2.10.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758253AbcIWHtE (ORCPT ); Fri, 23 Sep 2016 03:49:04 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:16904 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758108AbcIWHtC (ORCPT ); Fri, 23 Sep 2016 03:49:02 -0400 X-Mailbox-Line: From d3078ed4eefd4de48e4b5666a64f6123f8d72483 Mon Sep 17 00:00:00 2001 Message-Id: From: Jean-Francois Moine Date: Fri, 23 Sep 2016 09:44:59 +0200 Subject: [PATCH 0/3] regulator: axp20x: Simplify various code To: Chen-Yu Tsai , Mark Rutland , Rob Herring Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series just simplifies a bit the code of the AXP20x driver. It does not contain any fonctional changes. It will be used as a base for adding new AXP devices (patches to come). It applies on linux-next. Jean-Francois Moine (3): regulator: axp20x: simplify poly-phase handling regulator: axp20x: simplify the treatment of linked regulators regulator: axp20x: simplify device access drivers/regulator/axp20x-regulator.c | 114 ++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 54 deletions(-) -- 2.10.0