From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Sat, 10 Mar 2012 19:24:31 +0000 Subject: [PATCH 1/2] ARM: at91: only RM9200 has ISA-style PIO In-Reply-To: <1331405075-3231-1-git-send-email-alan@signal11.us> References: <1331405049-3186-1-git-send-email-alan@signal11.us> <1331405075-3231-1-git-send-email-alan@signal11.us> Message-ID: <201203101924.31710.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday 10 March 2012, Alan Ott wrote: > > From: Arnd Bergmann > > Most at91 systems have no support for PCMCIA or other > PC-style buses, so we can select NO_IOPORT in order to > disable compilationf or all drivers that need these. > > Signed-off-by: Arnd Bergmann > Signed-off-by: Alan Ott Hi Alan, You forgot to Cc the at91 maintainers on this patch (and on patch 0). Also, this patch relies on the another series I did to redefine the meaning of CONFIG_NO_IOPORT while renaming the existing one to CONFIG_NO_IOPORT_MAP. This patch will have to wait for the other series. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752064Ab2CJTYm (ORCPT ); Sat, 10 Mar 2012 14:24:42 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:60353 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993Ab2CJTYj (ORCPT ); Sat, 10 Mar 2012 14:24:39 -0500 From: Arnd Bergmann To: Alan Ott Subject: Re: [PATCH 1/2] ARM: at91: only RM9200 has ISA-style PIO Date: Sat, 10 Mar 2012 19:24:31 +0000 User-Agent: KMail/1.12.2 (Linux/3.3.0-rc1; KDE/4.3.2; x86_64; ; ) Cc: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nicolas Ferre , "Jean-Christophe Plagniol-Villard" References: <1331405049-3186-1-git-send-email-alan@signal11.us> <1331405075-3231-1-git-send-email-alan@signal11.us> In-Reply-To: <1331405075-3231-1-git-send-email-alan@signal11.us> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201203101924.31710.arnd@arndb.de> X-Provags-ID: V02:K0:CdsjRy2OzZRaFIws2gA+2dP08O+yi6x49QalTqlS5Ij U1Jr6k9nKSucsorW/roY3aTQ014OaGmNEzmhjweClV5T+phQry W8ql2/yS/MwXQA5N0JGnT4RjBpX3e9iyo4s8ltLCblepuZEOFa BLvVU+X9zk4r7nYv7tgns26P9+GWKKReR326MzBjmJKA9JH0Zy xzU5W45e4mRVmJRfLefExptBMBYwhxxVpB1W/wyTNCKbsR3TkS Uz+rtTsHPahrvYQq5Bpxn6+VjXKlf6qI01TPdFabmEV68XH9Pf 8FLGlOfaOOrlNxrTUP8rFdQHoKAy+hoJ6S7bvG5B84Iw0T58l3 zJMM318P2sx76ilfa2dE= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 10 March 2012, Alan Ott wrote: > > From: Arnd Bergmann > > Most at91 systems have no support for PCMCIA or other > PC-style buses, so we can select NO_IOPORT in order to > disable compilationf or all drivers that need these. > > Signed-off-by: Arnd Bergmann > Signed-off-by: Alan Ott Hi Alan, You forgot to Cc the at91 maintainers on this patch (and on patch 0). Also, this patch relies on the another series I did to redefine the meaning of CONFIG_NO_IOPORT while renaming the existing one to CONFIG_NO_IOPORT_MAP. This patch will have to wait for the other series. Arnd