From: Graf Yang Date: Mon, 15 Jun 2009 08:23:41 +0000 (+0000) Subject: mtd: m25p80: add support for AAI programming with SST SPI flashes X-Git-Tag: v2.6.32-rc1~160^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49aac4aec53c523f16343b4668a5a239b69659f1;p=pandora-kernel.git mtd: m25p80: add support for AAI programming with SST SPI flashes The SST SPI flashes are a bit non-standard in that they can be programmed one byte at a time (including address!), or they can be written two bytes at a time with auto address incrementing (AAI). The latter form is obviously much better for performance, so let's use it when possible. Signed-off-by: Graf Yang Signed-off-by: Mike Frysinger Signed-off-by: David Woodhouse --- Reading git-diff-tree failed