Re: [PATCH] spi: Add SuperH HSPI prototype driver

2012-01-04 Thread Grant Likely
On Tue, Dec 27, 2011 at 12:35:18AM -0800, Kuninori Morimoto wrote: This patch adds SuperH HSPI driver. It is still prototype driver, but has enough function at this point. Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com Some brief comments below... --- +static int

[PATCH] spi: Add SuperH HSPI prototype driver

2011-12-27 Thread Kuninori Morimoto
This patch adds SuperH HSPI driver. It is still prototype driver, but has enough function at this point. Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com --- drivers/spi/Kconfig |6 + drivers/spi/Makefile|1 + drivers/spi/spi-sh-hspi.c | 375