Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737366
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 00/12] mtd: nand: denali: more clean-ups |
| Date | Fri, 22 Sep 2017 12:10:02 +0200 |
| Message-ID | <ust4e-4Qp-9@gated-at.bofh.it> (permalink) |
| References | <usn8t-19x-5@gated-at.bofh.it> |
| X-Original-To | Masahiro Yamada <yamada.masahiro@socionext.com> |
| X-Mailer | Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 33 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-mtd@lists.infradead.org, Marek Vasut <marek.vasut@gmail.com>, Richard Weinberger <richard@nod.at>, linux-kernel@vger.kernel.org, Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>, Brian Norris <computersforpeace@gmail.com>, David Woodhouse <dwmw2@infradead.org> |
| X-Original-Date | Fri, 22 Sep 2017 12:06:45 +0200 |
| X-Original-Message-ID | <20170922120645.62739279@bbrezillon> |
| X-Original-References | <1506052009-8285-1-git-send-email-yamada.masahiro@socionext.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1737366 |
Show key headers only | View raw
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