linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: s5p-mfc: rename special clock to sclk_mfc
@ 2014-08-27 12:36 Marek Szyprowski
  2014-08-27 13:02 ` Sylwester Nawrocki
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Szyprowski @ 2014-08-27 12:36 UTC (permalink / raw)
  To: linux-media
  Cc: Marek Szyprowski, Sylwester Nawrocki, Kamil Debski,
	Jacek Anaszewski

Commit d19f405a5a8d2ed942b40f8cf7929a5a50d0cc59 ("[media] s5p-mfc: Fix
selective sclk_mfc init") added support for special clock handling
(named "sclk-mfc"). However this clock is not defined yet on any
platform, so before adding it to all Exynos platform, better rename it
to "sclk_mfc" to match the scheme used for all other special clocks on
Exynos platform.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 drivers/media/platform/s5p-mfc/s5p_mfc_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c b/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c
index b6a8be97a96c..826c48945bf5 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c
@@ -21,7 +21,7 @@
 #include "s5p_mfc_pm.h"
 
 #define MFC_GATE_CLK_NAME	"mfc"
-#define MFC_SCLK_NAME		"sclk-mfc"
+#define MFC_SCLK_NAME		"sclk_mfc"
 #define MFC_SCLK_RATE		(200 * 1000000)
 
 #define CLK_DEBUG
-- 
1.9.2


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

* Re: [PATCH] media: s5p-mfc: rename special clock to sclk_mfc
  2014-08-27 12:36 [PATCH] media: s5p-mfc: rename special clock to sclk_mfc Marek Szyprowski
@ 2014-08-27 13:02 ` Sylwester Nawrocki
  0 siblings, 0 replies; 2+ messages in thread
From: Sylwester Nawrocki @ 2014-08-27 13:02 UTC (permalink / raw)
  To: Marek Szyprowski, linux-media
  Cc: Sylwester Nawrocki, Kamil Debski, Jacek Anaszewski

On 27/08/14 14:36, Marek Szyprowski wrote:
> Commit d19f405a5a8d2ed942b40f8cf7929a5a50d0cc59 ("[media] s5p-mfc: Fix
> selective sclk_mfc init") added support for special clock handling
> (named "sclk-mfc"). However this clock is not defined yet on any
> platform, so before adding it to all Exynos platform, better rename it
> to "sclk_mfc" to match the scheme used for all other special clocks on
> Exynos platform.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>

Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

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

end of thread, other threads:[~2014-08-27 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 12:36 [PATCH] media: s5p-mfc: rename special clock to sclk_mfc Marek Szyprowski
2014-08-27 13:02 ` Sylwester Nawrocki

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).