From: Kukjin Kim <kgene.kim@samsung.com>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Tomasz Figa <t.figa@samsung.com>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
Kukjin Kim <kgene.kim@samsung.com>, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v2 0/6] Further cleanup and enable multiplat build
Date: Tue, 13 May 2014 07:30:04 +0900 [thread overview]
Message-ID: <53714B6C.7060206@samsung.com> (raw)
In-Reply-To: <CAK9yfHxu+9Lh47ULOb7PWy=JJZqjU3jB9wteJsLvnhDDr=_PQw@mail.gmail.com>
On 05/05/14 00:35, Sachin Kamat wrote:
> On 16 April 2014 19:21, Tomasz Figa<t.figa@samsung.com> wrote:
>> Hi Sachin,
>>
>>
>> On 15.04.2014 11:28, Sachin Kamat wrote:
>>>
>>> This series is based on latest linux-next and depends on the
>>> following patch:
>>> ARM: EXYNOS: Consolidate Kconfig entries
>>> http://article.gmane.org/gmane.linux.kernel.samsung-soc/28642
>>>
>>> Changes since v2:
>>> Replaced patch 2, "ARM: EXYNOS: Staticize exynos_subsys"
>>> with "ARM: EXYNOS: Remove exynos_subsys registration" as that
>>> code is no more used.
>>>
>>> Tested on Exynos4210, 4412, 5250 and 5420 based boards.
>>>
>>> Arnd Bergmann (1):
>>> ARM: EXYNOS: Enable multi-platform build support
>>>
>>> Sachin Kamat (5):
>>> ARM: EXYNOS: Remove duplicate lines in Makefile
>>> ARM: EXYNOS: Remove exynos_subsys registration
>>> ARM: EXYNOS: Migrate Exynos specific macros from plat to mach
>>> ARM: EXYNOS: Remove unnecessary inclusion of cpu.h
>>> ARM: multi_v7_defconfig: Enable Exynos platform
>>>
>>> arch/arm/Kconfig | 27 ++---------
>>> arch/arm/configs/exynos_defconfig | 2 +-
>>> arch/arm/configs/multi_v7_defconfig | 10 +++++
>>> arch/arm/mach-exynos/Kconfig | 27 +++++++++++
>>> arch/arm/mach-exynos/Makefile | 9 ++--
>>> arch/arm/mach-exynos/common.h | 72
>>> ++++++++++++++++++++++++++++++
>>> arch/arm/mach-exynos/cpuidle.c | 1 -
>>> arch/arm/mach-exynos/exynos.c | 13 ------
>>> arch/arm/mach-exynos/hotplug.c | 2 -
>>> arch/arm/mach-exynos/platsmp.c | 2 -
>>> arch/arm/mach-exynos/pm.c | 1 -
>>> arch/arm/mach-exynos/pmu.c | 2 -
>>> arch/arm/plat-samsung/Makefile | 3 ++
>>> arch/arm/plat-samsung/include/plat/cpu.h | 61
>>> -------------------------
>>> 14 files changed, 119 insertions(+), 113 deletions(-)
>>>
>>
>> For the whole series:
>>
>> Reviewed-by: Tomasz Figa<t.figa@samsung.com>
>
> Kukjin,
>
> Can you please apply the first 4 patches in this series for now?
>
Yes, I've applied the first 4 patches just now and I need to look at the
5/6 patch...
Thanks,
Kukjin
prev parent reply other threads:[~2014-05-12 22:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 9:28 [PATCH v2 0/6] Further cleanup and enable multiplat build Sachin Kamat
2014-04-15 9:28 ` [PATCH 1/6] ARM: EXYNOS: Remove duplicate lines in Makefile Sachin Kamat
2014-04-15 9:28 ` [PATCH 2/6] ARM: EXYNOS: Remove exynos_subsys registration Sachin Kamat
2014-04-15 9:28 ` [PATCH 3/6] ARM: EXYNOS: Migrate Exynos specific macros from plat to mach Sachin Kamat
2014-04-15 9:28 ` [PATCH 4/6] ARM: EXYNOS: Remove unnecessary inclusion of cpu.h Sachin Kamat
2014-04-15 9:28 ` [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support Sachin Kamat
2014-04-16 13:51 ` Tomasz Figa
2014-04-16 14:31 ` Arnd Bergmann
2014-04-16 14:48 ` Tomasz Figa
2014-04-16 14:55 ` Thomas Abraham
2014-04-16 14:58 ` Tomasz Figa
2014-04-16 18:14 ` Arnd Bergmann
2014-04-16 20:50 ` Mark Brown
2014-04-16 21:00 ` Arnd Bergmann
2014-04-22 3:06 ` Olof Johansson
2014-04-22 19:56 ` Arnd Bergmann
2014-05-13 4:37 ` Kukjin Kim
2014-05-13 9:15 ` Arnd Bergmann
2014-05-13 18:01 ` Olof Johansson
2014-05-14 4:33 ` Kukjin Kim
2014-04-15 9:28 ` [PATCH 6/6] ARM: multi_v7_defconfig: Enable Exynos platform Sachin Kamat
2014-04-16 13:51 ` [PATCH v2 0/6] Further cleanup and enable multiplat build Tomasz Figa
2014-05-04 15:35 ` Sachin Kamat
2014-05-12 22:30 ` Kukjin Kim [this message]
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=53714B6C.7060206@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox