RE: [PATCH 5/5] mfd: s2mps11: Add binding documentation for Samsung S2MPS13 PMIC

2014-11-17 Thread Sangbeom Kim
. Acked-by: Sangbeom Kim -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-17 Thread Sangbeom Kim
Hi, On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: > This patch adds only the compatible string for S2MPS13 clock which is > identical > with S2MPS14 clock driver. What's the relation of S2MPS14 RTC and clock driver? Thanks, Sangbeom. -- To unsubscribe from this list: send the line

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: San

RE: [PATCH 1/5] mfd: sec-core: Add support for S2MPS13 device

2014-11-17 Thread Sangbeom Kim
Hi, On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: > This patch adds the support for Samsung S2MPS13 PMIC device to the sec-core > MFD > driver. The S2MPS13 is very similar with existing S2MPS14 and includes PMIC/ > RTC/CLOCK devices. Acked-by: Sangbeom Kim -- To unsu

RE: [PATCH 1/5] mfd: sec-core: Add support for S2MPS13 device

2014-11-17 Thread Sangbeom Kim
Hi, On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: This patch adds the support for Samsung S2MPS13 PMIC device to the sec-core MFD driver. The S2MPS13 is very similar with existing S2MPS14 and includes PMIC/ RTC/CLOCK devices. Acked-by: Sangbeom Kim sbki...@samsung.com

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 4/5] rtc: s5m: Add the support for S2MPS13 RTC

2014-11-17 Thread Sangbeom Kim
Hi, On Monday, November 17, 2014 9:43 AM, Chanwoo Choi wrote: This patch adds only the compatible string for S2MPS13 clock which is identical with S2MPS14 clock driver. What's the relation of S2MPS14 RTC and clock driver? Thanks, Sangbeom. -- To unsubscribe from this list: send the line

RE: [PATCH 5/5] mfd: s2mps11: Add binding documentation for Samsung S2MPS13 PMIC

2014-11-17 Thread Sangbeom Kim
-by: Sangbeom Kim sbki...@samsung.com -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern

2014-07-03 Thread Sangbeom Kim
On Friday, July 04, 2014 7:08 AM, Joe Perches wrote: > F: drivers/regulator/s2m*.c > F: drivers/regulator/s5m*.c > -F: drivers/rtc/rtc-sec.c > F: include/linux/mfd/samsung/ > Yes, You are right. There is no rtc-sec.c Instead, rtc-s5m.c was upstreamed. I will post update patch.

RE: [PATCH 09/16] MAINTAINERS: Update Samsunt MFD drivers pattern

2014-07-03 Thread Sangbeom Kim
On Friday, July 04, 2014 7:08 AM, Joe Perches wrote: F: drivers/regulator/s2m*.c F: drivers/regulator/s5m*.c -F: drivers/rtc/rtc-sec.c F: include/linux/mfd/samsung/ Yes, You are right. There is no rtc-sec.c Instead, rtc-s5m.c was upstreamed. I will post update patch. Thanks,

RE: [PATCH 04/27] ARM: EXYNOS: Support secondary CPU boot of Exynos4212

2014-04-11 Thread Sangbeom Kim
Hi, On 04/11/2014 2:14 PM, Chanwoo Choi wrote: > >> { > >> - exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0); > >> + if (soc_is_exynos4212()) > >> + exynos_smc(SMC_CMD_CPU1BOOT, 0, 0, 0); > >> + else > >> + exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0); > > > > /* */ > > It's better

RE: [PATCH 04/27] ARM: EXYNOS: Support secondary CPU boot of Exynos4212

2014-04-11 Thread Sangbeom Kim
Hi, On 04/11/2014 2:14 PM, Chanwoo Choi wrote: { - exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0); + if (soc_is_exynos4212()) + exynos_smc(SMC_CMD_CPU1BOOT, 0, 0, 0); + else + exynos_smc(SMC_CMD_CPU1BOOT, cpu, 0, 0); /* explain why you need this special case on

RE: [PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs

2013-11-28 Thread Sangbeom Kim
On Friday, November 29, 2013 2:15 AM, Mark Brown wrote: > > Add "const" to "static struct regmap_irq" and "static struct > > regmap_config". > > Reviewed-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from th

RE: [PATCH v2 4/5] rtc: s5m: Enable IRQ wake during suspend

2013-11-28 Thread Sangbeom Kim
f-by: Krzysztof Kozlowski > Signed-off-by: Kyungmin Park Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-i

RE: [PATCH v2 3/5] rtc: s5m: Limit endless loop waiting for register update

2013-11-28 Thread Sangbeom Kim
Reviwed-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH v2 2/5] rtc: s5m: Fix unsuccesful IRQ request during probe

2013-11-28 Thread Sangbeom Kim
On Thursday, November 28, 2013 10:47 PM, Mark Brown wrote: > > Fix rtc-s5m interrupt request by using regmap_irq_get_virq() for mapping > > the IRQ. > > Reviwed-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "u

RE: [PATCH v2 1/5] mfd/rtc: s5m: Fix register updating by adding regmap for RTC

2013-11-28 Thread Sangbeom Kim
; > Reviwed-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH v2 1/5] mfd/rtc: s5m: Fix register updating by adding regmap for RTC

2013-11-28 Thread Sangbeom Kim
...@linaro.org Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

RE: [PATCH v2 2/5] rtc: s5m: Fix unsuccesful IRQ request during probe

2013-11-28 Thread Sangbeom Kim
On Thursday, November 28, 2013 10:47 PM, Mark Brown wrote: Fix rtc-s5m interrupt request by using regmap_irq_get_virq() for mapping the IRQ. Reviwed-by: Mark Brown broo...@linaro.org Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send

RE: [PATCH v2 3/5] rtc: s5m: Limit endless loop waiting for register update

2013-11-28 Thread Sangbeom Kim
-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

RE: [PATCH v2 4/5] rtc: s5m: Enable IRQ wake during suspend

2013-11-28 Thread Sangbeom Kim
k.kozlow...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

RE: [PATCH v2 5/5] mfd: sec: Constify regmap configs and regmap irqs

2013-11-28 Thread Sangbeom Kim
On Friday, November 29, 2013 2:15 AM, Mark Brown wrote: Add const to static struct regmap_irq and static struct regmap_config. Reviewed-by: Mark Brown broo...@linaro.org Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line

RE: [PATCH 1/1] regulator: s2mps11: Use devm_regulator_register

2013-09-04 Thread Sangbeom Kim
On Wednesday, September 04, 2013 3:42 PM, Sachin Kamat wrote: > Commit e398b51a ("regulator: s2mps11: Convert to devm_regulator_register()") > intended to do this conversion. However the actual conversion to devm_* got > missed out. Fix this. > Acked-by: Sangbeom

RE: [PATCH 1/1] regulator: s2mps11: Use devm_regulator_register

2013-09-04 Thread Sangbeom Kim
On Wednesday, September 04, 2013 3:42 PM, Sachin Kamat wrote: Commit e398b51a (regulator: s2mps11: Convert to devm_regulator_register()) intended to do this conversion. However the actual conversion to devm_* got missed out. Fix this. Acked-by: Sangbeom Kim sbki...@samsung.com Thanks

RE: [PATCH 05/11] regulator: s5m8767: Covert to devm_regulator_register()

2013-09-02 Thread Sangbeom Kim
On Saturday, August 31, 2013 8:29 AM, Mark Brown wrote: > Subject: [PATCH 05/11] regulator: s5m8767: Covert to devm_regulator_register() > > From: Mark Brown > > Signed-off-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the li

RE: [PATCH 04/11] regulator: s2mps11: Convert to devm_regulator_register()

2013-09-02 Thread Sangbeom Kim
On Saturday, August 31, 2013 8:29 AM, Mark Brown wrote: > Subject: [PATCH 04/11] regulator: s2mps11: Convert to > devm_regulator_register() > > From: Mark Brown > > Signed-off-by: Mark Brown Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this l

RE: [PATCH 04/11] regulator: s2mps11: Convert to devm_regulator_register()

2013-09-02 Thread Sangbeom Kim
On Saturday, August 31, 2013 8:29 AM, Mark Brown wrote: Subject: [PATCH 04/11] regulator: s2mps11: Convert to devm_regulator_register() From: Mark Brown broo...@linaro.org Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom

RE: [PATCH 05/11] regulator: s5m8767: Covert to devm_regulator_register()

2013-09-02 Thread Sangbeom Kim
On Saturday, August 31, 2013 8:29 AM, Mark Brown wrote: Subject: [PATCH 05/11] regulator: s5m8767: Covert to devm_regulator_register() From: Mark Brown broo...@linaro.org Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom

[PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-23 Thread Sangbeom Kim
This patch fix the abnormal ramp delay setting. The shift operation was wrong. Signed-off-by: Sangbeom Kim --- drivers/regulator/s2mps11.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c index 85fc086

RE: [PATCH 21/24] MAINTAINERS: fix drivers/rtc/rtc-sec.c

2012-11-23 Thread Sangbeom Kim
On Sat, Nov 24, 2012 at 9:27 AM , Cesar Eduardo Barros wrote: > I am guessing that this was a typo for rtc-s3c. Please NACK this patch > if I am wrong. rtc-sec and rtc-s3c is different one. rtc-sec is driver of Samsung mfd. Rtc-s3c is driver of Samsung SoC. Currently, We had just done rtc-sec

RE: [PATCH 21/24] MAINTAINERS: fix drivers/rtc/rtc-sec.c

2012-11-23 Thread Sangbeom Kim
On Sat, Nov 24, 2012 at 9:27 AM , Cesar Eduardo Barros wrote: I am guessing that this was a typo for rtc-s3c. Please NACK this patch if I am wrong. rtc-sec and rtc-s3c is different one. rtc-sec is driver of Samsung mfd. Rtc-s3c is driver of Samsung SoC. Currently, We had just done rtc-sec

[PATCH] regulator: s2mps11: Fix ramp delay value shift operation

2012-11-23 Thread Sangbeom Kim
This patch fix the abnormal ramp delay setting. The shift operation was wrong. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/regulator/s2mps11.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11

RE: [PATCH V3 3/7] mfd: samsung: Modify samsung mfd header

2012-07-12 Thread Sangbeom Kim
Hi! On Wednesday, July 11, 2012 9:30 PM, Venu Byravarasu wrote: > > + * copyright (c) 2011 Samsung Electronics Co., Ltd > > + * http://www.samsung.com > > In most of the files you mentioned 2011. > Should they not be changed to 2012? Most of the files are created in 2011. This file

RE: [PATCH V3 3/7] mfd: samsung: Modify samsung mfd header

2012-07-12 Thread Sangbeom Kim
Hi! On Wednesday, July 11, 2012 9:30 PM, Venu Byravarasu wrote: + * copyright (c) 2011 Samsung Electronics Co., Ltd + * http://www.samsung.com In most of the files you mentioned 2011. Should they not be changed to 2012? Most of the files are created in 2011. This file is

RE: [PATCH 3/3] regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is 0xff

2012-07-11 Thread Sangbeom Kim
Hi, On Thursday, July 12, 2012 10:39 AM +0900, Axel Lin wrote: > > Signed-off-by: Axel Lin Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordo

RE: [PATCH 2/3] regulator: s2mps11: Fix wrong setting for config.dev

2012-07-11 Thread Sangbeom Kim
Hi, On Thursday, July 12, 2012 10:38 AM +0900, Axel Lin wrote: > > Signed-off-by: Axel Lin Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordo

RE: [PATCH 1/3] regulator: s2mps11: Fixup missing commas

2012-07-11 Thread Sangbeom Kim
sel, vsel_mask. Before send patch, I just added that. Anyway, It's my mistake. Acked-by: Sangbeom Kim Thanks, Sangbeom. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vg

[PATCH V3 5/7] mfd: samsung: Add s2mps11 irq driver

2012-07-11 Thread Sangbeom Kim
This patch support irq handling driver for s2mps11. As this patch use regmap_irq, s5m8767 and s5m8763 are modified with regmap_irq. Signed-off-by: Sangbeom Kim --- drivers/mfd/Kconfig |1 + drivers/mfd/sec-irq.c| 477 -- include

[PATCH V3 7/7] MAINTAINRES: Add maintainer for samsung mfd driver

2012-07-11 Thread Sangbeom Kim
There are many samsung multifunction devices which are s2mps11, s5m8767, s5m8763 etc. This devices can support regulator, rtc, charger. I will be supporting the Samsung mfd drivers, that are currently in development and will be upstreamed shortly. Signed-off-by: Sangbeom Kim --- MAINTAINERS

[PATCH V3 6/7] regualtor: s2mps11: Add samsung s2mps11 regulator driver

2012-07-11 Thread Sangbeom Kim
This patch add Samsung S2MPS11 regulator driver. The S2MPS11 can support 10 Bucks and 38 LDOs and RTC. Especially, S2MPS11 is designed for high performance Samsung application processor. Signed-off-by: Sangbeom Kim --- drivers/regulator/Kconfig |8 + drivers/regulator/Makefile |1

[PATCH V3 4/7] mfd: s2mps11: Add samsung s2mps11 mfd support

2012-07-11 Thread Sangbeom Kim
This patch add Samsung S2MPS11 mfd driver. The S2MPS11 can support regulators and RTC. Signed-off-by: Sangbeom Kim --- drivers/mfd/sec-core.c | 10 ++ include/linux/mfd/samsung/core.h| 10 ++ include/linux/mfd/samsung/s2mps11.h | 196 +++ 3

[PATCH V3 3/7] mfd: samsung: Modify samsung mfd header

2012-07-11 Thread Sangbeom Kim
As Prefix of Samsung pmic changed from s5m to s2m, To make common mfd driver for s2m and s5m series, This patch rename header of Samsung mfd and modify mfd driver. Signed-off-by: Sangbeom Kim --- drivers/mfd/sec-core.c |6 +- drivers/mfd/sec-irq.c|5

[PATCH V3 2/7] mfd: samsung: Modify samsung mfd driver for common api

2012-07-11 Thread Sangbeom Kim
Previous naming rule of samsung pmic start with s5m prefix. But It is changed by s2m. To cover various samsung s2m and s5m series, This patch modify function and variable name for common usage. Signed-off-by: Sangbeom Kim --- drivers/mfd/sec-core.c | 130

[PATCH V3 0/7] Initial release of Samsung S2MPS11 pmic driver

2012-07-11 Thread Sangbeom Kim
The S2MPS11 is comprised of high efficient Buck converters, various LDOs, and an RTC and tightly coupled with Multi Core Samsung Application Processors, which is used in a wide variety of mobile applications such as smart phones and tablet PCs. S2MPS11 provide 10 high efficiency buck converters

[PATCH V3 0/7] Initial release of Samsung S2MPS11 pmic driver

2012-07-11 Thread Sangbeom Kim
The S2MPS11 is comprised of high efficient Buck converters, various LDOs, and an RTC and tightly coupled with Multi Core Samsung Application Processors, which is used in a wide variety of mobile applications such as smart phones and tablet PCs. S2MPS11 provide 10 high efficiency buck converters

[PATCH V3 2/7] mfd: samsung: Modify samsung mfd driver for common api

2012-07-11 Thread Sangbeom Kim
Previous naming rule of samsung pmic start with s5m prefix. But It is changed by s2m. To cover various samsung s2m and s5m series, This patch modify function and variable name for common usage. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/mfd/sec-core.c | 130

[PATCH V3 3/7] mfd: samsung: Modify samsung mfd header

2012-07-11 Thread Sangbeom Kim
As Prefix of Samsung pmic changed from s5m to s2m, To make common mfd driver for s2m and s5m series, This patch rename header of Samsung mfd and modify mfd driver. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/mfd/sec-core.c |6 +- drivers/mfd/sec-irq.c

[PATCH V3 4/7] mfd: s2mps11: Add samsung s2mps11 mfd support

2012-07-11 Thread Sangbeom Kim
This patch add Samsung S2MPS11 mfd driver. The S2MPS11 can support regulators and RTC. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/mfd/sec-core.c | 10 ++ include/linux/mfd/samsung/core.h| 10 ++ include/linux/mfd/samsung/s2mps11.h | 196

[PATCH V3 6/7] regualtor: s2mps11: Add samsung s2mps11 regulator driver

2012-07-11 Thread Sangbeom Kim
This patch add Samsung S2MPS11 regulator driver. The S2MPS11 can support 10 Bucks and 38 LDOs and RTC. Especially, S2MPS11 is designed for high performance Samsung application processor. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/regulator/Kconfig |8 + drivers/regulator

[PATCH V3 7/7] MAINTAINRES: Add maintainer for samsung mfd driver

2012-07-11 Thread Sangbeom Kim
There are many samsung multifunction devices which are s2mps11, s5m8767, s5m8763 etc. This devices can support regulator, rtc, charger. I will be supporting the Samsung mfd drivers, that are currently in development and will be upstreamed shortly. Signed-off-by: Sangbeom Kim sbki...@samsung.com

[PATCH V3 5/7] mfd: samsung: Add s2mps11 irq driver

2012-07-11 Thread Sangbeom Kim
This patch support irq handling driver for s2mps11. As this patch use regmap_irq, s5m8767 and s5m8763 are modified with regmap_irq. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/mfd/Kconfig |1 + drivers/mfd/sec-irq.c| 477

RE: [PATCH 1/3] regulator: s2mps11: Fixup missing commas

2012-07-11 Thread Sangbeom Kim
a set_voltage_time_sel, vsel_mask. Before send patch, I just added that. Anyway, It's my mistake. Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

RE: [PATCH 2/3] regulator: s2mps11: Fix wrong setting for config.dev

2012-07-11 Thread Sangbeom Kim
Hi, On Thursday, July 12, 2012 10:38 AM +0900, Axel Lin wrote: Signed-off-by: Axel Lin axel@gmail.com Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

RE: [PATCH 3/3] regulator: s2mps11: Use sec_reg_write rather than sec_reg_update when mask is 0xff

2012-07-11 Thread Sangbeom Kim
Hi, On Thursday, July 12, 2012 10:39 AM +0900, Axel Lin wrote: Signed-off-by: Axel Lin axel@gmail.com Acked-by: Sangbeom Kim sbki...@samsung.com Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

RE: [PATCH V2 3/7] regulator: s5m8767: Modify function and variable name

2012-07-09 Thread Sangbeom Kim
Hi Monday, July 09, 2012 10:03 PM +0900, Mark Brown wrote: > This needs to be squashed down into the patch doing the rename in the > core to avoid build breakage. Otherwise looks good. Ok, I will squash and resend it. Thanks, Sangbeom. -- To unsubscribe from this list: send the line

RE: [PATCH V2 0/7] Initial release of Samsung S2MPS11 pmic driver

2012-07-09 Thread Sangbeom Kim
Hi! On Mon, Jul 09, 2012 at 08:13PM +0900, Samuel Ortiz wrote: > Hi Sangbeom, > > On Sat, Jul 07, 2012 at 06:39:12PM +0900, Sangbeom Kim wrote: > > The S2MPS11 is comprised of high efficient Buck converters, > > various LDOs, and an RTC and tightly coupled with Multi Core Sa

RE: [PATCH V2 0/7] Initial release of Samsung S2MPS11 pmic driver

2012-07-09 Thread Sangbeom Kim
Hi! On Mon, Jul 09, 2012 at 08:13PM +0900, Samuel Ortiz wrote: Hi Sangbeom, On Sat, Jul 07, 2012 at 06:39:12PM +0900, Sangbeom Kim wrote: The S2MPS11 is comprised of high efficient Buck converters, various LDOs, and an RTC and tightly coupled with Multi Core Samsung Application

RE: [PATCH V2 3/7] regulator: s5m8767: Modify function and variable name

2012-07-09 Thread Sangbeom Kim
Hi Monday, July 09, 2012 10:03 PM +0900, Mark Brown wrote: This needs to be squashed down into the patch doing the rename in the core to avoid build breakage. Otherwise looks good. Ok, I will squash and resend it. Thanks, Sangbeom. -- To unsubscribe from this list: send the line unsubscribe

[PATCH V2 7/7] MAINTAINRES: Add maintainer for samsung mfd driver

2012-07-07 Thread Sangbeom Kim
There are many samsung multifunction devices which are s2mps11, s5m8767, s5m8763 etc. This devices can support regulator, rtc, charger. I will be supporting the Samsung mfd drivers, that are currently in development and will be upstreamed shortly. Signed-off-by: Sangbeom Kim --- MAINTAINERS

[PATCH V2 6/7] mfd: s2mps11: Add samsung s2mps11 pmic

2012-07-07 Thread Sangbeom Kim
This patch support Samsung s2mps11 mfd driver. S2MPS11 can support 10 Bucks and 38 LDOs and RTC. By this patch, s2m and s5m mfd series can be supported. Especially, S2MPS11 is designed for high performance Samsung application processor. Signed-off-by: Sangbeom Kim --- drivers/mfd/Kconfig

[PATCH V2 5/7] regualtor: s2mps11: Add samsung s2mps11 regulator driver

2012-07-07 Thread Sangbeom Kim
This patch add Samsung S2MPS11 regulator driver. The S2MPS11 can support 10 Bucks and 38 LDOs and RTC. Especially, S2MPS11 is designed for high performance Samsung application processor. Signed-off-by: Sangbeom Kim --- drivers/regulator/Kconfig |8 + drivers/regulator/Makefile

[PATCH V2 4/7] mfd: samsung: Modify samsung mfd header

2012-07-07 Thread Sangbeom Kim
As Prefix of Samsung pmic changed from s5m to s2m, To make common mfd driver for s2m and s5m series, This patch rename header of Samsung mfd and modify mfd driver. Signed-off-by: Sangbeom Kim --- drivers/mfd/sec-core.c |6 +- drivers/mfd/sec-irq.c|5

[PATCH V2 3/7] regulator: s5m8767: Modify function and variable name

2012-07-07 Thread Sangbeom Kim
As function and variable name of Samsung mfd driver is changed, This patch modify s5m8767 regulator driver. Signed-off-by: Sangbeom Kim --- drivers/regulator/s5m8767.c | 74 +- 1 files changed, 37 insertions(+), 37 deletions(-) diff --git a/drivers

[PATCH V2 2/7] mfd: samsung: Modify samsung mfd driver for common api

2012-07-07 Thread Sangbeom Kim
Previous naming rule of samsung pmic start with s5m prefix. But It is changed by s2m. To cover various samsung s2m and s5m series, This patch modify function and variable name for common usage. Signed-off-by: Sangbeom Kim --- drivers/mfd/sec-core.c | 126

[PATCH V2 0/7] Initial release of Samsung S2MPS11 pmic driver

2012-07-07 Thread Sangbeom Kim
The S2MPS11 is comprised of high efficient Buck converters, various LDOs, and an RTC and tightly coupled with Multi Core Samsung Application Processors, which is used in a wide variety of mobile applications such as smart phones and tablet PCs. S2MPS11 provide 10 high efficiency buck converters

[PATCH V2 0/7] Initial release of Samsung S2MPS11 pmic driver

2012-07-07 Thread Sangbeom Kim
The S2MPS11 is comprised of high efficient Buck converters, various LDOs, and an RTC and tightly coupled with Multi Core Samsung Application Processors, which is used in a wide variety of mobile applications such as smart phones and tablet PCs. S2MPS11 provide 10 high efficiency buck converters

[PATCH V2 2/7] mfd: samsung: Modify samsung mfd driver for common api

2012-07-07 Thread Sangbeom Kim
Previous naming rule of samsung pmic start with s5m prefix. But It is changed by s2m. To cover various samsung s2m and s5m series, This patch modify function and variable name for common usage. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/mfd/sec-core.c | 126

[PATCH V2 3/7] regulator: s5m8767: Modify function and variable name

2012-07-07 Thread Sangbeom Kim
As function and variable name of Samsung mfd driver is changed, This patch modify s5m8767 regulator driver. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/regulator/s5m8767.c | 74 +- 1 files changed, 37 insertions(+), 37 deletions(-) diff

[PATCH V2 4/7] mfd: samsung: Modify samsung mfd header

2012-07-07 Thread Sangbeom Kim
As Prefix of Samsung pmic changed from s5m to s2m, To make common mfd driver for s2m and s5m series, This patch rename header of Samsung mfd and modify mfd driver. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/mfd/sec-core.c |6 +- drivers/mfd/sec-irq.c

[PATCH V2 5/7] regualtor: s2mps11: Add samsung s2mps11 regulator driver

2012-07-07 Thread Sangbeom Kim
This patch add Samsung S2MPS11 regulator driver. The S2MPS11 can support 10 Bucks and 38 LDOs and RTC. Especially, S2MPS11 is designed for high performance Samsung application processor. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers/regulator/Kconfig |8 + drivers

[PATCH V2 6/7] mfd: s2mps11: Add samsung s2mps11 pmic

2012-07-07 Thread Sangbeom Kim
This patch support Samsung s2mps11 mfd driver. S2MPS11 can support 10 Bucks and 38 LDOs and RTC. By this patch, s2m and s5m mfd series can be supported. Especially, S2MPS11 is designed for high performance Samsung application processor. Signed-off-by: Sangbeom Kim sbki...@samsung.com --- drivers

[PATCH V2 7/7] MAINTAINRES: Add maintainer for samsung mfd driver

2012-07-07 Thread Sangbeom Kim
There are many samsung multifunction devices which are s2mps11, s5m8767, s5m8763 etc. This devices can support regulator, rtc, charger. I will be supporting the Samsung mfd drivers, that are currently in development and will be upstreamed shortly. Signed-off-by: Sangbeom Kim sbki...@samsung.com