linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
@ 2013-11-22  5:21 Seung-Woo Kim
  2013-12-09 13:35 ` Tomasz Figa
  2013-12-18 14:54 ` Tomasz Figa
  0 siblings, 2 replies; 5+ messages in thread
From: Seung-Woo Kim @ 2013-11-22  5:21 UTC (permalink / raw)
  To: linux-arm-kernel

The SRC_MFC register was incorrect. This patch corrects it.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
---
 drivers/clk/samsung/clk-exynos4.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
index ad5ff50..1a7c1b9 100644
--- a/drivers/clk/samsung/clk-exynos4.c
+++ b/drivers/clk/samsung/clk-exynos4.c
@@ -39,7 +39,7 @@
 #define SRC_TOP1		0xc214
 #define SRC_CAM			0xc220
 #define SRC_TV			0xc224
-#define SRC_MFC			0xcc28
+#define SRC_MFC			0xc228
 #define SRC_G3D			0xc22c
 #define E4210_SRC_IMAGE		0xc230
 #define SRC_LCD0		0xc234
-- 
1.7.4.1

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

* [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
  2013-11-22  5:21 [PATCH] clk: samsung: exynos4: Correct SRC_MFC register Seung-Woo Kim
@ 2013-12-09 13:35 ` Tomasz Figa
  2013-12-18 14:54 ` Tomasz Figa
  1 sibling, 0 replies; 5+ messages in thread
From: Tomasz Figa @ 2013-12-09 13:35 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Seung-Woo,

On Friday 22 of November 2013 14:21:08 Seung-Woo Kim wrote:
> The SRC_MFC register was incorrect. This patch corrects it.
> 
> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
> ---
>  drivers/clk/samsung/clk-exynos4.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Good catch.

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

I guess this could go as a fix for current rc, through clk-fixes.
Mike, what do you think?

Best regards,
Tomasz

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

* [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
  2013-11-22  5:21 [PATCH] clk: samsung: exynos4: Correct SRC_MFC register Seung-Woo Kim
  2013-12-09 13:35 ` Tomasz Figa
@ 2013-12-18 14:54 ` Tomasz Figa
  2013-12-19  4:23   ` Mike Turquette
  1 sibling, 1 reply; 5+ messages in thread
From: Tomasz Figa @ 2013-12-18 14:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Friday 22 of November 2013 14:21:08 Seung-Woo Kim wrote:
> The SRC_MFC register was incorrect. This patch corrects it.
> 
> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
> ---
>  drivers/clk/samsung/clk-exynos4.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
> index ad5ff50..1a7c1b9 100644
> --- a/drivers/clk/samsung/clk-exynos4.c
> +++ b/drivers/clk/samsung/clk-exynos4.c
> @@ -39,7 +39,7 @@
>  #define SRC_TOP1		0xc214
>  #define SRC_CAM			0xc220
>  #define SRC_TV			0xc224
> -#define SRC_MFC			0xcc28
> +#define SRC_MFC			0xc228
>  #define SRC_G3D			0xc22c
>  #define E4210_SRC_IMAGE		0xc230
>  #define SRC_LCD0		0xc234
> 

Applied into samsung-clk fixes branch.

Best regards,
Tomasz

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

* [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
  2013-12-18 14:54 ` Tomasz Figa
@ 2013-12-19  4:23   ` Mike Turquette
  2013-12-30 17:50     ` Tomasz Figa
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Turquette @ 2013-12-19  4:23 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Tomasz Figa (2013-12-18 06:54:30)
> On Friday 22 of November 2013 14:21:08 Seung-Woo Kim wrote:
> > The SRC_MFC register was incorrect. This patch corrects it.
> > 
> > Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
> > ---
> >  drivers/clk/samsung/clk-exynos4.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
> > index ad5ff50..1a7c1b9 100644
> > --- a/drivers/clk/samsung/clk-exynos4.c
> > +++ b/drivers/clk/samsung/clk-exynos4.c
> > @@ -39,7 +39,7 @@
> >  #define SRC_TOP1             0xc214
> >  #define SRC_CAM                      0xc220
> >  #define SRC_TV                       0xc224
> > -#define SRC_MFC                      0xcc28
> > +#define SRC_MFC                      0xc228
> >  #define SRC_G3D                      0xc22c
> >  #define E4210_SRC_IMAGE              0xc230
> >  #define SRC_LCD0             0xc234
> > 
> 
> Applied into samsung-clk fixes branch.

It's always nice when a fix for the -rc cycle includes a description of
the user-visible regression that it fixes.

Regards,
Mike

> 
> Best regards,
> Tomasz
> 

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

* [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
  2013-12-19  4:23   ` Mike Turquette
@ 2013-12-30 17:50     ` Tomasz Figa
  0 siblings, 0 replies; 5+ messages in thread
From: Tomasz Figa @ 2013-12-30 17:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 18 of December 2013 20:23:10 Mike Turquette wrote:
> Quoting Tomasz Figa (2013-12-18 06:54:30)
> > On Friday 22 of November 2013 14:21:08 Seung-Woo Kim wrote:
> > > The SRC_MFC register was incorrect. This patch corrects it.
> > > 
> > > Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
> > > ---
> > >  drivers/clk/samsung/clk-exynos4.c |    2 +-
> > >  1 files changed, 1 insertions(+), 1 deletions(-)
> > > 
> > > diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
> > > index ad5ff50..1a7c1b9 100644
> > > --- a/drivers/clk/samsung/clk-exynos4.c
> > > +++ b/drivers/clk/samsung/clk-exynos4.c
> > > @@ -39,7 +39,7 @@
> > >  #define SRC_TOP1             0xc214
> > >  #define SRC_CAM                      0xc220
> > >  #define SRC_TV                       0xc224
> > > -#define SRC_MFC                      0xcc28
> > > +#define SRC_MFC                      0xc228
> > >  #define SRC_G3D                      0xc22c
> > >  #define E4210_SRC_IMAGE              0xc230
> > >  #define SRC_LCD0             0xc234
> > > 
> > 
> > Applied into samsung-clk fixes branch.
> 
> It's always nice when a fix for the -rc cycle includes a description of
> the user-visible regression that it fixes.

I have updated the description when applying.

Best regards,
Tomasz

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

end of thread, other threads:[~2013-12-30 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-22  5:21 [PATCH] clk: samsung: exynos4: Correct SRC_MFC register Seung-Woo Kim
2013-12-09 13:35 ` Tomasz Figa
2013-12-18 14:54 ` Tomasz Figa
2013-12-19  4:23   ` Mike Turquette
2013-12-30 17:50     ` Tomasz Figa

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