From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v3 0/3] provide sdhci driver for mmp2 and pxa910 Date: Tue, 7 Jun 2011 09:00:27 +0200 Message-ID: <201106070900.27637.arnd@arndb.de> References: 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.187]:60215 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910Ab1FGHAe (ORCPT ); Tue, 7 Jun 2011 03:00:34 -0400 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: zhangfei gao Cc: Philip Rakity , Nicolas Pitre , Wolfram Sang , Chris Ball , "linux-mmc@vger.kernel.org" , Jun Nie , Raymond Wu , Haojian Zhuang , Shawn Guo , Qiming Wu , Eric Miao , linux-arm-kernel On Tuesday 07 June 2011 07:44:42 zhangfei gao wrote: > On Sat, Jun 4, 2011 at 5:08 AM, Philip Rakity wrote: > > > > Please update mmp2 and pxa defconfigs. > > The trend is replacing defconfig with device tree, it may not > acceptable to update defconfig. Actually, the defconfigs are not going away, at least not directly. The device tree will replace the need for individual board files, but not for defconfig files. As a side-effect, the number of defconfig files can get reduced, but we should still maintain them. Arnd