Re: [U-Boot] [PATCH 1/4] sf: unify write enable commands

2011-07-26 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1303635958-10985-1-git-send-email-vap...@gentoo.org> you wrote: > Every spi flash uses the same write enable command, so unify this in > the common code. > > Signed-off-by: Mike Frysinger > --- > drivers/mtd/spi/eon.c|2 +- > drivers/mtd/spi/

Re: [U-Boot] [PATCH 1/4] sf: unify write enable commands

2011-04-25 Thread Mike Frysinger
btw, i dont currently plan on pushing these spi patches for 2011.06 since it's kind of late in the merge window. but people can find them in my sf branch if they feel like playing with them: git://www.denx.de/git/u-boot-blackfin.git sf -mike ___ U-Boot m

[U-Boot] [PATCH 1/4] sf: unify write enable commands

2011-04-24 Thread Mike Frysinger
Every spi flash uses the same write enable command, so unify this in the common code. Signed-off-by: Mike Frysinger --- drivers/mtd/spi/eon.c|2 +- drivers/mtd/spi/macronix.c |2 +- drivers/mtd/spi/ramtron.c|2 +- drivers/mtd/spi/spansion.c