All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage
@ 2018-07-18  8:56 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
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Boris Brezillon @ 2018-07-18  8:56 UTC (permalink / raw)
  To: Boris Brezillon, Richard Weinberger, Miquel Raynal, linux-mtd
  Cc: David Woodhouse, Brian Norris, Marek Vasut, Arnd Bergmann

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(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-08-01  8:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH v3 0/4] mtd: rawnand: Improve compile-test coverage Miquel Raynal
2018-08-01  8:35   ` Miquel Raynal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.