From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Bernhard Frauendienst <kernel@nospam.obeliks.de>
Cc: linux-mtd@lists.infradead.org
Subject: Re: [PATCH 0/3] Virtual MTD concat device driver
Date: Thu, 6 Sep 2018 22:59:49 +0200 [thread overview]
Message-ID: <20180906225949.48497cb5@bbrezillon> (raw)
In-Reply-To: <20180906161413.6335-1-kernel@nospam.obeliks.de>
Hi Bernhard,
On Thu, 6 Sep 2018 18:14:10 +0200
Bernhard Frauendienst <kernel@nospam.obeliks.de> wrote:
> Hi everybody,
>
> when porting my router board from a mach-file based OpenWRT target to a
> device-tree based target, I found that there is no generic way to create
> a mtd_concat device from within the dts. The following patches attempt
> to provide that possibility.
There's a fundamental issue with this patch series: DT is supposed to
represent the hardware, not how you want to use it, and clearly, your
concatenated MTD dev is a virtual device, not a real one, so I doubt it
will pass DT maintainers' review.
>
> According to [1], patches should be provided in a git tree if possible,
> but to me it was a bit unclear whether repositories outside of
> git.infradead.org are also acceptable. If this is the case, the changes
> can be pulled from branch 'mtd_concat' at [2] (web view at [3]. The
> commits are based on mtd/next even though the repository says forked
> from torvalds/linux). In addition I'm sending the patches to the mailing
> list.
>
> Thanks for your feedback!
>
> Best regards
> Bernhard Frauendienst
>
> PS: This is my first submission to this mailing list and the linux
> kernel in general. I've tried to meet all requirements, but please
> let me know if I have made any rookie mistakes.
Congrats (and welcome)! From a process PoV you did a good job. You
just miss a commit message in patch 2, and you forgot to Cc the DT
maintainers, the DT ML and the MTD maintainers. Other than that, the
coding style looks good, and the code itself looks clean.
Regards,
Boris
>
> [1] http://www.linux-mtd.infradead.org/source.html
> [2] https://github.com/oxc/linux.git
> [3] https://github.com/oxc/linux/commits/mtd_concat
>
>
> Bernhard Frauendienst (3):
> mtd: core: add get_mtd_device_by_node
> dt-bindings: add bindings for mtd-concat devices
> mtd: mtdconcat: add dt driver for concat devices
>
> .../devicetree/bindings/mtd/mtd-concat.txt | 21 +++
> drivers/mtd/Kconfig | 2 +
> drivers/mtd/Makefile | 3 +
> drivers/mtd/composite/Kconfig | 12 ++
> drivers/mtd/composite/Makefile | 7 +
> drivers/mtd/composite/virt_concat.c | 123 ++++++++++++++++++
> drivers/mtd/mtdcore.c | 39 ++++++
> include/linux/mtd/mtd.h | 2 +
> 8 files changed, 209 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mtd/mtd-concat.txt
> create mode 100644 drivers/mtd/composite/Kconfig
> create mode 100644 drivers/mtd/composite/Makefile
> create mode 100644 drivers/mtd/composite/virt_concat.c
>
next prev parent reply other threads:[~2018-09-06 21:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-06 16:14 [PATCH 0/3] Virtual MTD concat device driver Bernhard Frauendienst
2018-09-06 16:14 ` [PATCH 1/3] mtd: core: add get_mtd_device_by_node Bernhard Frauendienst
2018-09-06 18:23 ` Miquel Raynal
2018-09-06 16:14 ` [PATCH 2/3] dt-bindings: add bindings for mtd-concat devices Bernhard Frauendienst
2018-09-06 16:14 ` [PATCH 3/3] mtd: mtdconcat: add dt driver for concat devices Bernhard Frauendienst
2018-09-06 18:47 ` Miquel Raynal
2018-09-06 22:54 ` Bernhard Frauendienst
2018-09-07 13:13 ` Miquel Raynal
2018-09-06 20:59 ` Boris Brezillon [this message]
2018-09-06 21:03 ` [PATCH 0/3] Virtual MTD concat device driver Boris Brezillon
2018-09-06 21:19 ` Bernhard Frauendienst
[not found] ` <d8c4e901-ae96-965c-0d01-4fa012da41b8@nospam.obeliks.de>
2018-09-06 21:23 ` Boris Brezillon
2018-09-06 21:35 ` Bernhard Frauendienst
2018-09-06 21:11 ` Boris Brezillon
2018-09-06 21:32 ` Bernhard Frauendienst
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=20180906225949.48497cb5@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=kernel@nospam.obeliks.de \
--cc=linux-mtd@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).