From: Mike Turquette <mturquette@linaro.org>
To: Tomasz Figa <t.figa@samsung.com>, Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com,
kyungmin.park@samsung.com
Subject: Re: [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
Date: Wed, 18 Dec 2013 20:23:10 -0800 [thread overview]
Message-ID: <20131219042310.23538.98799@quantum> (raw)
In-Reply-To: <4859492.2SOgx7UbdE@amdc1227>
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
>
WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: samsung: exynos4: Correct SRC_MFC register
Date: Wed, 18 Dec 2013 20:23:10 -0800 [thread overview]
Message-ID: <20131219042310.23538.98799@quantum> (raw)
In-Reply-To: <4859492.2SOgx7UbdE@amdc1227>
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
>
next prev parent reply other threads:[~2013-12-19 4:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-22 5:21 [PATCH] clk: samsung: exynos4: Correct SRC_MFC register Seung-Woo Kim
2013-11-22 5:21 ` Seung-Woo Kim
2013-12-09 13:35 ` Tomasz Figa
2013-12-09 13:35 ` Tomasz Figa
2013-12-18 14:54 ` Tomasz Figa
2013-12-18 14:54 ` Tomasz Figa
2013-12-19 4:23 ` Mike Turquette [this message]
2013-12-19 4:23 ` Mike Turquette
2013-12-30 17:50 ` Tomasz Figa
2013-12-30 17:50 ` Tomasz Figa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131219042310.23538.98799@quantum \
--to=mturquette@linaro.org \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sw0312.kim@samsung.com \
--cc=t.figa@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.