public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] MTD & UBI fixes
@ 2013-08-06 10:13 Paul Burton
  2013-08-06 10:13 ` [U-Boot] [PATCH 1/3] mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN Paul Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Paul Burton @ 2013-08-06 10:13 UTC (permalink / raw)
  To: u-boot

This patchset corrects a few issues I've had whilst using UBI with U-boot.

The first 2 are bug fixes, the 3rd is an addition I needed in order to write a
large root filesystem into my NAND device.

Paul Burton (3):
  mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
  cmd_mtdparts: use 64 bits for flash size, partition size & offset
  cmd_ubi: add write.part command, to write a volume in multiple parts

 common/cmd_mtdparts.c              | 54 ++++++++++++++++++---------------
 common/cmd_ubi.c                   | 62 +++++++++++++++++++++++++++++---------
 doc/README.ubi                     |  3 ++
 drivers/mtd/mtdcore.c              | 14 ++++++++-
 drivers/mtd/mtdpart.c              | 12 ++++----
 drivers/mtd/nand/nand_base.c       | 18 ++++++++---
 drivers/mtd/onenand/onenand_base.c |  3 +-
 include/jffs2/load_kernel.h        |  6 ++--
 include/linux/mtd/nand.h           |  3 ++
 9 files changed, 120 insertions(+), 55 deletions(-)

-- 
1.8.3.4

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

end of thread, other threads:[~2013-08-27 11:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 10:13 [U-Boot] [PATCH 0/3] MTD & UBI fixes Paul Burton
2013-08-06 10:13 ` [U-Boot] [PATCH 1/3] mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN Paul Burton
2013-08-19  8:55   ` Stefan Roese
2013-08-19 16:22     ` Scott Wood
2013-08-20  9:53     ` Paul Burton
2013-08-06 10:13 ` [U-Boot] [PATCH 2/3] cmd_mtdparts: use 64 bits for flash size, partition size & offset Paul Burton
2013-08-06 10:13 ` [U-Boot] [PATCH 3/3] cmd_ubi: add write.part command, to write a volume in multiple parts Paul Burton
2013-08-19  9:07   ` Stefan Roese
2013-08-20  9:55     ` Paul Burton
2013-08-27 11:53       ` Stefan Roese

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