mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mtd: >4GiB fixes
@ 2016-02-09  9:55 Sascha Hauer
  2016-02-09  9:55 ` [PATCH 1/7] mtd: nand-bb: Fix 8k page size nands Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sascha Hauer @ 2016-02-09  9:55 UTC (permalink / raw)
  To: Barebox List

This series has several fixes to make mtd devices >4GiB usable. We had
several places where we still used 32bit types, these are converted to
64bit types here. Also included is a fix for 8KiB Nand page size.

Sascha

----------------------------------------------------------------
Sascha Hauer (7):
      mtd: nand-bb: Fix 8k page size nands
      mtd: Fix mtdraw for Nand > 4GiB
      mtd: Make erase_info structs 64bit where necessary
      mtd: Fix mtd_op_read for devices >4GiB
      mtd: Fix mtd_op_erase for devices >4GiB
      mtd: Fix erasing of devices >4GiB
      mtd: mtdoob device: change name to have the chip name first

 drivers/mtd/core.c          | 17 +++++++--------
 drivers/mtd/mtdoob.c        |  2 +-
 drivers/mtd/mtdraw.c        | 53 ++++++++++++++++++++++++++++-----------------
 drivers/mtd/nand/nand-bb.c  |  4 ++--
 fs/devfs-core.c             |  2 +-
 fs/devfs.c                  |  2 +-
 fs/fs.c                     |  2 +-
 include/driver.h            |  4 ++--
 include/fs.h                |  4 ++--
 include/linux/mtd/mtd-abi.h |  8 +++----
 include/linux/mtd/mtd.h     |  8 +++----
 11 files changed, 59 insertions(+), 47 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2016-02-09  9:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09  9:55 [PATCH] mtd: >4GiB fixes Sascha Hauer
2016-02-09  9:55 ` [PATCH 1/7] mtd: nand-bb: Fix 8k page size nands Sascha Hauer
2016-02-09  9:55 ` [PATCH 2/7] mtd: Fix mtdraw for Nand > 4GiB Sascha Hauer
2016-02-09  9:55 ` [PATCH 3/7] mtd: Make erase_info structs 64bit where necessary Sascha Hauer
2016-02-09  9:55 ` [PATCH 4/7] mtd: Fix mtd_op_read for devices >4GiB Sascha Hauer
2016-02-09  9:55 ` [PATCH 5/7] mtd: Fix mtd_op_erase " Sascha Hauer
2016-02-09  9:55 ` [PATCH 6/7] mtd: Fix erasing of " Sascha Hauer
2016-02-09  9:55 ` [PATCH 7/7] mtd: mtdoob device: change name to have the chip name first Sascha Hauer

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