All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: sec-core: Enable RTC on S2MPS11 PMIC
@ 2015-03-17 12:36 Krzysztof Kozlowski
  2015-03-23 13:21 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2015-03-17 12:36 UTC (permalink / raw)
  To: Sangbeom Kim, Samuel Ortiz, Lee Jones, linux-kernel, linux-samsung-soc
  Cc: Marek Szyprowski, Chanwoo Choi, Krzysztof Kozlowski

The S2MPS11 PMIC (present on Arndale Octa board) has the same RTC module
as S2MPS14 device. Add respective mfd cell to enable it.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 drivers/mfd/sec-core.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 59bf322feacd..e08623807a62 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -69,6 +69,8 @@ static const struct mfd_cell s2mps11_devs[] = {
 	{
 		.name = "s2mps11-pmic",
 	}, {
+		.name = "s2mps14-rtc",
+	}, {
 		.name = "s2mps11-clk",
 		.of_compatible = "samsung,s2mps11-clk",
 	}
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mfd: sec-core: Enable RTC on S2MPS11 PMIC
  2015-03-17 12:36 [PATCH] mfd: sec-core: Enable RTC on S2MPS11 PMIC Krzysztof Kozlowski
@ 2015-03-23 13:21 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2015-03-23 13:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Sangbeom Kim, Samuel Ortiz, linux-kernel, linux-samsung-soc,
	Marek Szyprowski, Chanwoo Choi

On Tue, 17 Mar 2015, Krzysztof Kozlowski wrote:

> The S2MPS11 PMIC (present on Arndale Octa board) has the same RTC module
> as S2MPS14 device. Add respective mfd cell to enable it.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  drivers/mfd/sec-core.c | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks.

> diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
> index 59bf322feacd..e08623807a62 100644
> --- a/drivers/mfd/sec-core.c
> +++ b/drivers/mfd/sec-core.c
> @@ -69,6 +69,8 @@ static const struct mfd_cell s2mps11_devs[] = {
>  	{
>  		.name = "s2mps11-pmic",
>  	}, {
> +		.name = "s2mps14-rtc",
> +	}, {
>  		.name = "s2mps11-clk",
>  		.of_compatible = "samsung,s2mps11-clk",
>  	}

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-23 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 12:36 [PATCH] mfd: sec-core: Enable RTC on S2MPS11 PMIC Krzysztof Kozlowski
2015-03-23 13:21 ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.