]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sf: sst: support newer standardized flashes
authorMike Frysinger <vapier@gentoo.org>
Mon, 25 Apr 2011 06:59:54 +0000 (06:59 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 14:32:59 +0000 (16:32 +0200)
commit8875bdb34161f9fff13757161fa7d89846003d00
tree11cf0f648c8f8f782298f09f472caa75d5fbd547
parent66ecb7cdb03d451ddc87bc026050f5a539877bf1
sf: sst: support newer standardized flashes

Newer SST flashes have dropped the Auto Address Increment (AAI) word
programming (WP) modes in favor of the standard page programming mode
that most flashes now support.  So add a flags field to the different
flashes to support both modes with new and old styles.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/sst.c