mbox series

[0/5] Move remaining partition parsers

Message ID 20190715214634.31697-1-linus.walleij@linaro.org
Headers show
Series Move remaining partition parsers | expand

Message

Linus Walleij July 15, 2019, 9:46 p.m. UTC
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/