aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_sh.c
Commit message (Collapse)AuthorAge
* spi/spi_sh: use spi_unregister_master instead of spi_master_put in remove pathAxel Lin2011-05-20
| | | | | | | | | spi_master_put() should only be used in error handling. Once spi_register_master() returns success, we should call spi_unregister_master() instead. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* spi: add support for SuperH SPIYoshihiro Shimoda2011-02-22
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>