Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | spi: sh-hspi: control spi clock more correctly | Kuninori Morimoto | 2012-03-15 |
| | | | | | | | | | | | Current sh-hspi had used platform-specific speed. This patch remove it, and use spi_transfer specific speed. It removes unnecessary flags from struct sh_hspi_info, but struct sh_hspi_info is still exist, since sh-hspi needs platform info in the future. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | ||
* | spi: Add SuperH HSPI prototype driver | Kuninori Morimoto | 2012-03-09 |
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.gx@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca> |