From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 15 Nov 2012 12:14:46 +0000 Subject: [PATCH] ARM: pxa: remove pxa95x support In-Reply-To: <201211151206.33461.arnd@arndb.de> References: <1352970366-7154-1-git-send-email-haojian.zhuang@gmail.com> <201211151206.33461.arnd@arndb.de> Message-ID: <201211151214.47073.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 15 November 2012, Arnd Bergmann wrote: > On Thursday 15 November 2012, Haojian Zhuang wrote: > > PXA95x isn't widely used. And it adds the effort on supporting > > multiple platform. So remove it. > > > > Signed-off-by: Haojian Zhuang > > Looks good to me, thanks for going through this. > > Acked-by: Arnd Bergmann > > Should I apply this straight into the arm-soc tree, or are you > going to send a pull request? > One more comment: It would be good to put a disclaimer into the changeset text like "The assumption is that nobody will miss this support. If you are reading this text because you actually require pxa95x support on a new kernel, we can work out a way to revert this patch or add support to the mmp platform". Arnd