]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sf: unify write enable commands
authorMike Frysinger <vapier@gentoo.org>
Sat, 23 Apr 2011 23:05:55 +0000 (23:05 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 14:28:21 +0000 (16:28 +0200)
commit2744a4e688851fc3b5e2937bf047100c85daeb43
tree23b2d7598a0601ed7097883cc71a14b58d9bb1ae
parentd8e392d95f20cb21767b99d92a9a7f852b0fec63
sf: unify write enable commands

Every spi flash uses the same write enable command, so unify this in
the common code.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/eon.c
drivers/mtd/spi/macronix.c
drivers/mtd/spi/ramtron.c
drivers/mtd/spi/spansion.c
drivers/mtd/spi/spi_flash.c
drivers/mtd/spi/spi_flash_internal.h
drivers/mtd/spi/sst.c
drivers/mtd/spi/stmicro.c
drivers/mtd/spi/winbond.c