spi: add support for SuperH SPI
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 15 Feb 2011 01:30:32 +0000 (10:30 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 22 Feb 2011 21:59:54 +0000 (14:59 -0700)
commit5c05dd0750402f174302cf2b8cdf4111be080dcb
tree2c4da06e9b58d28aec35f85df31f768045e4a8fa
parent0ff56cd85a2c5104a36d84662b9180c219e8604e
spi: add support for SuperH SPI

The SH7757 has SPI0 module. This patch supports it.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
[grant.likely@secretlab.ca: fixed Makefile ordering, added
    __dev{init,exit} annotations, removed DRIVER_VERSION (this is
    mainline, the version == the kernel version) and tidied some
    indentation & style stuff]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi_sh.c [new file with mode: 0644]