devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung
@ 2013-10-30  4:39 Sachin Kamat
  2013-11-05  9:12 ` Sachin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sachin Kamat @ 2013-10-30  4:39 UTC (permalink / raw)
  To: linux-pwm
  Cc: devicetree, linux-doc, linux-samsung-soc, mark.rutland,
	thierry.reding

Updated supported SoC name for pwm-samsung.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 .../devicetree/bindings/pwm/pwm-samsung.txt        |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
index d61fccd..5538de9 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
+++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
@@ -15,7 +15,7 @@ Required properties:
     samsung,s5pc100-pwm - for 32-bit timers present on S5PC100, S5PV210,
 			  Exynos4210 rev0 SoCs
     samsung,exynos4210-pwm - for 32-bit timers present on Exynos4210,
-                          Exynos4x12 and Exynos5250 SoCs
+                          Exynos4x12, Exynos5250 and Exynos5420 SoCs
 - reg: base address and size of register area
 - interrupts: list of timer interrupts (one interrupt per timer, starting at
   timer 0)
-- 
1.7.9.5


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

* Re: [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung
  2013-10-30  4:39 [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung Sachin Kamat
@ 2013-11-05  9:12 ` Sachin Kamat
  2013-11-10 12:35 ` Tomasz Figa
  2013-11-11  9:25 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Sachin Kamat @ 2013-11-05  9:12 UTC (permalink / raw)
  To: linux-pwm
  Cc: devicetree@vger.kernel.org, linux-doc, linux-samsung-soc,
	Mark Rutland, Thierry Reding

Hi Thierry,

On 30 October 2013 10:09, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Updated supported SoC name for pwm-samsung.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  .../devicetree/bindings/pwm/pwm-samsung.txt        |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
> index d61fccd..5538de9 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
> +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
> @@ -15,7 +15,7 @@ Required properties:
>      samsung,s5pc100-pwm - for 32-bit timers present on S5PC100, S5PV210,
>                           Exynos4210 rev0 SoCs
>      samsung,exynos4210-pwm - for 32-bit timers present on Exynos4210,
> -                          Exynos4x12 and Exynos5250 SoCs
> +                          Exynos4x12, Exynos5250 and Exynos5420 SoCs
>  - reg: base address and size of register area
>  - interrupts: list of timer interrupts (one interrupt per timer, starting at
>    timer 0)
> --
> 1.7.9.5
>

Can you please pick this one too?

-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung
  2013-10-30  4:39 [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung Sachin Kamat
  2013-11-05  9:12 ` Sachin Kamat
@ 2013-11-10 12:35 ` Tomasz Figa
  2013-11-11  9:25 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Tomasz Figa @ 2013-11-10 12:35 UTC (permalink / raw)
  To: Sachin Kamat
  Cc: linux-pwm, devicetree, linux-doc, linux-samsung-soc, mark.rutland,
	thierry.reding

Hi Sachin,

On Wednesday 30 of October 2013 10:09:41 Sachin Kamat wrote:
> Updated supported SoC name for pwm-samsung.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  .../devicetree/bindings/pwm/pwm-samsung.txt        |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
> b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt index
> d61fccd..5538de9 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
> +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.txt
> @@ -15,7 +15,7 @@ Required properties:
>      samsung,s5pc100-pwm - for 32-bit timers present on S5PC100,
> S5PV210, Exynos4210 rev0 SoCs
>      samsung,exynos4210-pwm - for 32-bit timers present on Exynos4210,
> -                          Exynos4x12 and Exynos5250 SoCs
> +                          Exynos4x12, Exynos5250 and Exynos5420 SoCs
>  - reg: base address and size of register area
>  - interrupts: list of timer interrupts (one interrupt per timer,
> starting at timer 0)

Reviewed-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz


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

* Re: [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung
  2013-10-30  4:39 [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung Sachin Kamat
  2013-11-05  9:12 ` Sachin Kamat
  2013-11-10 12:35 ` Tomasz Figa
@ 2013-11-11  9:25 ` Thierry Reding
  2 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2013-11-11  9:25 UTC (permalink / raw)
  To: Sachin Kamat
  Cc: linux-pwm, devicetree, linux-doc, linux-samsung-soc, mark.rutland

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

On Wed, Oct 30, 2013 at 10:09:41AM +0530, Sachin Kamat wrote:
> Updated supported SoC name for pwm-samsung.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  .../devicetree/bindings/pwm/pwm-samsung.txt        |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-11-11  9:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30  4:39 [PATCH 1/1] Documentation/pwm: Update supported SoC name for pwm-samsung Sachin Kamat
2013-11-05  9:12 ` Sachin Kamat
2013-11-10 12:35 ` Tomasz Figa
2013-11-11  9:25 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).