Re: [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device

2014-11-18 Thread Lee Jones
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 broo...@kernel.org

Re: [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device

2014-11-18 Thread Chanwoo Choi
Dear Lee, On 11/18/2014 05:17 PM, Lee Jones wrote: 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

Re: [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device

2014-11-17 Thread Krzysztof Kozłowski
On 17.11.2014 01:42, 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 broo...@kernel.org

RE: [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device

2014-11-17 Thread Sangbeom Kim
Hi, On Monday, November 17, 2014 9:43 AM, 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]. Acked-by: Sangbeom Kim

Re: [PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device

2014-11-17 Thread Chanwoo Choi
Hi Krzysztof, On 11/17/2014 07:12 PM, Krzysztof Kozłowski wrote: On 17.11.2014 01:42, 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

[PATCH 2/5] regulator: s2mps11: Add support S2MPS13 regulator device

2014-11-16 Thread Chanwoo Choi
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 broo...@kernel.org Signed-off-by: Chanwoo Choi cw00.c...@samsung.com ---