From: Kuninori Morimoto Date: Wed, 14 Mar 2012 09:48:05 +0000 (-0700) Subject: spi: sh-hspi: control spi clock more correctly X-Git-Tag: v3.4-rc1~170^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e599b8595f9d33276860c6a02e05f240c4ceca;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed