From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Richard Weinberger <richard@nod.at>,
Chris Brandt <chris.brandt@renesas.com>,
linux-mtd@lists.infradead.org
Subject: Re: [PATCH v2 0/5] unconfuse get_unmapped_area and point/unpoint driver methods
Date: Fri, 27 Oct 2017 14:06:51 +0200 [thread overview]
Message-ID: <20171027140651.4032744b@bbrezillon> (raw)
In-Reply-To: <20171017152826.11658-1-nicolas.pitre@linaro.org>
Hi Nicolas,
Some of your commits do not have commit messages (just a subject and
that's all). I know you're an experimented kernel developer and you
might find this superfluous, but we try to push all MTD contributors to
write a commit message, even if it's just a one line description that
basically repeats what the subject line says. Would you mind adding a
short description to patch 2 and 3.
Other than that, the changes look good to me, so
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
On Tue, 17 Oct 2017 11:28:21 -0400
Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> This series improves or implements the point and unpoint driver methods
> and reimplements mtd_get_unmapped_area() in terms of those. Because
> mtd->_point() provides a superset of what mtd->_get_unmapped_area() does
> then there is no reason for having both. Or worse: having one but not
> the other.
>
> This is motivated by my work on XIP cramfs for both MMU and !MMU systems
> where I do need the more complete point functionality. And it just looks
> like the right thing to do.
>
> This is also available on top of Linux v4.14-rc3 via git here:
>
> http://git.linaro.org/people/nicolas.pitre/linux mtd_point
>
>
> Changes from v1:
>
> - Fix retlen computation in mtdram.c:ram_point().
>
> - Added Richard Weinberger's REviewd-by tags.
>
>
> diffstat:
>
> drivers/mtd/chips/map_ram.c | 34 ++++++++++++++++++++--------------
> drivers/mtd/chips/map_rom.c | 34 +++++++++++++++++++++-------------
> drivers/mtd/devices/mtdram.c | 36 ++++++++++++++++++++++--------------
> drivers/mtd/mtdconcat.c | 27 ---------------------------
> drivers/mtd/mtdcore.c | 17 ++++++++++++-----
> drivers/mtd/mtdpart.c | 14 --------------
> include/linux/mtd/mtd.h | 4 ----
> 7 files changed, 75 insertions(+), 91 deletions(-)
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2017-10-27 12:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-17 15:28 [PATCH v2 0/5] unconfuse get_unmapped_area and point/unpoint driver methods Nicolas Pitre
2017-10-17 15:28 ` [PATCH v2 1/5] MTD: mtdram: properly handle the phys argument in the point method Nicolas Pitre
2017-10-17 15:28 ` [PATCH v2 2/5] MTD: chips/map_ram.c: implement point and unpoint methods Nicolas Pitre
2017-10-17 15:28 ` [PATCH v2 3/5] MTD: chips/map_rom.c: " Nicolas Pitre
2017-10-17 15:28 ` [PATCH v2 4/5] MTD: implement mtd_get_unmapped_area() using the point method Nicolas Pitre
2017-10-17 15:28 ` [PATCH v2 5/5] MTD: remove the get_unmapped_area method Nicolas Pitre
2017-10-24 17:22 ` [PATCH v2 0/5] unconfuse get_unmapped_area and point/unpoint driver methods Nicolas Pitre
2017-10-25 12:24 ` Richard Weinberger
2017-10-25 15:36 ` Nicolas Pitre
2017-10-27 12:06 ` Boris Brezillon [this message]
2017-10-27 15:27 ` Nicolas Pitre
2017-10-30 8:58 ` Boris Brezillon
2017-11-03 3:19 ` Nicolas Pitre
2017-10-30 18:12 ` Chris Brandt
2017-10-30 18:34 ` Nicolas Pitre
2017-10-30 18:41 ` Chris Brandt
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=20171027140651.4032744b@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=chris.brandt@renesas.com \
--cc=linux-mtd@lists.infradead.org \
--cc=nicolas.pitre@linaro.org \
--cc=richard@nod.at \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.