commit | 49e599b8595f9d33276860c6a02e05f240c4ceca | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Wed Mar 14 02:48:05 2012 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Thu Mar 15 03:41:01 2012 -0600 |
tree | 50259b5e076f6551a86e7b8dcfcf96aaf3f19398 | |
parent | ec139b67ad00647239b804d6f15315b83dba9a58 [diff] |
spi: sh-hspi: control spi clock more correctly 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>