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)
commitb52a37f517d62c92d7d5bffb0fab0b025a51b9eb
treea83f675bb86a8e772c9d31f186bbcdbd88a81aee
parent1647138df66c695eb16f4a6bce7f088f817ab26d
spi: orion: Let spi core handle checking transfer speed

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>
drivers/spi/spi-orion.c
This page took 0.024677 seconds and 5 git commands to generate.