spi: orion: Let spi core handle checking transfer speed
authorAxel Lin <axel.lin@ingics.com>
Tue, 4 Feb 2014 03:05:50 +0000 (11:05 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 7 Feb 2014 12:20:00 +0000 (12:20 +0000)
Since commit a2fd4f9fa3b9 'spi: Support transfer speed checking in the core',
the SPI core validates the desired speed of a given transfer against the
minimum and maximum speeds supported by the controller.
So we can remove the same code in this driver and let spi core handle checking
the desired speed of a given transfer.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found