mtd: Add DiskOnChip G3 support
authorRobert Jarzmik <robert.jarzmik@free.fr>
Wed, 5 Oct 2011 13:22:34 +0000 (15:22 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 14 Oct 2011 09:03:47 +0000 (12:03 +0300)
commitefa2ca73a7bc1a8f8e66bcfad33391746819ffe6
tree09846f5b9888fcf935be868b1362cef767d9ebec
parent86a9893d08420a320191a1bcc0136ec2b6b04595
mtd: Add DiskOnChip G3 support

Add support for DiskOnChip G3 chips. The support is quite
limited yet :
 - no flash writes/erases are implemented
 - ECC fixes are not implemented
 - powerdown is not implemented
 - IPL handling is not yet done

On the brighter side, the chip reading does work.

Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
drivers/mtd/devices/Kconfig
drivers/mtd/devices/Makefile
drivers/mtd/devices/docg3.c [new file with mode: 0644]
drivers/mtd/devices/docg3.h [new file with mode: 0644]