From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [PATCH 5/6] ARM: EXYNOS: Enable multi-platform build support Date: Tue, 13 May 2014 13:37:33 +0900 Message-ID: <065d01cf6e65$0e903dc0$2bb0b940$@samsung.com> References: <1397554134-11827-1-git-send-email-sachin.kamat@linaro.org> <1397554134-11827-6-git-send-email-sachin.kamat@linaro.org> <201404222156.48432.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailout2.samsung.com ([203.254.224.25]:27275 "EHLO mailout2.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751538AbaEMEhe (ORCPT ); Tue, 13 May 2014 00:37:34 -0400 Received: from epcpsbgr2.samsung.com (u142.gpu120.samsung.co.kr [203.254.230.142]) by mailout2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N5H00J0HWUL1S80@mailout2.samsung.com> for linux-samsung-soc@vger.kernel.org; Tue, 13 May 2014 13:37:33 +0900 (KST) In-reply-to: <201404222156.48432.arnd@arndb.de> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Arnd Bergmann' , 'Olof Johansson' Cc: 'Sachin Kamat' , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org 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 anything like this today. > > The only one doing that is shmobile, but only because they have > some SoCs that are multiplatform capable and some that are not. > This isn't the case for Exynos, so it should no longer be needed. > > When I originally created this patch 18 months ago, there were a > number of drivers that broke when multiplatform got enabled. > Now the cpufreq driver is the only one left, but it seems that > it will make it for 3.16, and I wouldn't wait for it if it doesn't. > Let's just do multiplatform-only. > In my position in S.LSI, I'd like to keep the current ARCH_EXYNOS4 and EXYNOS5 because IMHO selecting each series would be helpful on real product, multiplatform is available though. Additionally EXYNOS3 is being added. It's true we can support exynos-multiplatform even though above options are included... Thanks, Kukjin