public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 00/10] mtd: rawnand: 4th batch of cleanups
@ 2018-11-20  9:02 Boris Brezillon
  2018-11-20  9:02 ` [PATCH 01/10] mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions Boris Brezillon
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Boris Brezillon @ 2018-11-20  9:02 UTC (permalink / raw)
  To: Boris Brezillon, Richard Weinberger, Miquel Raynal, linux-mtd
  Cc: David Woodhouse, Brian Norris, Marek Vasut, Masahiro Yamada,
	Han Xu, Vladimir Zapolskiy, Sylvain Lemieux, Stefan Agner

Hello,

This time on I deprecate the dummy controller field, as we try to force
people to declare their own controller instance.

Patches 1 to 9 are cleanup patches for the fsmc and vf610 drivers, the
most important ones being patch 3 and 8 where we declare a
nand_controller instance instead of using the dummy one. By doing this
we make sure these drivers keep not using any deprecated fields and can
thus serve as examples to other developers.

Patch 10 is deprecating the dummy_controller field by moving it to the
nand_legacy struct.

Regards,

Boris

Boris Brezillon (10):
  mtd: rawnand: fsmc: Stop passing mtd_info objects to internal
    functions
  mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc
  mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent
  mtd: rawnand: fsmc: Stop using the dummy controller obj
  mtd: rawnand: fsmc: Add an SPDX tag to replace the license text
  mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch
  mtd: rawnand: vf610: Stop passing mtd_info to internal functions
  mtd: rawnand: vf610: Stop using the dummy controller obj
  mtd: rawnand: vf610: Add an SPDX tag to replace the license text
  mtd: rawnand: Deprecate the dummy_controller field

 drivers/mtd/nand/raw/cafe_nand.c           |   2 +-
 drivers/mtd/nand/raw/davinci_nand.c        |   2 +-
 drivers/mtd/nand/raw/denali.c              |   2 +-
 drivers/mtd/nand/raw/fsmc_nand.c           | 264 ++++++++++-----------
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c |   2 +-
 drivers/mtd/nand/raw/hisi504_nand.c        |   2 +-
 drivers/mtd/nand/raw/jz4740_nand.c         |   2 +-
 drivers/mtd/nand/raw/lpc32xx_mlc.c         |   2 +-
 drivers/mtd/nand/raw/lpc32xx_slc.c         |   2 +-
 drivers/mtd/nand/raw/mxc_nand.c            |   2 +-
 drivers/mtd/nand/raw/nand_base.c           |   2 +-
 drivers/mtd/nand/raw/nandsim.c             |   2 +-
 drivers/mtd/nand/raw/sh_flctl.c            |   2 +-
 drivers/mtd/nand/raw/sm_common.c           |   2 +-
 drivers/mtd/nand/raw/vf610_nfc.c           |  60 ++---
 include/linux/mtd/rawnand.h                |   6 +-
 16 files changed, 171 insertions(+), 185 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-12-07 18:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20  9:02 [PATCH 00/10] mtd: rawnand: 4th batch of cleanups Boris Brezillon
2018-11-20  9:02 ` [PATCH 01/10] mtd: rawnand: fsmc: Stop passing mtd_info objects to internal functions Boris Brezillon
2018-11-20  9:02 ` [PATCH 02/10] mtd: rawnand: fsmc: Fix the fsmc_nand_data kernel-doc Boris Brezillon
2018-11-20  9:02 ` [PATCH 03/10] mtd: rawnand: fsmc: Make conversion from chip to fsmc consistent Boris Brezillon
2018-11-20  9:02 ` [PATCH 04/10] mtd: rawnand: fsmc: Stop using the dummy controller obj Boris Brezillon
2018-11-20  9:02 ` [PATCH 05/10] mtd: rawnand: fsmc: Add an SPDX tag to replace the license text Boris Brezillon
2018-11-20  9:02 ` [PATCH 06/10] mtd: rawnand: fsmc: Fix all coding style issues reported by checkpatch Boris Brezillon
2018-11-20  9:02 ` [PATCH 07/10] mtd: rawnand: vf610: Stop passing mtd_info to internal functions Boris Brezillon
2018-11-23 23:04   ` Stefan Agner
2018-11-20  9:02 ` [PATCH 08/10] mtd: rawnand: vf610: Stop using the dummy controller obj Boris Brezillon
2018-11-23 23:13   ` Stefan Agner
2018-11-20  9:02 ` [PATCH 09/10] mtd: rawnand: vf610: Add an SPDX tag to replace the license text Boris Brezillon
2018-11-23 23:14   ` Stefan Agner
2018-11-20  9:02 ` [PATCH 10/10] mtd: rawnand: Deprecate the dummy_controller field Boris Brezillon
2018-12-07 18:49 ` [PATCH 00/10] mtd: rawnand: 4th batch of cleanups Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox