Searched hist:"8 c64038e4c077b2b37c6b27d0c40c77a3ddfaeef" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/devices/ |
H A D | Kconfig | diff 8c64038e4c077b2b37c6b27d0c40c77a3ddfaeef Wed Aug 06 23:55:14 CDT 2008 David Brownell <dbrownell@users.sourceforge.net> [MTD] make dataflash write-verify be optional
This adds a WRITE_VERIFY Kconfig option to the DataFlash driver, closely mirroring the similar NAND and ONENAND options, giving an option to disable some code that's currently always enabled.
Removing this step probably saves a millisecond or so per page when writing data, which will add up quickly since these pages are small (the largest is 1 KiB). It doesn't seem to add a lot in terms of reliability, and wouldn't detect errors which crop up when transferring data to the on-chip SRAM buffer.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|
H A D | mtd_dataflash.c | diff 8c64038e4c077b2b37c6b27d0c40c77a3ddfaeef Wed Aug 06 23:55:14 CDT 2008 David Brownell <dbrownell@users.sourceforge.net> [MTD] make dataflash write-verify be optional
This adds a WRITE_VERIFY Kconfig option to the DataFlash driver, closely mirroring the similar NAND and ONENAND options, giving an option to disable some code that's currently always enabled.
Removing this step probably saves a millisecond or so per page when writing data, which will add up quickly since these pages are small (the largest is 1 KiB). It doesn't seem to add a lot in terms of reliability, and wouldn't detect errors which crop up when transferring data to the on-chip SRAM buffer.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
|