From: Geert Uytterhoeven Date: Fri, 24 Jan 2014 08:43:57 +0000 (+0100) Subject: spi: rspi: Merge qspi_send_pio() and qspi_receive_pio() X-Git-Tag: v3.15-rc1~147^2~3^8~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340a15e6f0d6cd436c55693f7328a1de02fcdb96;p=pandora-kernel.git spi: rspi: Merge qspi_send_pio() and qspi_receive_pio() qspi_send_pio() and qspi_receive_pio() are very similar: they both send and receive full duplex data to/from the hardware, but ignore the data stream in the unused direction. Merge them into qspi_transfer_out_in(), now supporting real full duplex. Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- Reading git-diff-tree failed