RE: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-05-13 Thread Kukjin Kim
Olof Johansson wrote: > > On Tue, May 13, 2014 at 2:15 AM, Arnd Bergmann wrote: > > On Tuesday 13 May 2014 13:37:33 Kukjin Kim wrote: > >> Arnd Bergmann wrote: > >> > > >> > On Tuesday 22 April 2014, Olof Johansson wrote: > >> > > I don't think there's a point in keeping this around. A > >> > > "

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-05-13 Thread Olof Johansson
On Tue, May 13, 2014 at 2:15 AM, Arnd Bergmann wrote: > On Tuesday 13 May 2014 13:37:33 Kukjin Kim wrote: >> Arnd Bergmann wrote: >> > >> > On Tuesday 22 April 2014, Olof Johansson wrote: >> > > I don't think there's a point in keeping this around. A >> > > "single-platform" config is just enablin

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-05-13 Thread Arnd Bergmann
On Tuesday 13 May 2014 13:37:33 Kukjin Kim wrote: > Arnd Bergmann wrote: > > > > On Tuesday 22 April 2014, Olof Johansson wrote: > > > I don't think there's a point in keeping this around. A > > > "single-platform" config is just enabling a single platform in the > > > config, it's not a specific

RE: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-05-12 Thread Kukjin Kim
Arnd Bergmann wrote: > > On Tuesday 22 April 2014, Olof Johansson wrote: > > I don't think there's a point in keeping this around. A > > "single-platform" config is just enabling a single platform in the > > config, it's not a specific option. I don't think any of the other > > platforms use anyth

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-22 Thread Arnd Bergmann
On Tuesday 22 April 2014, Olof Johansson wrote: > I don't think there's a point in keeping this around. A > "single-platform" config is just enabling a single platform in the > config, it's not a specific option. I don't think any of the other > platforms use anything like this today. The only one

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-21 Thread Olof Johansson
On Tue, Apr 15, 2014 at 2:28 AM, Sachin Kamat wrote: > From: Arnd Bergmann > > This makes it possible to enable the exynos platform as part of a > multiplatform kernel, in addition to keeping the single-platform > Exynos support. > sparsemem is currently not supported in multiplatform. > > Signed

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Arnd Bergmann
On Wednesday 16 April 2014 21:50:01 Mark Brown wrote: > On Wed, Apr 16, 2014 at 08:14:27PM +0200, Arnd Bergmann wrote: > > > This patch does a partial revert of 313367e7bfa by allowing these > > drivers on all samsung platforms except EXYNOS, so we can proceed > > with the multiplatform patches. >

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Mark Brown
On Wed, Apr 16, 2014 at 08:14:27PM +0200, Arnd Bergmann wrote: > This patch does a partial revert of 313367e7bfa by allowing these > drivers on all samsung platforms except EXYNOS, so we can proceed > with the multiplatform patches. > If support for these drivers is actually needed on EXYNOS mach

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Arnd Bergmann
On Wednesday 16 April 2014 16:58:43 Tomasz Figa wrote: > On 16.04.2014 16:55, Thomas Abraham wrote: > > On Wed, Apr 16, 2014 at 8:18 PM, Tomasz Figa wrote: > >> On 16.04.2014 16:31, Arnd Bergmann wrote: > >>> sparsemem is still not supported in multiplatform, but after I looked > >>> at it in mor

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Tomasz Figa
Hi Thomas, On 16.04.2014 16:55, Thomas Abraham wrote: On Wed, Apr 16, 2014 at 8:18 PM, Tomasz Figa wrote: On 16.04.2014 16:31, Arnd Bergmann wrote: On Wednesday 16 April 2014 15:51:29 Tomasz Figa wrote: On 15.04.2014 11:28, Sachin Kamat wrote: From: Arnd Bergmann This makes it possible

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Thomas Abraham
On Wed, Apr 16, 2014 at 8:18 PM, Tomasz Figa wrote: > On 16.04.2014 16:31, Arnd Bergmann wrote: >> >> On Wednesday 16 April 2014 15:51:29 Tomasz Figa wrote: >>> >>> On 15.04.2014 11:28, Sachin Kamat wrote: From: Arnd Bergmann This makes it possible to enable the exynos platfor

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Tomasz Figa
On 16.04.2014 16:31, Arnd Bergmann wrote: On Wednesday 16 April 2014 15:51:29 Tomasz Figa wrote: On 15.04.2014 11:28, Sachin Kamat wrote: From: Arnd Bergmann This makes it possible to enable the exynos platform as part of a multiplatform kernel, in addition to keeping the single-platform Exyn

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Arnd Bergmann
On Wednesday 16 April 2014 15:51:29 Tomasz Figa wrote: > On 15.04.2014 11:28, Sachin Kamat wrote: > > From: Arnd Bergmann > > > > This makes it possible to enable the exynos platform as part of a > > multiplatform kernel, in addition to keeping the single-platform > > Exynos support. > > sparsemem

Re: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-16 Thread Tomasz Figa
Hi Sachin, On 15.04.2014 11:28, Sachin Kamat wrote: From: Arnd Bergmann This makes it possible to enable the exynos platform as part of a multiplatform kernel, in addition to keeping the single-platform Exynos support. sparsemem is currently not supported in multiplatform. Is this still true

[PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-15 Thread Sachin Kamat
From: Arnd Bergmann This makes it possible to enable the exynos platform as part of a multiplatform kernel, in addition to keeping the single-platform Exynos support. sparsemem is currently not supported in multiplatform. Signed-off-by: Arnd Bergmann Signed-off-by: Sachin Kamat --- arch/arm/K

[PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support

2014-04-10 Thread Sachin Kamat
From: Arnd Bergmann This makes it possible to enable the exynos platform as part of a multiplatform kernel, in addition to keeping the single-platform Exynos support. sparsemem is currently not supported in multiplatform. Signed-off-by: Arnd Bergmann Signed-off-by: Sachin Kamat --- arch/arm/K