Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753542AbaKRISG (ORCPT ); Tue, 18 Nov 2014 03:18:06 -0500 Received: from mail-ie0-f182.google.com ([209.85.223.182]:52689 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753135AbaKRISE (ORCPT ); Tue, 18 Nov 2014 03:18:04 -0500 Date: Tue, 18 Nov 2014 08:17:57 +0000 From: Lee Jones To: Chanwoo Choi Cc: broonie@kernel.org, mturquette@linaro.org, a.zummo@towertech.it, lgirdwood@gmail.com, sbkim73@samsung.com, sameo@linux.intel.com, geunsik.lim@samsung.com, inki.dae@samsung.com, kyungmin.park@samsung.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device Message-ID: <20141118081757.GS24004@x1> References: <1416184980-532-1-git-send-email-cw00.choi@samsung.com> <1416184980-532-3-git-send-email-cw00.choi@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1416184980-532-3-git-send-email-cw00.choi@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 On Mon, 17 Nov 2014, Chanwoo Choi wrote: > This patch adds S2MPS13 regulator device to existing S2MPS11 device driver. > The S2MPS13 has just different number of regulators from S2MPS14. > The S2MPS13 regulator device includes LDO[1-40] and BUCK[1-10]. > > Cc: Mark Brown > Signed-off-by: Chanwoo Choi > --- > drivers/mfd/sec-core.c | 13 +++ > drivers/regulator/Kconfig | 10 +- > drivers/regulator/s2mps11.c | 102 +++++++++++++++++++- > include/linux/mfd/samsung/core.h | 1 + > include/linux/mfd/samsung/s2mps13.h | 186 ++++++++++++++++++++++++++++++++++++ For my reference: Acked-by: Lee Jones I does this set need to go in all at once, or can it be broken up? > 5 files changed, 304 insertions(+), 8 deletions(-) > create mode 100644 include/linux/mfd/samsung/s2mps13.h [...] -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/