From: Joern Engel Date: Mon, 22 May 2006 21:18:29 +0000 (+0200) Subject: [MTD] Introduce MTD_BIT_WRITEABLE X-Git-Tag: v2.6.18-rc1~1105^2~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa433942ba4e399f7e28764c9db4ade89e91d40;p=pandora-kernel.git [MTD] Introduce MTD_BIT_WRITEABLE o Add a flag MTD_BIT_WRITEABLE for devices that allow single bits to be cleared. o Replace MTD_PROGRAM_REGIONS with a cleared MTD_BIT_WRITEABLE flag for STMicro and Intel Sibley flashes with internal ECC. Those flashes disallow clearing of single bits, unlike regular NOR flashes, so the new flag models their behaviour better. o Remove MTD_ECC. After the STMicro/Sibley merge, this flag is only set and never checked. Signed-off-by: Joern Engel --- Reading git-diff-tree failed