ramips: use transfer_one instead of transfer_one_message on rt2880 spi
authorJohn Crispin <john@openwrt.org>
Sun, 22 Nov 2015 11:49:04 +0000 (11:49 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 22 Nov 2015 11:49:04 +0000 (11:49 +0000)
commita941b34008005567dbfae890e7035fe2c44f930e
treeb1cf4ea648df7105f77834744f85c68d1c4c8599
parent95aa28da81cb6bbd13c70c41460c2d24faf24990
ramips: use transfer_one instead of transfer_one_message on rt2880 spi

* use kernel buildin transfer_one_message. we only need to implement
transfer_one and set_cs function
* should support use gpio as cs pin
* deselected the spi device when setup and add debug info
* only reset device when first driver probe

Signed-off-by: Michael Lee <igvtee@gmail.com>
SVN-Revision: 47579
target/linux/ramips/patches-3.18/0050-SPI-ralink-add-Ralink-SoC-spi-driver.patch