From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at ([195.201.40.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fbRv4-0002X8-Cr for linux-mtd@lists.infradead.org; Fri, 06 Jul 2018 14:41:12 +0000 From: Richard Weinberger To: Geert Uytterhoeven Cc: Boris Brezillon , Ralf Baechle , Linux MIPS Mailing List , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Miquel Raynal , MTD Maling List , linux-wireless , Marek Vasut , Brian Norris , David Woodhouse Subject: Re: [PATCH 00/27] mtd: rawnand: Improve compile-test coverage Date: Fri, 06 Jul 2018 16:40:43 +0200 Message-ID: <7117646.l97x2Qa6kB@blindfold> In-Reply-To: References: <20180705094522.12138-1-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Am Donnerstag, 5. Juli 2018, 12:25:42 CEST schrieb Geert Uytterhoeven: > Hi Boris, > > On Thu, Jul 5, 2018 at 12:09 PM Boris Brezillon > wrote: > > This is an attempt at adding "depends || COMPILE_TEST" to all NAND > > drivers that have no compile-time dependencies on arch > > features/headers. > > > > This will hopefully help us (NAND/MTD maintainers) in detecting build > > issues earlier. Unfortunately we still have a few drivers that can't > > easily be modified to be arch independent. > > > > I tried to put all patches that only touch the NAND subsystem first, > > so that they can be applied even if other patches are being discussed. > > > > Don't hesitate to point any missing dependencies when compiled with > > COMPILE_TEST. I didn't have any problem when compiling, but that might > > be because the dependencies were already selected. > > > > I have Question for Geert. I know you worked on HAS_DMA removal when > > combined with COMPILE_TEST, do you plan to do something similar with > > HAS_IOMEM? > > No plans for that. > > NO_IOMEM is Richard's itch, now s390 has gained PCI support. Since COMPILE_TEST depends on !UML not so much anymore :-) > NO_DMA matters for UML and Sun-3. Yeah. Thanks, //richard