Re: [U-Boot] [PATCH v4] spi: Add support SH Quad SPI driver

2013-10-08 Thread Nobuhiro Iwamatsu
Hi, (2013/10/04 4:45), Jagan Teki wrote: Hi Nobuhiro Iwamatsu, I have send your patch for v4. Eliminated few checks see on change log: Please fix below comments and try to apply the same on u-boot-spi.git repo with master-probe branch. OK, I will check with your repo. On Fri, Oct 4, 2013

Re: [U-Boot] [PATCH v4] spi: Add support SH Quad SPI driver

2013-10-03 Thread Jagan Teki
Hi Nobuhiro Iwamatsu, I have send your patch for v4. Eliminated few checks see on change log: Please fix below comments and try to apply the same on u-boot-spi.git repo with master-probe branch. On Fri, Oct 4, 2013 at 1:04 AM, Jagannadha Sutradharudu Teki wrote: > From: Nobuhiro Iwamatsu > > T

[U-Boot] [PATCH v4] spi: Add support SH Quad SPI driver

2013-10-03 Thread Jagannadha Sutradharudu Teki
From: Nobuhiro Iwamatsu This patch adds a driver for Renesas SoC's Quad SPI bus. This supports with 8 bits per transfer to use with SPI flash. Signed-off-by: Kouei Abe Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v4: - Added tabs