From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Boris Brezillon <boris.brezillon@bootlin.com>
Cc: Richard Weinberger <richard@nod.at>,
linux-mtd@lists.infradead.org,
David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
Marek Vasut <marek.vasut@gmail.com>,
Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage
Date: Wed, 18 Jul 2018 23:40:10 +0200 [thread overview]
Message-ID: <20180718234010.18e1036b@xps13> (raw)
In-Reply-To: <20180718085652.30391-1-boris.brezillon@bootlin.com>
Hi Boris,
Boris Brezillon <boris.brezillon@bootlin.com> wrote on Wed, 18 Jul 2018
10:56:48 +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.
>
> Regards,
>
> Boris
>
> Changes in v2:
> - Fix a few problems reported by kbuild robots and Stephen Rothwell
>
> 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
>
> Boris Brezillon (4):
> mtd: rawnand: s3c2410: Allow selection of this driver when
> COMPILE_TEST=y
> 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=y
>
> drivers/mtd/nand/raw/Kconfig | 6 ++++--
> drivers/mtd/nand/raw/orion_nand.c | 6 +++---
> 2 files changed, 7 insertions(+), 5 deletions(-)
>
Series applied to nand/next, thanks for this work that will speed up
our local tests.
Miquèl
next prev parent reply other threads:[~2018-07-18 21:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-18 8:56 [PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage Boris Brezillon
2018-07-18 8:56 ` [PATCH v3 1/4] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y Boris Brezillon
2018-07-18 8:56 ` [PATCH v3 2/4] mtd: rawnand: orion: Avoid direct inclusion of asm headers Boris Brezillon
2018-07-18 8:56 ` [PATCH v3 3/4] mtd: rawnand: orion: Handle cases where __LINUX_ARM_ARCH__ is not defined Boris Brezillon
2018-07-18 8:56 ` [PATCH v3 4/4] mtd: rawnand: orion: Allow selection of this driver when COMPILE_TEST=y Boris Brezillon
2018-07-18 21:40 ` Miquel Raynal [this message]
2018-08-01 8:35 ` [PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage Miquel Raynal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180718234010.18e1036b@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=arnd@arndb.de \
--cc=boris.brezillon@bootlin.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=richard@nod.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).