From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
Boris Brezillon <boris.brezillon@free-electrons.com>,
Marek Vasut <marek.vasut@gmail.com>,
Richard Weinberger <richard@nod.at>,
Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>,
linux-mtd@lists.infradead.org
Cc: Peter Pan <peterpansjtu@gmail.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Robert Jarzmik <robert.jarzmik@free.fr>,
Frieder Schrempf <frieder.schrempf@exceet.de>
Subject: Re: [PATCH v3 0/4] mtd: Preparation patches for the SPI NAND framework
Date: Sat, 6 Jan 2018 21:43:41 +0100 [thread overview]
Message-ID: <20180106214341.606213db@bbrezillon> (raw)
In-Reply-To: <20171215123954.30017-1-boris.brezillon@free-electrons.com>
On Fri, 15 Dec 2017 13:39:50 +0100
Boris Brezillon <boris.brezillon@free-electrons.com> wrote:
> Hello,
>
> Here is a set of patches to prepare the introduction of the generic
> NAND and SPI frameworks.
>
> The last 2 patches have already been submitted here [1], and the first
> two are new, and should also help simplify other drivers/frameworks
> in providing generic code for already existing logic.
>
> If you want to see the overall picture of the SPI NAND framework you can
> have a look at this branch [2].
>
> Regards,
>
> Boris
>
> [1]https://patchwork.ozlabs.org/patch/780477/
> [2]https://github.com/bbrezillon/linux-0day/commits/nand/spi-nand-squashed
>
> Boris Brezillon (4):
> mtd: Do not allow MTD devices with inconsistent erase properties
> mtd: Add an helper to make erase request aligned on ->erasesize
> mtd: Stop directly calling master ->_xxx() hooks from mtdpart code
> mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Applied the whole series. I'm preparing a patch to remove unneeded
checks done in part_read/write_oob() (as suggested by Peter).
>
> drivers/mtd/devices/docg3.c | 65 -----------------
> drivers/mtd/mtdcore.c | 36 +++++++++-
> drivers/mtd/mtdpart.c | 141 ++++++++++++++-----------------------
> drivers/mtd/nand/nand_base.c | 56 ---------------
> drivers/mtd/onenand/onenand_base.c | 63 -----------------
> include/linux/mtd/mtd.h | 28 ++++++++
> 6 files changed, 115 insertions(+), 274 deletions(-)
>
prev parent reply other threads:[~2018-01-06 20:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-15 12:39 [PATCH v3 0/4] mtd: Preparation patches for the SPI NAND framework Boris Brezillon
2017-12-15 12:39 ` [PATCH v3 1/4] mtd: Do not allow MTD devices with inconsistent erase properties Boris Brezillon
2017-12-15 12:39 ` [PATCH v3 2/4] mtd: Add an helper to make erase request aligned on ->erasesize Boris Brezillon
2017-12-15 12:39 ` [PATCH v3 3/4] mtd: Stop directly calling master ->_xxx() hooks from mtdpart code Boris Brezillon
2017-12-22 5:40 ` Peter Pan
2017-12-22 8:37 ` Boris Brezillon
2018-01-04 2:06 ` Peter Pan
2018-01-08 20:46 ` Boris Brezillon
2017-12-15 12:39 ` [PATCH v3 4/4] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing Boris Brezillon
2018-01-08 21:11 ` Boris Brezillon
2017-12-17 21:39 ` [PATCH v3 0/4] mtd: Preparation patches for the SPI NAND framework Miquel RAYNAL
2018-01-06 20:43 ` Boris Brezillon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180106214341.606213db@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=dwmw2@infradead.org \
--cc=frieder.schrempf@exceet.de \
--cc=kyungmin.park@samsung.com \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=peterpansjtu@gmail.com \
--cc=richard@nod.at \
--cc=robert.jarzmik@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox