From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761627AbbA2JlE (ORCPT ); Thu, 29 Jan 2015 04:41:04 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:28467 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760682AbbA2Jk6 (ORCPT ); Thu, 29 Jan 2015 04:40:58 -0500 Message-ID: <54CA0021.7000706@atmel.com> Date: Thu, 29 Jan 2015 10:40:49 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Alexandre Belloni , Arnd Bergmann , Olof Johansson , ARM Maintainers CC: , Boris Brezillon , , Subject: Re: [PATCH] pcmcia: at91_cf: depend on !ARCH_MULTIPLATFORM References: <1421173685-21559-1-git-send-email-alexandre.belloni@free-electrons.com> <54B63517.9030809@atmel.com> In-Reply-To: <54B63517.9030809@atmel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 14/01/2015 10:21, Nicolas Ferre a écrit : > Le 13/01/2015 19:28, Alexandre Belloni a écrit : >> Until the driver is corrected to stop including mach/at91_ramc.h and using >> mach/io.h, it won't compile in a ARCH_MULTIPLATFORM configuration. >> >> Suggested-by: Arnd Bergmann >> Signed-off-by: Alexandre Belloni > > Acked-by: Nicolas Ferre Arnd, Olof, Kevin, It seems that nobody is taking this lonely patch. It can be interesting to have it for 3.20. So, can you please add it to the "drivers" branch so that the switch to multi-platform is possible soon. Here is the reference of it in patchwork: https://patchwork.kernel.org/patch/5623391/ Tell me if it's better to ask Greg or Andrew. Bye, >> --- >> drivers/pcmcia/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig >> index 910e90bf16c6..45f67c63d385 100644 >> --- a/drivers/pcmcia/Kconfig >> +++ b/drivers/pcmcia/Kconfig >> @@ -276,6 +276,7 @@ config BFIN_CFPCMCIA >> config AT91_CF >> tristate "AT91 CompactFlash Controller" >> depends on PCMCIA && ARCH_AT91 >> + depends on !ARCH_MULTIPLATFORM >> help >> Say Y here to support the CompactFlash controller on AT91 chips. >> Or choose M to compile the driver as a module named "at91_cf". >> > > -- Nicolas Ferre