public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mtd: use mtd_device_register() where applicable
@ 2018-07-13  9:27 Rafał Miłecki
  2018-07-13  9:27 ` [PATCH 1/4] mtd: rawnand: " Rafał Miłecki
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Rafał Miłecki @ 2018-07-13  9:27 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger
  Cc: Kyungmin Park, Miquel Raynal, Xiaolei Li, linux-mtd,
	Rafał Miłecki

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 +-
 14 files changed, 22 insertions(+), 31 deletions(-)

-- 
2.13.7

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-07-18 18:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2018-07-18 18:28 ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox