From: Boris Brezillon <boris.brezillon@bootlin.com>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: "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>,
"Kyungmin Park" <kyungmin.park@samsung.com>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
"Xiaolei Li" <xiaolei.li@mediatek.com>,
linux-mtd@lists.infradead.org, "Rafał Miłecki" <rafal@milecki.pl>
Subject: Re: [PATCH 0/4] mtd: use mtd_device_register() where applicable
Date: Wed, 18 Jul 2018 16:37:21 +0200 [thread overview]
Message-ID: <20180718163721.6ec49edf@bbrezillon> (raw)
In-Reply-To: <20180713092734.16408-1-zajec5@gmail.com>
On Fri, 13 Jul 2018 11:27:30 +0200
Rafał Miłecki <zajec5@gmail.com> wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> This is a tiny cleanup making code use mtd_device_register() helper
> macro.
>
> It makes checking which drivers (may) specify custom list of parsers
> just a bit easier.
>
> Rafał Miłecki (4):
> mtd: rawnand: use mtd_device_register() where applicable
> mtd: onenand: use mtd_device_register() where applicable
> mtd: maps: use mtd_device_register() where applicable
> mtd: sst25l: use mtd_device_register()
>
> drivers/mtd/devices/sst25l.c | 5 ++---
> drivers/mtd/maps/impa7.c | 5 ++---
> drivers/mtd/maps/intel_vr_nor.c | 2 +-
> drivers/mtd/maps/latch-addr-flash.c | 5 ++---
> drivers/mtd/maps/rbtx4939-flash.c | 3 +--
> drivers/mtd/nand/onenand/generic.c | 5 ++---
> drivers/mtd/nand/onenand/samsung.c | 5 ++---
> drivers/mtd/nand/raw/cmx270_nand.c | 4 ++--
> drivers/mtd/nand/raw/cs553x_nand.c | 3 +--
> drivers/mtd/nand/raw/davinci_nand.c | 3 +--
> drivers/mtd/nand/raw/jz4740_nand.c | 5 ++---
> drivers/mtd/nand/raw/mtk_nand.c | 2 +-
> drivers/mtd/nand/raw/s3c2410.c | 4 ++--
> drivers/mtd/nand/raw/txx9ndfmc.c | 2 +-
Looks like there's also:
drivers/mtd/lpddr/lpddr2_nvm.c
drivers/mtd/spi-nor/intel-spi.c
Do you mind sending 2 patches to replace
mtd_device_parse_register() by mtd_device_register() there?
--
Boris Brezillon, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2018-07-18 14:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-13 9:27 [PATCH 0/4] mtd: use mtd_device_register() where applicable Rafał Miłecki
2018-07-13 9:27 ` [PATCH 1/4] mtd: rawnand: " Rafał Miłecki
2018-07-16 3:55 ` xiaolei li
2018-07-13 9:27 ` [PATCH 2/4] mtd: onenand: " Rafał Miłecki
2018-07-13 9:27 ` [PATCH 3/4] mtd: maps: " Rafał Miłecki
2018-07-13 9:27 ` [PATCH 4/4] mtd: sst25l: use mtd_device_register() Rafał Miłecki
2018-07-18 7:48 ` [PATCH 0/4] mtd: use mtd_device_register() where applicable Miquel Raynal
2018-07-18 14:37 ` Boris Brezillon [this message]
2018-07-18 18:28 ` Boris Brezillon
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=20180718163721.6ec49edf@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=boris.brezillon@free-electrons.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-mtd@lists.infradead.org \
--cc=marek.vasut@gmail.com \
--cc=miquel.raynal@bootlin.com \
--cc=rafal@milecki.pl \
--cc=richard@nod.at \
--cc=xiaolei.li@mediatek.com \
--cc=zajec5@gmail.com \
/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.