From: Marek Szyprowski <m.szyprowski@samsung.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: 'Tomasz Figa' <tomasz.figa@gmail.com>,
linux-arm-kernel@lists.infradead.org,
'Tomasz Figa' <t.figa@samsung.com>,
linux-samsung-soc@vger.kernel.org, arnd@arndb.de,
'Kyungmin Park' <kyungmin.park@samsung.com>,
olof@lixom.net
Subject: Re: [PATCH] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC
Date: Wed, 29 May 2013 11:16:14 +0200 [thread overview]
Message-ID: <51A5C75E.7090006@samsung.com> (raw)
In-Reply-To: <120501ce5752$6daef380$490cda80$%kim@samsung.com>
Hello,
On 5/23/2013 3:11 AM, Kukjin Kim wrote:
> Kukjin Kim wrote:
> >
> > Tomasz Figa wrote:
> > >
> > > Hi Kukjin,
> > >
> > Hi,
> >
> > > On Wednesday 15 of May 2013 17:08:04 Tomasz Figa wrote:
> > > > This patch extends exynos_init_time() function to handle Exynos4210
> > rev0
> > > > SoC, which differs in availability of system timers and needs
> > different
> > > > clocksource initialization.
> > > >
> > > > This makes it possible to use exynos_init_time() function as init_time
> > > > callback for all Exynos-based boards, including Universal_C210, which
> > > > originally had to use samsung_timer_init().
> > > >
> > > > Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> > > > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > > > ---
> > > > arch/arm/mach-exynos/Kconfig | 3 ++-
> > > > arch/arm/mach-exynos/common.c | 30
> > > > +++++++++++++++++++++++++++++- arch/arm/mach-exynos/common.h
> > > > | 2 ++
> > > > arch/arm/mach-exynos/mach-universal_c210.c | 5 ++---
> > > > 4 files changed, 35 insertions(+), 5 deletions(-)
> > >
> > > Could you pick this patch to your fixes branch?
> > >
> > Yeah, I will after looking at.
> >
> > > This is a fix of a regression in handling Exynos4210 rev0 SoC (e.g.
> > > Universal C210 board) introduced by patches merged to 3.10.
> > >
> > OK, I see but I didn't review yet and I will within a couple of days ;-)
> >
> OK, looks fine, this will be sent to upstream during -rc for v3.10.
>
> But, Tomasz, as you know, non-DT supporting files will be gone away in
> v3.11, just note.
This patch is needed to get REV0 4210 based board working both in DT and
non-DT
modes.
Best regards
--
Marek Szyprowski
Samsung R&D Institute Poland
WARNING: multiple messages have this Message-ID (diff)
From: m.szyprowski@samsung.com (Marek Szyprowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC
Date: Wed, 29 May 2013 11:16:14 +0200 [thread overview]
Message-ID: <51A5C75E.7090006@samsung.com> (raw)
In-Reply-To: <120501ce5752$6daef380$490cda80$%kim@samsung.com>
Hello,
On 5/23/2013 3:11 AM, Kukjin Kim wrote:
> Kukjin Kim wrote:
> >
> > Tomasz Figa wrote:
> > >
> > > Hi Kukjin,
> > >
> > Hi,
> >
> > > On Wednesday 15 of May 2013 17:08:04 Tomasz Figa wrote:
> > > > This patch extends exynos_init_time() function to handle Exynos4210
> > rev0
> > > > SoC, which differs in availability of system timers and needs
> > different
> > > > clocksource initialization.
> > > >
> > > > This makes it possible to use exynos_init_time() function as init_time
> > > > callback for all Exynos-based boards, including Universal_C210, which
> > > > originally had to use samsung_timer_init().
> > > >
> > > > Signed-off-by: Tomasz Figa <t.figa@samsung.com>
> > > > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> > > > ---
> > > > arch/arm/mach-exynos/Kconfig | 3 ++-
> > > > arch/arm/mach-exynos/common.c | 30
> > > > +++++++++++++++++++++++++++++- arch/arm/mach-exynos/common.h
> > > > | 2 ++
> > > > arch/arm/mach-exynos/mach-universal_c210.c | 5 ++---
> > > > 4 files changed, 35 insertions(+), 5 deletions(-)
> > >
> > > Could you pick this patch to your fixes branch?
> > >
> > Yeah, I will after looking at.
> >
> > > This is a fix of a regression in handling Exynos4210 rev0 SoC (e.g.
> > > Universal C210 board) introduced by patches merged to 3.10.
> > >
> > OK, I see but I didn't review yet and I will within a couple of days ;-)
> >
> OK, looks fine, this will be sent to upstream during -rc for v3.10.
>
> But, Tomasz, as you know, non-DT supporting files will be gone away in
> v3.11, just note.
This patch is needed to get REV0 4210 based board working both in DT and
non-DT
modes.
Best regards
--
Marek Szyprowski
Samsung R&D Institute Poland
next prev parent reply other threads:[~2013-05-29 9:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-15 15:08 [PATCH] ARM: EXYNOS: Fix support of Exynos4210 rev0 SoC Tomasz Figa
2013-05-15 15:08 ` Tomasz Figa
2013-05-20 19:58 ` Tomasz Figa
2013-05-20 19:58 ` Tomasz Figa
2013-05-21 1:27 ` Kukjin Kim
2013-05-21 1:27 ` Kukjin Kim
2013-05-23 1:11 ` Kukjin Kim
2013-05-23 1:11 ` Kukjin Kim
2013-05-23 10:37 ` Tomasz Figa
2013-05-23 10:37 ` Tomasz Figa
2013-05-29 9:16 ` Marek Szyprowski [this message]
2013-05-29 9:16 ` Marek Szyprowski
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=51A5C75E.7090006@samsung.com \
--to=m.szyprowski@samsung.com \
--cc=arnd@arndb.de \
--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=olof@lixom.net \
--cc=t.figa@samsung.com \
--cc=tomasz.figa@gmail.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.