public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] mtd: nand: denali: more clean-ups
@ 2017-09-22  3:46 Masahiro Yamada
  2017-09-22  3:46 ` [PATCH v2 01/12] mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller Masahiro Yamada
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Masahiro Yamada @ 2017-09-22  3:46 UTC (permalink / raw)
  To: linux-mtd
  Cc: Masahiro Yamada, Cyrille Pitchen, linux-kernel, Boris Brezillon,
	Marek Vasut, Brian Norris, Richard Weinberger, David Woodhouse


This series make the Denali driver even cleaner and more correct.


Masahiro Yamada (12):
  mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller
  mtd: nand: denali: prefix detect_max_banks() with denali_
  mtd: nand: denali: consolidate include directives
  mtd: nand: denali: squash denali_enable_dma() helper into caller
  mtd: nand: denali: slight clean up of denali_wait_for_irq()
  mtd: nand: denali: clean up macros with <linux/bitfield.h>
  mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate
  mtd: nand: denali: clean up comments
  mtd: nand: denali: use upper/lower_32_bits() macro for clean-up
  mtd: nand: denali: remove unneeded init of ECC_ENABLE register
  mtd: nand: denali: support direct addressing mode
  mtd: nand: denali: change the setup_dma choice into hook

 drivers/mtd/nand/denali.c     | 277 ++++++++++++++++++------------------------
 drivers/mtd/nand/denali.h     |  44 +++----
 drivers/mtd/nand/denali_dt.c  |   4 +-
 drivers/mtd/nand/denali_pci.c |   5 +-
 4 files changed, 141 insertions(+), 189 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-09-22 10:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22  3:46 [PATCH v2 00/12] mtd: nand: denali: more clean-ups Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 01/12] mtd: nand: denali: squash setup_ecc_for_xfer() helper into caller Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 02/12] mtd: nand: denali: prefix detect_max_banks() with denali_ Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 03/12] mtd: nand: denali: consolidate include directives Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 04/12] mtd: nand: denali: squash denali_enable_dma() helper into caller Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 05/12] mtd: nand: denali: slight clean up of denali_wait_for_irq() Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 06/12] mtd: nand: denali: clean up macros with <linux/bitfield.h> Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 07/12] mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 08/12] mtd: nand: denali: clean up comments Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 09/12] mtd: nand: denali: use upper/lower_32_bits() macro for clean-up Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 10/12] mtd: nand: denali: remove unneeded init of ECC_ENABLE register Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 11/12] mtd: nand: denali: support direct addressing mode Masahiro Yamada
2017-09-22  3:46 ` [PATCH v2 12/12] mtd: nand: denali: change the setup_dma choice into hook Masahiro Yamada
2017-09-22 10:06 ` [PATCH v2 00/12] mtd: nand: denali: more clean-ups Boris Brezillon

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