From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753007AbaBJL7n (ORCPT ); Mon, 10 Feb 2014 06:59:43 -0500 Received: from mail-wi0-f170.google.com ([209.85.212.170]:51883 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbaBJL7g (ORCPT ); Mon, 10 Feb 2014 06:59:36 -0500 Date: Mon, 10 Feb 2014 11:59:28 +0000 From: Lee Jones To: Krzysztof Kozlowski Cc: MyungJoo Ham , Chanwoo Choi , Samuel Ortiz , Mark Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Marek Szyprowski , Bartlomiej Zolnierkiewicz , Kyungmin Park Subject: Re: [PATCH v2 13/15] regulator/mfd: max14577: Export symbols for calculating charger current Message-ID: <20140210115928.GF22773@lee--X1> References: <1391767487-10017-1-git-send-email-k.kozlowski@samsung.com> <1391767487-10017-14-git-send-email-k.kozlowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1391767487-10017-14-git-send-email-k.kozlowski@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > This patch prepares for changing the max14577 charger driver to allow > configuring battery-dependent settings from DTS. > > The patch moves from regulator driver to MFD core driver and exports: > - function for calculating register value for charger's current; > - table of limits for chargers (MAX14577, MAX77836). > > Previously they were used only by the max14577 regulator driver. In next > patch the charger driver will use them as well. Exporting them will > reduce unnecessary code duplication. > > Signed-off-by: Krzysztof Kozlowski > Cc: Kyungmin Park > Cc: Marek Szyprowski > --- > drivers/mfd/max14577.c | 95 ++++++++++++++++++++++++++++++++++ > drivers/regulator/max14577.c | 80 +++------------------------- > include/linux/mfd/max14577-private.h | 22 ++++---- > include/linux/mfd/max14577.h | 23 ++++++++ > 4 files changed, 135 insertions(+), 85 deletions(-) Applied, with Mark's Ack. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog