spi: rspi: Abstract transfer_one() for RSPI and QSPI
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Fri, 24 Jan 2014 08:43:55 +0000 (09:43 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 27 Jan 2014 20:02:09 +0000 (20:02 +0000)
commiteb557f75269e82dd26a79be536eca223ddc3eaf7
tree1e5569eb5e3de693aad437009755a583c91301ff
parent35301c996046243ca6e41d490dea2823f045614c
spi: rspi: Abstract transfer_one() for RSPI and QSPI

Split off qspi_transfer_one() (which doesn't support DMA yet) from
rspi_transfer_one().
Replace the abstraction of send_pio()/receive_pio() by the abstracrion of
transfer_one().

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-rspi.c
This page took 0.02491 seconds and 5 git commands to generate.