All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] mtd: Fix partition handling code
@ 2018-10-31 10:07 Boris Brezillon
  2018-10-31 10:07 ` [U-Boot] [PATCH 1/3] mtd: Use default mtdparts/mtids when not defined in the environment Boris Brezillon
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Boris Brezillon @ 2018-10-31 10:07 UTC (permalink / raw)
  To: u-boot

Hello,

Stefan recently reported a bug when using ubi part on a spi-nand
device and proposed this fix[1]. While his solution while working
I proposed a different approach to kill the CMD_UBI dependency on
CMD_MTDPARTS. This is what patches 1 and 2 are doing.

Patch 3 is just removing the duplicate Kconfig MTD_PARTITIONS entry.

Jagan, can you queue those patches to one of your branch and send a
fixes PR, unless Tom prefers to take them directly.

Regards,

Boris

Boris Brezillon (3):
  mtd: Use default mtdparts/mtids when not defined in the environment
  cmd: ubi: Remove useless call to mtdparts_init()
  mtd: Drop duplicate MTD_PARTITIONS Kconfig option

 cmd/Kconfig             |  1 -
 cmd/ubi.c               |  5 ----
 drivers/mtd/Kconfig     |  6 ----
 drivers/mtd/mtd_uboot.c | 62 +++++++++++++++++++++++++++++++++++++++--
 4 files changed, 60 insertions(+), 14 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-11-10 11:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-31 10:07 [U-Boot] [PATCH 0/3] mtd: Fix partition handling code Boris Brezillon
2018-10-31 10:07 ` [U-Boot] [PATCH 1/3] mtd: Use default mtdparts/mtids when not defined in the environment Boris Brezillon
2018-10-31 10:07 ` [U-Boot] [PATCH 2/3] cmd: ubi: Remove useless call to mtdparts_init() Boris Brezillon
2018-10-31 10:07 ` [U-Boot] [PATCH 3/3] mtd: Drop duplicate MTD_PARTITIONS Kconfig option Boris Brezillon
2018-10-31 10:43 ` [U-Boot] [PATCH 0/3] mtd: Fix partition handling code Miquel Raynal
2018-11-05  8:37 ` Jagan Teki
2018-11-10  9:32   ` Jagan Teki
2018-11-10 11:23     ` Boris Brezillon
2018-11-10 11:27       ` Jagan Teki
2018-11-10 11:33         ` Boris Brezillon

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.