From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1ffuBK-0000M1-Oj for linux-mtd@lists.infradead.org; Wed, 18 Jul 2018 21:40:24 +0000 Date: Wed, 18 Jul 2018 23:40:10 +0200 From: Miquel Raynal To: Boris Brezillon Cc: Richard Weinberger , linux-mtd@lists.infradead.org, David Woodhouse , Brian Norris , Marek Vasut , Arnd Bergmann Subject: Re: [PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage Message-ID: <20180718234010.18e1036b@xps13> In-Reply-To: <20180718085652.30391-1-boris.brezillon@bootlin.com> References: <20180718085652.30391-1-boris.brezillon@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Boris, Boris Brezillon wrote on Wed, 18 Jul 2018 10:56:48 +0200: > Hello, >=20 > This is an attempt at adding "depends || COMPILE_TEST" to all NAND > drivers that have no compile-time dependencies on arch > features/headers. >=20 > 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. >=20 > Regards, >=20 > Boris >=20 > Changes in v2: > - Fix a few problems reported by kbuild robots and Stephen Rothwell >=20 > Changes in v3: > - Drop depends on !IA64 since Arnd has added {read,write}s{b,w,l}() > accessors to this arch > - Make sure the orion driver compiles when __LINUX_ARM_ARCH__ is not > defined >=20 > Boris Brezillon (4): > mtd: rawnand: s3c2410: Allow selection of this driver when > COMPILE_TEST=3Dy > mtd: rawnand: orion: Avoid direct inclusion of asm headers > mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not > defined > mtd: rawnand: orion: Allow selection of this driver when > COMPILE_TEST=3Dy >=20 > drivers/mtd/nand/raw/Kconfig | 6 ++++-- > drivers/mtd/nand/raw/orion_nand.c | 6 +++--- > 2 files changed, 7 insertions(+), 5 deletions(-) >=20 Series applied to nand/next, thanks for this work that will speed up our local tests. Miqu=C3=A8l