spi: txx9: Convert to let spi core handle checking transfer speed
authorAxel Lin <axel.lin@ingics.com>
Sun, 9 Feb 2014 04:15:07 +0000 (12:15 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 10 Feb 2014 14:14:48 +0000 (14:14 +0000)
By setting master->max_speed_hz and master->min_speed_hz, spi core will handle
checking transfer speed. Then we can remove the same checking in this driver.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found