From: Axel Lin Date: Tue, 4 Feb 2014 03:05:50 +0000 (+0800) Subject: spi: orion: Let spi core handle checking transfer speed X-Git-Tag: v3.15-rc1~147^2~3^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52a37f517d62c92d7d5bffb0fab0b025a51b9eb;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed