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
Th
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
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
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
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 "unsubscri
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 an
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
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
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
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
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
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
tage_time_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 inf
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
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
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
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 co
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
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 an
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
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
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
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
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
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
;
> 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/
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
iwed-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/
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-info
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 this list:
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
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
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
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
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 "
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/
36 matches
Mail list logo