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

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

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

Changes since v1:
  - Fixed style issues in "cmd_ubi: add write.part command..." as per
    Stefan Roese's comments.
  - Expanded upon the condition patch 1 fixes in response to the
    queries from Stefan, see the commit message for further detail.
  - Added patch 3 "cmd_ubi: use int64_t volume size for 'ubi create'"
    which it seems appropriate to include in this series.

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

 common/cmd_mtdparts.c              | 54 ++++++++++++++------------
 common/cmd_ubi.c                   | 79 +++++++++++++++++++++++++++-----------
 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, 129 insertions(+), 63 deletions(-)

-- 
1.8.3.4

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

end of thread, other threads:[~2013-10-15 17:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04 14:16 [U-Boot] [PATCH v2 0/4] MTD & UBI fixes Paul Burton
2013-09-04 14:16 ` [U-Boot] [PATCH v2 1/4] mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN Paul Burton
2013-09-04 14:16 ` [U-Boot] [PATCH 2/4] cmd_mtdparts: use 64 bits for flash size, partition size & offset Paul Burton
2013-10-15 17:27   ` York Sun
2013-09-04 14:16 ` [U-Boot] [PATCH 3/4] cmd_ubi: use int64_t volume size for 'ubi create' Paul Burton
2013-09-04 14:16 ` [U-Boot] [PATCH v2 4/4] cmd_ubi: add write.part command, to write a volume in multiple parts Paul Burton
2013-09-07 12:11 ` [U-Boot] [PATCH v2 0/4] MTD & UBI fixes Stefan Roese
2013-09-10 20:24   ` Scott Wood
2013-09-11  5:48     ` Stefan Roese
2013-09-12  0:55       ` Scott Wood
2013-09-12  5:55         ` Stefan Roese

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