public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 00/12] mtd: miscellaneous fixes
@ 2013-09-04 18:25 Brian Norris
  2013-09-04 18:25 ` [PATCH 01/12] nand: docg4: use nand_base's default BBT scan Brian Norris
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Brian Norris @ 2013-09-04 18:25 UTC (permalink / raw)
  To: linux-mtd; +Cc: David Brownell, Huang Shijie, Kyungmin Park, Brian Norris

Hi all,

In poking around various drivers for my own work and for (sub)maintaining
MTD stuff, I found an assortment of fixes to make. Most of these should be
trivial and obvious, but they could use a glance by a few people. They have
generally been compile tested only.

Brian

Brian Norris (12):
  nand: docg4: use nand_base's default BBT scan
  mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly
  mtd: nandsim: don't call nand_default_bbt() directly
  mtd: nand: stop exporting nand_default_bbt
  mtd: dataflash: remove unused field
  mtd: denali: make init function static
  mtd: nand: return failure when failing to get ECC from ONFI
  mtd: nand: don't print ONFI buswidth errors unless we need to
  mtd: onenand: remove redundant offset check
  mtd: nand: remove obsolete 'ecclayout' field
  mtd: onenand: remove unused variable assignments
  mtd: lpddr_cmds: make function static

 drivers/mtd/devices/mtd_dataflash.c |  2 --
 drivers/mtd/lpddr/lpddr_cmds.c      |  2 +-
 drivers/mtd/nand/denali.c           |  2 +-
 drivers/mtd/nand/docg4.c            |  1 -
 drivers/mtd/nand/fsl_elbc_nand.c    |  2 --
 drivers/mtd/nand/fsl_ifc_nand.c     |  2 --
 drivers/mtd/nand/lpc32xx_slc.c      |  8 --------
 drivers/mtd/nand/nand_base.c        | 23 ++++++++++++++++-------
 drivers/mtd/nand/nand_bbt.c         |  1 -
 drivers/mtd/nand/nandsim.c          |  2 +-
 drivers/mtd/onenand/onenand_base.c  | 17 ++++++-----------
 include/linux/mtd/nand.h            |  1 -
 12 files changed, 25 insertions(+), 38 deletions(-)

-- 
1.8.4

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

end of thread, other threads:[~2013-09-11 23:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04 18:25 [PATCH 00/12] mtd: miscellaneous fixes Brian Norris
2013-09-04 18:25 ` [PATCH 01/12] nand: docg4: use nand_base's default BBT scan Brian Norris
2013-09-05 20:09   ` Mike Dunn
2013-09-04 18:25 ` [PATCH 02/12] mtd: nand: lpc32xx_slc: don't call nand_default_bbt directly Brian Norris
2013-09-04 18:25 ` [PATCH 03/12] mtd: nandsim: don't call nand_default_bbt() directly Brian Norris
2013-09-04 18:25 ` [PATCH 04/12] mtd: nand: stop exporting nand_default_bbt Brian Norris
2013-09-04 18:25 ` [PATCH 05/12] mtd: dataflash: remove unused field Brian Norris
2013-09-04 18:25 ` [PATCH 06/12] mtd: denali: make init function static Brian Norris
2013-09-04 18:25 ` [PATCH 07/12] mtd: nand: return failure when failing to get ECC from ONFI Brian Norris
2013-09-05  2:34   ` Huang Shijie
2013-09-11 21:43     ` Brian Norris
2013-09-11 23:02       ` Ezequiel Garcia
2013-09-04 18:25 ` [PATCH 08/12] mtd: nand: don't print ONFI buswidth errors unless we need to Brian Norris
2013-09-04 18:25 ` [PATCH 09/12] mtd: onenand: remove redundant offset check Brian Norris
2013-09-04 18:25 ` [PATCH 10/12] mtd: nand: remove obsolete 'ecclayout' field Brian Norris
2013-09-04 18:25 ` [PATCH 11/12] mtd: onenand: remove unused variable assignments Brian Norris
2013-09-04 18:25 ` [PATCH 12/12] mtd: lpddr_cmds: make function static Brian Norris
2013-09-11 22:27 ` [PATCH 00/12] mtd: miscellaneous fixes Brian Norris

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