All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] mtd: rawnand: Bunch of cleanup
@ 2018-07-05 10:27 ` Boris Brezillon
  0 siblings, 0 replies; 22+ messages in thread
From: Boris Brezillon @ 2018-07-05 10:27 UTC (permalink / raw)
  To: Daniel Mack, Haojian Zhuang, Robert Jarzmik, Boris Brezillon,
	Richard Weinberger, Miquel Raynal, linux-mtd
  Cc: David Woodhouse, Brian Norris, Marek Vasut, Han Xu, linux-arm-kernel

Hello,

These are just random cleanups that I did while working on the raw NAND
API sanitization (see here [1] for a preview of the upcoming changes).

Regards,

Boris

[1]https://github.com/bbrezillon/linux-0day/commits/nand/api-cleanup

Boris Brezillon (8):
  mtd: rawnand: Kill cafe_nand_bug()
  mtd: rawnand: Remove nand_do_read() prototype from rawnand.h
  mtd: rawnand: Remove forward declaration of mtd_info
  mtd: rawnand: Remove forward declaration of device_node
  mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()
  mtd: rawnand: Kill the chip->scan_bbt() hook
  mtd: rawnand: orion_nand: Kill orion_nand_data.dev_ready()
  mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol,read_byte}()

 arch/arm/mach-pxa/balloon3.c                 |  1 -
 arch/arm/mach-pxa/em-x270.c                  |  1 -
 drivers/mtd/nand/raw/cafe_nand.c             |  8 --------
 drivers/mtd/nand/raw/diskonchip.c            |  4 ++--
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c   |  2 +-
 drivers/mtd/nand/raw/nand_base.c             |  4 +---
 drivers/mtd/nand/raw/nand_bbt.c              | 10 +++++-----
 drivers/mtd/nand/raw/nandsim.c               |  2 +-
 drivers/mtd/nand/raw/orion_nand.c            |  3 ---
 drivers/mtd/nand/raw/plat_nand.c             |  2 --
 include/linux/mtd/rawnand.h                  | 12 ++----------
 include/linux/platform_data/mtd-orion_nand.h |  1 -
 12 files changed, 12 insertions(+), 38 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2018-07-08 21:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05 10:27 [PATCH 0/8] mtd: rawnand: Bunch of cleanup Boris Brezillon
2018-07-05 10:27 ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 1/8] mtd: rawnand: Kill cafe_nand_bug() Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 2/8] mtd: rawnand: Remove nand_do_read() prototype from rawnand.h Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 3/8] mtd: rawnand: Remove forward declaration of mtd_info Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 4/8] mtd: rawnand: Remove forward declaration of device_node Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 5/8] mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt() Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 6/8] mtd: rawnand: Kill the chip->scan_bbt() hook Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 7/8] mtd: rawnand: orion_nand: Kill orion_nand_data.dev_ready() Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 10:27 ` [PATCH 8/8] mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}() Boris Brezillon
2018-07-05 10:27   ` Boris Brezillon
2018-07-05 19:32   ` Robert Jarzmik
2018-07-05 19:32     ` Robert Jarzmik
2018-07-08 21:58 ` [PATCH 0/8] mtd: rawnand: Bunch of cleanup Miquel Raynal
2018-07-08 21:58   ` 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.