Re: [U-Boot] [PATCH] support spi gpio driver by control gpio bitbang

2010-09-01 Thread Mike Frysinger
On Wednesday, September 01, 2010 03:28:28 Donghwa Lee wrote: > This patch adds basic support for spi mode 0~3 by control gpio bitbang. > It uses several gpio pin and emulates spi chipselect signal, clock signal > and sda signal as if spi controller generate spi signal. if you're going to make a sp

[U-Boot] [PATCH] support spi gpio driver by control gpio bitbang

2010-09-01 Thread Donghwa Lee
This patch adds basic support for spi mode 0~3 by control gpio bitbang. It uses several gpio pin and emulates spi chipselect signal, clock signal and sda signal as if spi controller generate spi signal. Signed-off-by: Donghwa Lee --- I resend this patch because format of sended patch was wrong.

Re: [U-Boot] [PATCH] support spi gpio driver by control gpio bitbang

2010-09-01 Thread Minkyu Kang
Dear Donghwa Lee, 2010/9/1 Donghwa Lee : >  This patch adds basic support for spi mode 0~3 by control gpio bitbang. > It uses several gpio pin and emulates spi chipselect signal, clock signal > and sda signal as if spi controller generate spi signal. > > > Signed-off-by: Donghwa Lee

[U-Boot] [PATCH] support spi gpio driver by control gpio bitbang

2010-08-31 Thread Donghwa Lee
This patch adds basic support for spi mode 0~3 by control gpio bitbang. It uses several gpio pin and emulates spi chipselect signal, clock signal and sda signal as if spi controller generate spi signal. Signed-off-by: Donghwa Lee http://lists.denx.de/mailman/listinfo/u-boot>> --- drivers/spi/s