linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Move remaining partition parsers
@ 2019-07-15 21:46 Linus Walleij
  2019-07-15 21:46 ` [PATCH 1/5] mtd: parsers: Move TI AR7 parser Linus Walleij
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Linus Walleij @ 2019-07-15 21:46 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, Marek Vasut, Richard Weinberger,
	Miquel Raynal, Vignesh Raghavendra
  Cc: Linus Walleij, linux-mtd

There are 5 partition parsers still in the main mtd
directory, it makes no sense to me so let's just move
them to the other parsers. No functional change
intended.

I might have done some copyediting of the Kconfig
text to reflect that they are all parsers.

Linus Walleij (5):
  mtd: parsers: Move TI AR7 parser
  mtd: parsers: Move BCM47xx parser
  mtd: parsers: Move BCM63xx parser
  mtd: parsers: Move OF parser
  mtd: parsers: Move CMDLINE parser

 drivers/mtd/Kconfig                           | 67 ------------------
 drivers/mtd/Makefile                          |  5 --
 drivers/mtd/parsers/Kconfig                   | 68 +++++++++++++++++++
 drivers/mtd/parsers/Makefile                  |  5 ++
 drivers/mtd/{ => parsers}/ar7part.c           |  0
 drivers/mtd/{ => parsers}/bcm47xxpart.c       |  0
 drivers/mtd/{ => parsers}/bcm63xxpart.c       |  0
 .../{cmdlinepart.c => parsers/mdlinepart.c}   |  0
 drivers/mtd/{ => parsers}/ofpart.c            |  0
 9 files changed, 73 insertions(+), 72 deletions(-)
 rename drivers/mtd/{ => parsers}/ar7part.c (100%)
 rename drivers/mtd/{ => parsers}/bcm47xxpart.c (100%)
 rename drivers/mtd/{ => parsers}/bcm63xxpart.c (100%)
 rename drivers/mtd/{cmdlinepart.c => parsers/mdlinepart.c} (100%)
 rename drivers/mtd/{ => parsers}/ofpart.c (100%)

-- 
2.21.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2019-07-15 21:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-15 21:46 [PATCH 0/5] Move remaining partition parsers Linus Walleij
2019-07-15 21:46 ` [PATCH 1/5] mtd: parsers: Move TI AR7 parser Linus Walleij
2019-07-15 21:46 ` [PATCH 2/5] mtd: parsers: Move BCM47xx parser Linus Walleij
2019-07-15 21:46 ` [PATCH 3/5] mtd: parsers: Move BCM63xx parser Linus Walleij
2019-07-15 21:46 ` [PATCH 4/5] mtd: parsers: Move OF parser Linus Walleij
2019-07-15 21:46 ` [PATCH 5/5] mtd: parsers: Move CMDLINE parser Linus Walleij

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).