Re: [U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-19 Thread Nobuhiro Iwamatsu
Hi, Thanks for your comment. 2013/8/9 Jagan Teki : > Hi, > > > On 08-08-2013 15:02, Nobuhiro Iwamatsu wrote: >> >> This patch adds a driver for Renesas SoC's Queued SPI bus. >> This supports with 8 bits per transfer to use with SPI flash. >> >> Signed-off-by: Kouei Abe >> Signed-off-by: Nobuhiro

Re: [U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-09 Thread Jagan Teki
Hi, On 08-08-2013 15:02, Nobuhiro Iwamatsu wrote: This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe Signed-off-by: Nobuhiro Iwamatsu --- v2: Change "SH QSPI" to "SH QSPI (Queued SPI)". Remo

[U-Boot] [PATCH v2] spi: Add support SH Queued SPI driver

2013-08-08 Thread Nobuhiro Iwamatsu
This patch adds a driver for Renesas SoC's Queued SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe Signed-off-by: Nobuhiro Iwamatsu --- v2: Change "SH QSPI" to "SH QSPI (Queued SPI)". Remove magic number. drivers/spi/Makefile | 1 + drive