* [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16
@ 2014-05-26 22:12 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2014-05-26 22:12 UTC (permalink / raw)
To: arm@kernel.org, Arnd Bergmann, 'Olof Johansson',
Kevin Hilman
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Hi Arnd, Olof, Kevin
Sorry for late support multiplatform on exynos and now it's possible.
Thanks for many guys' effort and time :-)
BRs,
Kukjin
The following changes since commit dfacdfef06090ca0c131f45dfd3f3ca3452a8ed3:
Merge branch 'v3.16-next/dt-samsung' into v3.16-next/multiplatform
(2014-05-26 06:19:01 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-multiplatform
for you to fetch changes up to 43baa7dcb5fa0c95b1e443d2a739c14de1fbbe07:
cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
(2014-05-27 06:22:53 +0900)
----------------------------------------------------------------
Exynos mutiplatform support for 3.16
Here is enabling the exynos platform as part of a multiplatform
kernel. This is including ARCH_EXYNOS related Kconfig entries
consolidation and update multi_v7_defconfig accordingly. And
fixes exynos-cpufreq driver compilation with ARCH_MULTIPLATFORM.
Note that this is based on tags/exynos-soc. And tags/samsung-dt,
tags/samsung-clk are merged on top of that.
----------------------------------------------------------------
Arnd Bergmann (1):
ARM: EXYNOS: Enable multi-platform build support
Sachin Kamat (2):
ARM: EXYNOS: Consolidate Kconfig entries
ARM: multi_v7_defconfig: Enable Exynos platform
Tomasz Figa (1):
cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
arch/arm/Kconfig | 20 ---------
arch/arm/configs/multi_v7_defconfig | 12 ++++++
arch/arm/mach-exynos/Kconfig | 81
++++++++++++------------------------
arch/arm/mach-exynos/Makefile | 2 +
arch/arm/plat-samsung/Makefile | 3 ++
drivers/cpufreq/Kconfig.arm | 6 +--
drivers/cpufreq/exynos-cpufreq.c | 2 -
drivers/cpufreq/exynos-cpufreq.h | 30 +++++++------
drivers/cpufreq/exynos4210-cpufreq.c | 39 ++++++++++++++---
drivers/cpufreq/exynos4x12-cpufreq.c | 40 +++++++++++++++---
drivers/cpufreq/exynos5250-cpufreq.c | 43 +++++++++++++++----
11 files changed, 163 insertions(+), 115 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16
@ 2014-05-26 22:12 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2014-05-26 22:12 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd, Olof, Kevin
Sorry for late support multiplatform on exynos and now it's possible.
Thanks for many guys' effort and time :-)
BRs,
Kukjin
The following changes since commit dfacdfef06090ca0c131f45dfd3f3ca3452a8ed3:
Merge branch 'v3.16-next/dt-samsung' into v3.16-next/multiplatform
(2014-05-26 06:19:01 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/exynos-multiplatform
for you to fetch changes up to 43baa7dcb5fa0c95b1e443d2a739c14de1fbbe07:
cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
(2014-05-27 06:22:53 +0900)
----------------------------------------------------------------
Exynos mutiplatform support for 3.16
Here is enabling the exynos platform as part of a multiplatform
kernel. This is including ARCH_EXYNOS related Kconfig entries
consolidation and update multi_v7_defconfig accordingly. And
fixes exynos-cpufreq driver compilation with ARCH_MULTIPLATFORM.
Note that this is based on tags/exynos-soc. And tags/samsung-dt,
tags/samsung-clk are merged on top of that.
----------------------------------------------------------------
Arnd Bergmann (1):
ARM: EXYNOS: Enable multi-platform build support
Sachin Kamat (2):
ARM: EXYNOS: Consolidate Kconfig entries
ARM: multi_v7_defconfig: Enable Exynos platform
Tomasz Figa (1):
cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
arch/arm/Kconfig | 20 ---------
arch/arm/configs/multi_v7_defconfig | 12 ++++++
arch/arm/mach-exynos/Kconfig | 81
++++++++++++------------------------
arch/arm/mach-exynos/Makefile | 2 +
arch/arm/plat-samsung/Makefile | 3 ++
drivers/cpufreq/Kconfig.arm | 6 +--
drivers/cpufreq/exynos-cpufreq.c | 2 -
drivers/cpufreq/exynos-cpufreq.h | 30 +++++++------
drivers/cpufreq/exynos4210-cpufreq.c | 39 ++++++++++++++---
drivers/cpufreq/exynos4x12-cpufreq.c | 40 +++++++++++++++---
drivers/cpufreq/exynos5250-cpufreq.c | 43 +++++++++++++++----
11 files changed, 163 insertions(+), 115 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16
2014-05-26 22:12 ` Kukjin Kim
@ 2014-05-26 22:29 ` Olof Johansson
-1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-05-26 22:29 UTC (permalink / raw)
To: Kukjin Kim
Cc: arm@kernel.org, Arnd Bergmann, Kevin Hilman,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
On Mon, May 26, 2014 at 3:12 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof, Kevin
>
> Sorry for late support multiplatform on exynos and now it's possible. Thanks
> for many guys' effort and time :-)
>
> BRs,
> Kukjin
>
> The following changes since commit dfacdfef06090ca0c131f45dfd3f3ca3452a8ed3:
>
> Merge branch 'v3.16-next/dt-samsung' into v3.16-next/multiplatform
> (2014-05-26 06:19:01 +0900)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/exynos-multiplatform
>
> for you to fetch changes up to 43baa7dcb5fa0c95b1e443d2a739c14de1fbbe07:
>
> cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
> (2014-05-27 06:22:53 +0900)
>
> ----------------------------------------------------------------
> Exynos mutiplatform support for 3.16
>
> Here is enabling the exynos platform as part of a multiplatform
> kernel. This is including ARCH_EXYNOS related Kconfig entries
> consolidation and update multi_v7_defconfig accordingly. And
> fixes exynos-cpufreq driver compilation with ARCH_MULTIPLATFORM.
>
> Note that this is based on tags/exynos-soc. And tags/samsung-dt,
> tags/samsung-clk are merged on top of that.
>
> ----------------------------------------------------------------
> Arnd Bergmann (1):
> ARM: EXYNOS: Enable multi-platform build support
>
> Sachin Kamat (2):
> ARM: EXYNOS: Consolidate Kconfig entries
> ARM: multi_v7_defconfig: Enable Exynos platform
>
> Tomasz Figa (1):
> cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
>
> arch/arm/Kconfig | 20 ---------
> arch/arm/configs/multi_v7_defconfig | 12 ++++++
Please send multi_v7_defconfig updates as patches to arm@kernel.org,
and don't include them in branches. They often conflict and we want to
apply them directly for that reason.
Thanks,
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16
@ 2014-05-26 22:29 ` Olof Johansson
0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-05-26 22:29 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, May 26, 2014 at 3:12 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> Hi Arnd, Olof, Kevin
>
> Sorry for late support multiplatform on exynos and now it's possible. Thanks
> for many guys' effort and time :-)
>
> BRs,
> Kukjin
>
> The following changes since commit dfacdfef06090ca0c131f45dfd3f3ca3452a8ed3:
>
> Merge branch 'v3.16-next/dt-samsung' into v3.16-next/multiplatform
> (2014-05-26 06:19:01 +0900)
>
> are available in the git repository at:
>
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> tags/exynos-multiplatform
>
> for you to fetch changes up to 43baa7dcb5fa0c95b1e443d2a739c14de1fbbe07:
>
> cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
> (2014-05-27 06:22:53 +0900)
>
> ----------------------------------------------------------------
> Exynos mutiplatform support for 3.16
>
> Here is enabling the exynos platform as part of a multiplatform
> kernel. This is including ARCH_EXYNOS related Kconfig entries
> consolidation and update multi_v7_defconfig accordingly. And
> fixes exynos-cpufreq driver compilation with ARCH_MULTIPLATFORM.
>
> Note that this is based on tags/exynos-soc. And tags/samsung-dt,
> tags/samsung-clk are merged on top of that.
>
> ----------------------------------------------------------------
> Arnd Bergmann (1):
> ARM: EXYNOS: Enable multi-platform build support
>
> Sachin Kamat (2):
> ARM: EXYNOS: Consolidate Kconfig entries
> ARM: multi_v7_defconfig: Enable Exynos platform
>
> Tomasz Figa (1):
> cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
>
> arch/arm/Kconfig | 20 ---------
> arch/arm/configs/multi_v7_defconfig | 12 ++++++
Please send multi_v7_defconfig updates as patches to arm at kernel.org,
and don't include them in branches. They often conflict and we want to
apply them directly for that reason.
Thanks,
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16
2014-05-26 22:29 ` Olof Johansson
@ 2014-05-27 0:04 ` Kukjin Kim
-1 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2014-05-27 0:04 UTC (permalink / raw)
To: 'Olof Johansson'
Cc: arm, 'Arnd Bergmann', 'Kevin Hilman',
linux-arm-kernel, linux-samsung-soc
Olof Johansson wrote:
>
> On Mon, May 26, 2014 at 3:12 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Hi Arnd, Olof, Kevin
> >
> > Sorry for late support multiplatform on exynos and now it's possible.
> Thanks
> > for many guys' effort and time :-)
> >
> > BRs,
> > Kukjin
> >
> > The following changes since commit
> dfacdfef06090ca0c131f45dfd3f3ca3452a8ed3:
> >
> > Merge branch 'v3.16-next/dt-samsung' into v3.16-next/multiplatform
> > (2014-05-26 06:19:01 +0900)
> >
> > are available in the git repository at:
> >
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/exynos-multiplatform
> >
> > for you to fetch changes up to 43baa7dcb5fa0c95b1e443d2a739c14de1fbbe07:
> >
> > cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
> > (2014-05-27 06:22:53 +0900)
> >
> > ----------------------------------------------------------------
> > Exynos mutiplatform support for 3.16
> >
> > Here is enabling the exynos platform as part of a multiplatform
> > kernel. This is including ARCH_EXYNOS related Kconfig entries
> > consolidation and update multi_v7_defconfig accordingly. And
> > fixes exynos-cpufreq driver compilation with ARCH_MULTIPLATFORM.
> >
> > Note that this is based on tags/exynos-soc. And tags/samsung-dt,
> > tags/samsung-clk are merged on top of that.
> >
> > ----------------------------------------------------------------
> > Arnd Bergmann (1):
> > ARM: EXYNOS: Enable multi-platform build support
> >
> > Sachin Kamat (2):
> > ARM: EXYNOS: Consolidate Kconfig entries
> > ARM: multi_v7_defconfig: Enable Exynos platform
> >
> > Tomasz Figa (1):
> > cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
> >
> > arch/arm/Kconfig | 20 ---------
> > arch/arm/configs/multi_v7_defconfig | 12 ++++++
>
> Please send multi_v7_defconfig updates as patches to arm@kernel.org,
> and don't include them in branches. They often conflict and we want to
> apply them directly for that reason.
>
Oh, I see.
So please kindly ignore this (4th) pull-request 1/2 and 2/2 for samsung-3.16, because 2/2 is based on this (1/2).
I will re-sort them out then will send it tonight in my time. Unfortunately I can't push anything in my office...
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16
@ 2014-05-27 0:04 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2014-05-27 0:04 UTC (permalink / raw)
To: linux-arm-kernel
Olof Johansson wrote:
>
> On Mon, May 26, 2014 at 3:12 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > Hi Arnd, Olof, Kevin
> >
> > Sorry for late support multiplatform on exynos and now it's possible.
> Thanks
> > for many guys' effort and time :-)
> >
> > BRs,
> > Kukjin
> >
> > The following changes since commit
> dfacdfef06090ca0c131f45dfd3f3ca3452a8ed3:
> >
> > Merge branch 'v3.16-next/dt-samsung' into v3.16-next/multiplatform
> > (2014-05-26 06:19:01 +0900)
> >
> > are available in the git repository at:
> >
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
> > tags/exynos-multiplatform
> >
> > for you to fetch changes up to 43baa7dcb5fa0c95b1e443d2a739c14de1fbbe07:
> >
> > cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
> > (2014-05-27 06:22:53 +0900)
> >
> > ----------------------------------------------------------------
> > Exynos mutiplatform support for 3.16
> >
> > Here is enabling the exynos platform as part of a multiplatform
> > kernel. This is including ARCH_EXYNOS related Kconfig entries
> > consolidation and update multi_v7_defconfig accordingly. And
> > fixes exynos-cpufreq driver compilation with ARCH_MULTIPLATFORM.
> >
> > Note that this is based on tags/exynos-soc. And tags/samsung-dt,
> > tags/samsung-clk are merged on top of that.
> >
> > ----------------------------------------------------------------
> > Arnd Bergmann (1):
> > ARM: EXYNOS: Enable multi-platform build support
> >
> > Sachin Kamat (2):
> > ARM: EXYNOS: Consolidate Kconfig entries
> > ARM: multi_v7_defconfig: Enable Exynos platform
> >
> > Tomasz Figa (1):
> > cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
> >
> > arch/arm/Kconfig | 20 ---------
> > arch/arm/configs/multi_v7_defconfig | 12 ++++++
>
> Please send multi_v7_defconfig updates as patches to arm at kernel.org,
> and don't include them in branches. They often conflict and we want to
> apply them directly for that reason.
>
Oh, I see.
So please kindly ignore this (4th) pull-request 1/2 and 2/2 for samsung-3.16, because 2/2 is based on this (1/2).
I will re-sort them out then will send it tonight in my time. Unfortunately I can't push anything in my office...
Thanks,
Kukjin
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-27 0:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-26 22:12 [GIT PULL 4th 1/2] Samsung Exynos multiplatform for 3.16 Kukjin Kim
2014-05-26 22:12 ` Kukjin Kim
2014-05-26 22:29 ` Olof Johansson
2014-05-26 22:29 ` Olof Johansson
2014-05-27 0:04 ` Kukjin Kim
2014-05-27 0:04 ` Kukjin Kim
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.