From: Kukjin Kim <kgene@kernel.org>
To: 'Chanwoo Choi' <cw00.choi@samsung.com>, 'Kukjin Kim' <kgene@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, mark.rutland@arm.com,
arnd@arndb.de, olof@lixom.net, tomasz.figa@gmail.com,
inki.dae@samsung.com, sw0312.kim@samsung.com,
kyungmin.park@samsung.com, m.szyprowski@samsung.com,
yj44.cho@samsung.com, jaewon02.kim@samsung.com,
ideal.song@samsung.com
Subject: RE: [PATCHv2 1/2] ARM: EXYNOS: Add EXYNOS4415 SoC ID
Date: Tue, 28 Oct 2014 13:28:22 +0900 [thread overview]
Message-ID: <031101cff267$9b8daba0$d2a902e0$@kernel.org> (raw)
In-Reply-To: <544F15F0.9080102@samsung.com>
Chanwoo Choi wrote:
>
> Dear Kukjin,
>
[...]
> >>
> >> +config SOC_EXYNOS4415
> >> + bool "SAMSUNG EXYNOS4415"
> >> + default y
> >> + depends on ARCH_EXYNOS4
> >> +
> >
> > I think, this is not required more...
>
> But,
> The clock driver must need to CONFIG_SOC_EXYNOS4415 configuration
> to build it. The clock driver[1] of exynos4415 used CONFIG_SOC_EXYNOS4415 as following diff:
> [1] https://lkml.org/lkml/2014/10/26/159
>
Oh, yes. OK.
Thanks for quick reply.
- Kukjin
> diff --git a/drivers/clk/samsung/Makefile b/drivers/clk/samsung/Makefile
> index 8909c93..4561297 100644
> --- a/drivers/clk/samsung/Makefile
> +++ b/drivers/clk/samsung/Makefile
> @@ -5,6 +5,7 @@
> obj-$(CONFIG_COMMON_CLK) += clk.o clk-pll.o clk-cpu.o
> obj-$(CONFIG_SOC_EXYNOS3250) += clk-exynos3250.o
> obj-$(CONFIG_ARCH_EXYNOS4) += clk-exynos4.o
> +obj-$(CONFIG_SOC_EXYNOS4415) += clk-exynos4415.o
>
> Best Regards,
> Chanwoo Choi
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/2] ARM: EXYNOS: Add EXYNOS4415 SoC ID
Date: Tue, 28 Oct 2014 13:28:22 +0900 [thread overview]
Message-ID: <031101cff267$9b8daba0$d2a902e0$@kernel.org> (raw)
In-Reply-To: <544F15F0.9080102@samsung.com>
Chanwoo Choi wrote:
>
> Dear Kukjin,
>
[...]
> >>
> >> +config SOC_EXYNOS4415
> >> + bool "SAMSUNG EXYNOS4415"
> >> + default y
> >> + depends on ARCH_EXYNOS4
> >> +
> >
> > I think, this is not required more...
>
> But,
> The clock driver must need to CONFIG_SOC_EXYNOS4415 configuration
> to build it. The clock driver[1] of exynos4415 used CONFIG_SOC_EXYNOS4415 as following diff:
> [1] https://lkml.org/lkml/2014/10/26/159
>
Oh, yes. OK.
Thanks for quick reply.
- Kukjin
> diff --git a/drivers/clk/samsung/Makefile b/drivers/clk/samsung/Makefile
> index 8909c93..4561297 100644
> --- a/drivers/clk/samsung/Makefile
> +++ b/drivers/clk/samsung/Makefile
> @@ -5,6 +5,7 @@
> obj-$(CONFIG_COMMON_CLK) += clk.o clk-pll.o clk-cpu.o
> obj-$(CONFIG_SOC_EXYNOS3250) += clk-exynos3250.o
> obj-$(CONFIG_ARCH_EXYNOS4) += clk-exynos4.o
> +obj-$(CONFIG_SOC_EXYNOS4415) += clk-exynos4415.o
>
> Best Regards,
> Chanwoo Choi
next prev parent reply other threads:[~2014-10-28 4:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-27 1:35 [PATCHv2 0/2] Support new Exynos4415 SoC based on Cortex-A9 quad cores Chanwoo Choi
2014-10-27 1:35 ` Chanwoo Choi
2014-10-27 1:35 ` [PATCHv2 1/2] ARM: EXYNOS: Add EXYNOS4415 SoC ID Chanwoo Choi
2014-10-27 1:35 ` Chanwoo Choi
2014-10-28 3:48 ` Kukjin Kim
2014-10-28 3:48 ` Kukjin Kim
2014-10-28 3:48 ` Kukjin Kim
2014-10-28 4:05 ` Chanwoo Choi
2014-10-28 4:05 ` Chanwoo Choi
2014-10-28 4:28 ` Kukjin Kim [this message]
2014-10-28 4:28 ` Kukjin Kim
2014-10-27 1:35 ` [PATCHv2 2/2] ARM: dts: Add dts files for Exynos4415 SoC Chanwoo Choi
2014-10-27 1:35 ` Chanwoo Choi
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='031101cff267$9b8daba0$d2a902e0$@kernel.org' \
--to=kgene@kernel.org \
--cc=arnd@arndb.de \
--cc=cw00.choi@samsung.com \
--cc=ideal.song@samsung.com \
--cc=inki.dae@samsung.com \
--cc=jaewon02.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mark.rutland@arm.com \
--cc=olof@lixom.net \
--cc=sw0312.kim@samsung.com \
--cc=tomasz.figa@gmail.com \
--cc=yj44.cho@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.