public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 0/3] End of the MTD makefile cleanup
@ 2019-10-25 17:39 Miquel Raynal
  2019-10-25 17:39 ` [U-Boot] [PATCH v6 1/3] cmd: nand/sf: isolate legacy code Miquel Raynal
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Miquel Raynal @ 2019-10-25 17:39 UTC (permalink / raw)
  To: u-boot

As rightfully pointed by Jagan, I should have dropped the dependency
of cmd/sf.c and cmd/nand.c on mtd_uboot.c in patch 24/26 of the "MTD
defconfigs/Kconfigs/Makefiles heavy cleanup" v5 series.

Instead of sending the 40 patches again, here are only the last three
patches with:
* patch 1 (24/26) being corrected as per Jagan's comment
* patch 2 (25/26) is untouched
* patch 3 (26/26) is almost untouched but I had to resolve a conflict
  due to patch 1.

Thanks,
Miquèl

Miquel Raynal (3):
  cmd: nand/sf: isolate legacy code
  cmd: make MTD commands depend on MTD
  mtd: Makefile: deep cleanup

 Makefile                  |  5 --
 cmd/Kconfig               | 10 ++--
 cmd/Makefile              |  3 ++
 cmd/legacy-mtd-utils.c    | 99 +++++++++++++++++++++++++++++++++++++++
 cmd/legacy-mtd-utils.h    | 14 ++++++
 cmd/nand.c                |  2 +
 cmd/sf.c                  |  2 +
 drivers/Makefile          |  7 +--
 drivers/mtd/Makefile      | 50 ++++++++++++++------
 drivers/mtd/mtd_uboot.c   | 94 -------------------------------------
 drivers/mtd/nand/Makefile |  5 ++
 include/linux/mtd/mtd.h   |  6 ---
 12 files changed, 169 insertions(+), 128 deletions(-)
 create mode 100644 cmd/legacy-mtd-utils.c
 create mode 100644 cmd/legacy-mtd-utils.h

-- 
2.20.1

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

end of thread, other threads:[~2019-12-05  2:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25 17:39 [U-Boot] [PATCH v6 0/3] End of the MTD makefile cleanup Miquel Raynal
2019-10-25 17:39 ` [U-Boot] [PATCH v6 1/3] cmd: nand/sf: isolate legacy code Miquel Raynal
2019-12-05  2:53   ` Tom Rini
2019-10-25 17:39 ` [U-Boot] [PATCH v6 2/3] cmd: make MTD commands depend on MTD Miquel Raynal
2019-12-05  2:53   ` Tom Rini
2019-10-25 17:39 ` [U-Boot] [PATCH v6 3/3] mtd: Makefile: deep cleanup Miquel Raynal
2019-12-05  2:53   ` Tom Rini
2019-10-26 10:20 ` [U-Boot] [PATCH v6 0/3] End of the MTD makefile cleanup Jagan Teki
2019-10-26 22:03   ` Miquel Raynal
2019-10-27 11:53     ` Jagan Teki
2019-10-27 14:06       ` Tom Rini
2019-10-27 14:24         ` Jagan Teki
2019-10-27 14:40           ` Miquel Raynal

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