Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737366
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 00/12] mtd: nand: denali: more clean-ups |
| Date | 2017-09-22 12:10 +0200 |
| Message-ID | <ust4e-4Qp-9@gated-at.bofh.it> (permalink) |
| References | <usn8t-19x-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 22 Sep 2017 12:46:37 +0900 Masahiro Yamada <yamada.masahiro@socionext.com> wrote: > This series make the Denali driver even cleaner and more correct. > Applied. Thanks, Boris > > 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(-) >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 00/12] mtd: nand: denali: more clean-ups Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 05:50 +0200 [PATCH v2 11/12] mtd: nand: denali: support direct addressing mode Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 05:50 +0200 [PATCH v2 05/12] mtd: nand: denali: slight clean up of denali_wait_for_irq() Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 05:50 +0200 [PATCH v2 10/12] mtd: nand: denali: remove unneeded init of ECC_ENABLE register Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 05:50 +0200 [PATCH v2 07/12] mtd: nand: denali: use more FIELD_PREP / FIELD_GET where appropriate Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 06:00 +0200 [PATCH v2 02/12] mtd: nand: denali: prefix detect_max_banks() with denali_ Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 06:00 +0200 [PATCH v2 06/12] mtd: nand: denali: clean up macros with <linux/bitfield.h> Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 06:00 +0200 [PATCH v2 09/12] mtd: nand: denali: use upper/lower_32_bits() macro for clean-up Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 06:00 +0200 [PATCH v2 08/12] mtd: nand: denali: clean up comments Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-22 06:00 +0200 Re: [PATCH v2 00/12] mtd: nand: denali: more clean-ups Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-09-22 12:10 +0200
csiph-web