From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V2] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs Date: Thu, 6 Jun 2013 18:12:17 +0200 Message-ID: <201306061812.18138.arnd@arndb.de> References: <0a1201ce6268$d5a51610$80ef4230$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <0a1201ce6268$d5a51610$80ef4230$%kim@samsung.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Kukjin Kim Cc: linux-samsung-soc@vger.kernel.org, 'Tomasz Figa' , 'Kyungmin Park' , 'Thomas Abraham' , 'Sylwester Nawrocki' , 'Olof Johansson' , linux-arm-kernel@lists.infradead.org List-Id: linux-samsung-soc@vger.kernel.org On Thursday 06 June 2013, Kukjin Kim wrote: > As we discussed in mailing list, non-DT for EXYNOS SoCs will not be > supported from v3.11. This patch removes regarding files for non-DT > including board files and defconfig. > > Cc: Sylwester Nawrocki > Cc: Tomasz Figa > Cc: Thomas Abraham > Cc: Kyungmin Park > Cc: Arnd Bergmann > Cc: Olof Johansson > Signed-off-by: Kukjin Kim > --- > > It's time to remove non-DT stuff for EXYNOS SoCs. > If no objection on this, this will be sent to arm-soc in a couple of days. Please do. I think there are no excuses left this time ;-) However, I wonder if more code in arch/arm/plat-samsung can be made to depend on the presence of ATAGS. I suspect there a lot of files that we no longer need to build for an Exynos kernel now. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 6 Jun 2013 18:12:17 +0200 Subject: [PATCH V2] ARM: EXYNOS: no more support non-DT for EXYNOS SoCs In-Reply-To: <0a1201ce6268$d5a51610$80ef4230$%kim@samsung.com> References: <0a1201ce6268$d5a51610$80ef4230$%kim@samsung.com> Message-ID: <201306061812.18138.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 06 June 2013, Kukjin Kim wrote: > As we discussed in mailing list, non-DT for EXYNOS SoCs will not be > supported from v3.11. This patch removes regarding files for non-DT > including board files and defconfig. > > Cc: Sylwester Nawrocki > Cc: Tomasz Figa > Cc: Thomas Abraham > Cc: Kyungmin Park > Cc: Arnd Bergmann > Cc: Olof Johansson > Signed-off-by: Kukjin Kim > --- > > It's time to remove non-DT stuff for EXYNOS SoCs. > If no objection on this, this will be sent to arm-soc in a couple of days. Please do. I think there are no excuses left this time ;-) However, I wonder if more code in arch/arm/plat-samsung can be made to depend on the presence of ATAGS. I suspect there a lot of files that we no longer need to build for an Exynos kernel now. Arnd