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