kernel-hacking-2024-linux-s.../drivers/mtd/onenand
Vitaly Wool 1f92267c51 [MTD] [NAND] make oobavail public
During the MTD rework the oobavail parameter of mtd_info structure has become
private. This is not quite correct in terms of integrity and logic. If we have
means to write to OOB area, then we'd like to know upfront how many bytes out
of OOB are spare per page to be able to adapt to specific cases.
The patch inlined adds the public oobavail parameter.

Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2007-03-08 09:17:43 +00:00
..
generic.c Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6 2006-11-29 00:03:10 +00:00
Kconfig Fix several typos in drivers/ 2006-10-03 22:31:37 +02:00
Makefile Revert "[PATCH] OneNAND: Add simulator" 2005-11-07 01:11:04 +01:00
onenand_base.c [MTD] [NAND] make oobavail public 2007-03-08 09:17:43 +00:00
onenand_bbt.c [MTD] OneNAND: Error message printing and bad block scan erros 2007-02-07 12:15:01 +09:00