From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs Date: Tue, 9 Apr 2013 13:48:14 +0200 Message-ID: <201304091348.14887.arnd@arndb.de> References: <2f3001ce3515$9a9ae1b0$cfd0a510$%kim@samsung.com> <2f3701ce3516$c29aca80$47d05f80$%kim@samsung.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]:65216 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933173Ab3DILsT (ORCPT ); Tue, 9 Apr 2013 07:48:19 -0400 In-Reply-To: <2f3701ce3516$c29aca80$47d05f80$%kim@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, 'Olof Johansson' , kyungmin.park@samsung.com, 'Thomas Abraham' , 'Sylwester Nawrocki' , 'Tomasz Figa' On Tuesday 09 April 2013, Kukjin Kim wrote: > One more, as you know, we cannot support all features non-DT did only with > DT exynos. But I think, if required, some of them can be kept in samsung > tree temporarily. Which are the features that are going to be missing? Is it possible to add the ones that people are likely to miss using auxdata? > Note, original patch couldn't submitted to linux arm kernel ml due to size. > And please ignore useless line wrapped due to e-mail client problem :-( You might be able to send it when you create the patch using 'git format-patch -M -D', which will leave out deleted files. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Tue, 9 Apr 2013 13:48:14 +0200 Subject: [PATCH] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs In-Reply-To: <2f3701ce3516$c29aca80$47d05f80$%kim@samsung.com> References: <2f3001ce3515$9a9ae1b0$cfd0a510$%kim@samsung.com> <2f3701ce3516$c29aca80$47d05f80$%kim@samsung.com> Message-ID: <201304091348.14887.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 09 April 2013, Kukjin Kim wrote: > One more, as you know, we cannot support all features non-DT did only with > DT exynos. But I think, if required, some of them can be kept in samsung > tree temporarily. Which are the features that are going to be missing? Is it possible to add the ones that people are likely to miss using auxdata? > Note, original patch couldn't submitted to linux arm kernel ml due to size. > And please ignore useless line wrapped due to e-mail client problem :-( You might be able to send it when you create the patch using 'git format-patch -M -D', which will leave out deleted files. Arnd