From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 08 Jul 2018 23:55:37 +0200 (CEST) Received: from mail.bootlin.com ([62.4.15.54]:54344 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23990395AbeGHVzaiYYVP convert rfc822-to-8bit (ORCPT ); Sun, 8 Jul 2018 23:55:30 +0200 Received: by mail.bootlin.com (Postfix, from userid 110) id C26EA2082B; Sun, 8 Jul 2018 23:55:23 +0200 (CEST) Received: from xps13 (unknown [91.224.148.103]) by mail.bootlin.com (Postfix) with ESMTPSA id 34713207D4; Sun, 8 Jul 2018 23:55:23 +0200 (CEST) Date: Sun, 8 Jul 2018 23:55:23 +0200 From: Miquel Raynal To: Boris Brezillon Cc: Ralf Baechle , linux-mips@linux-mips.org, =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= , Richard Weinberger , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , linux-wireless@vger.kernel.org Subject: Re: [PATCH 00/27] mtd: rawnand: Improve compile-test coverage Message-ID: <20180708235523.30faa860@xps13> In-Reply-To: <20180705094522.12138-1-boris.brezillon@bootlin.com> References: <20180705094522.12138-1-boris.brezillon@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 64710 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: miquel.raynal@bootlin.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Hi Boris, Boris Brezillon wrote on Thu, 5 Jul 2018 11:44:55 +0200: > Hello, > > 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? > > Regards, > > Boris > Thanks for the cleanup. Applied patches 1-4, 6-9, 12-16, 18 and 21 to nand/next. Waiting a v2 for patches 5 (s3c), 10-11 (orion), 17 (fsmc), and acks for the others 19-20, 22-27. Thanks, Miquèl