9
0
Fork 0
barebox/drivers/mtd
Sascha Hauer 66891566cc mtd: nand: update to v3.11-rc1
This updates the NAND stuff to Linux-3.11-rc1. It is synchronized
as best as we can get:

- locks removed
- The splitting in different files we had to better support different
  features has been dropped. Instead this is now done mostly with the
  use of __maybe_unused

Some barebox adjustments are forward ported, like:

- Allow partial page writes
- Optionally allow to erase bad blocks
- check for all_ff before writing a page

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-07-23 16:25:13 +02:00
..
devices mtd: rename MTD_OOB_* to MTD_OPS_* 2013-07-22 16:13:49 +02:00
nand mtd: nand: update to v3.11-rc1 2013-07-23 16:25:13 +02:00
nor Merge branch 'for-next/mci' 2013-06-02 16:28:21 +02:00
ubi mtd: Use mtd_* functions where appropriate 2013-02-14 10:38:23 +01:00
Kconfig nor flash: integrate into mtd 2013-02-14 23:37:53 +01:00
Makefile nor flash: integrate into mtd 2013-02-14 23:37:53 +01:00
core.c mtd: introduce mtd_read_oob and mtd_write_oob 2013-07-22 16:14:16 +02:00
mtd.h mtd: add private data to mtddev-hook 2012-09-03 11:06:01 +02:00
mtdoob.c mtd: introduce mtd_read_oob and mtd_write_oob 2013-07-22 16:14:16 +02:00
mtdraw.c mtd: introduce mtd_read_oob and mtd_write_oob 2013-07-22 16:14:16 +02:00
partition.c mtd: introduce mtd_block_isbad 2012-11-03 23:20:59 +01:00