Re: [U-Boot] [PATCH 1/4] sf: unify read/write helpers

2011-04-11 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1294644014-7560-2-git-send-email-vap...@gentoo.org> you wrote: > These functions largely do the same exact thing, so unify them all > into one basic function. > > Signed-off-by: Mike Frysinger > --- > drivers/mtd/spi/spi_flash.c | 67 --

[U-Boot] [PATCH 1/4] sf: unify read/write helpers

2011-01-09 Thread Mike Frysinger
These functions largely do the same exact thing, so unify them all into one basic function. Signed-off-by: Mike Frysinger --- drivers/mtd/spi/spi_flash.c | 67 -- 1 files changed, 19 insertions(+), 48 deletions(-) diff --git a/drivers/mtd/spi/spi_flash.