All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 2/2] s5p-tv: Add PM_RUNTIME dependency
@ 2011-09-22  5:54 ` Hatim Ali
  0 siblings, 0 replies; 4+ messages in thread
From: Hatim Ali @ 2011-09-22  5:54 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc, kgene.kim
  Cc: s.nawrocki, t.stanislaws, mchehab, hverkuil, laurent.pinchart, banajit.g

The TVOUT driver requires PM_RUNTIME support for proper clock
enabling.

Signed-off-by: Hatim Ali <hatim.rv@samsung.com>
---
 drivers/media/video/s5p-tv/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig
index 9c37dee..f2a0977 100644
--- a/drivers/media/video/s5p-tv/Kconfig
+++ b/drivers/media/video/s5p-tv/Kconfig
@@ -8,7 +8,7 @@
 
 config VIDEO_SAMSUNG_S5P_TV
 	bool "Samsung TV driver for S5P platform (experimental)"
-	depends on PLAT_S5P
+	depends on PLAT_S5P && PM_RUNTIME
 	depends on EXPERIMENTAL
 	default n
 	---help---
-- 
1.7.2.3

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

* [RESEND PATCH 2/2] s5p-tv: Add PM_RUNTIME dependency
@ 2011-09-22  5:54 ` Hatim Ali
  0 siblings, 0 replies; 4+ messages in thread
From: Hatim Ali @ 2011-09-22  5:54 UTC (permalink / raw)
  To: linux-arm-kernel

The TVOUT driver requires PM_RUNTIME support for proper clock
enabling.

Signed-off-by: Hatim Ali <hatim.rv@samsung.com>
---
 drivers/media/video/s5p-tv/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig
index 9c37dee..f2a0977 100644
--- a/drivers/media/video/s5p-tv/Kconfig
+++ b/drivers/media/video/s5p-tv/Kconfig
@@ -8,7 +8,7 @@
 
 config VIDEO_SAMSUNG_S5P_TV
 	bool "Samsung TV driver for S5P platform (experimental)"
-	depends on PLAT_S5P
+	depends on PLAT_S5P && PM_RUNTIME
 	depends on EXPERIMENTAL
 	default n
 	---help---
-- 
1.7.2.3

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

* RE: [RESEND PATCH 2/2] s5p-tv: Add PM_RUNTIME dependency
  2011-09-22  5:54 ` Hatim Ali
@ 2011-09-22 10:05   ` Marek Szyprowski
  -1 siblings, 0 replies; 4+ messages in thread
From: Marek Szyprowski @ 2011-09-22 10:05 UTC (permalink / raw)
  To: 'Hatim Ali', linux-arm-kernel, linux-samsung-soc, kgene.kim
  Cc: Tomasz Stanislawski, banajit.g, mchehab, hverkuil,
	laurent.pinchart, Sylwester Nawrocki

Hello,

On Thursday, September 22, 2011 7:55 AM Hatim Ali wrote:

> The TVOUT driver requires PM_RUNTIME support for proper clock
> enabling.
> 
> Signed-off-by: Hatim Ali <hatim.rv@samsung.com>

I will take this patch to our v4l fixes branch. Thanks for your contribution.

> ---
>  drivers/media/video/s5p-tv/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig
> index 9c37dee..f2a0977 100644
> --- a/drivers/media/video/s5p-tv/Kconfig
> +++ b/drivers/media/video/s5p-tv/Kconfig
> @@ -8,7 +8,7 @@
> 
>  config VIDEO_SAMSUNG_S5P_TV
>  	bool "Samsung TV driver for S5P platform (experimental)"
> -	depends on PLAT_S5P
> +	depends on PLAT_S5P && PM_RUNTIME
>  	depends on EXPERIMENTAL
>  	default n
>  	---help---

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center

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

* [RESEND PATCH 2/2] s5p-tv: Add PM_RUNTIME dependency
@ 2011-09-22 10:05   ` Marek Szyprowski
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Szyprowski @ 2011-09-22 10:05 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

On Thursday, September 22, 2011 7:55 AM Hatim Ali wrote:

> The TVOUT driver requires PM_RUNTIME support for proper clock
> enabling.
> 
> Signed-off-by: Hatim Ali <hatim.rv@samsung.com>

I will take this patch to our v4l fixes branch. Thanks for your contribution.

> ---
>  drivers/media/video/s5p-tv/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/video/s5p-tv/Kconfig b/drivers/media/video/s5p-tv/Kconfig
> index 9c37dee..f2a0977 100644
> --- a/drivers/media/video/s5p-tv/Kconfig
> +++ b/drivers/media/video/s5p-tv/Kconfig
> @@ -8,7 +8,7 @@
> 
>  config VIDEO_SAMSUNG_S5P_TV
>  	bool "Samsung TV driver for S5P platform (experimental)"
> -	depends on PLAT_S5P
> +	depends on PLAT_S5P && PM_RUNTIME
>  	depends on EXPERIMENTAL
>  	default n
>  	---help---

Best regards
-- 
Marek Szyprowski
Samsung Poland R&D Center

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

end of thread, other threads:[~2011-09-22 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22  5:54 [RESEND PATCH 2/2] s5p-tv: Add PM_RUNTIME dependency Hatim Ali
2011-09-22  5:54 ` Hatim Ali
2011-09-22 10:05 ` Marek Szyprowski
2011-09-22 10:05   ` Marek Szyprowski

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.