commit | 90098baac98d037dc3cf0a744874d9d34f8c7764 | [log] [tgz] |
---|---|---|
author | Vipul Kumar <vipul.kumar@xilinx.com> | Sat Jun 30 08:15:18 2018 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jul 16 14:01:20 2018 +0530 |
tree | 01a21989c367713377bd2d6793d8dd3f95ded759 | |
parent | 1ba138654928e5adc56c94c22ef15d2b0937b377 [diff] |
spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function This patch modify xilinx_spi_xfer() function and add rxfifo() and txfifo() functions to add the modularity so that these functions can be used by other functions within the same file. This patch also added support to read fifo_size from dts. Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com> Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Reviewed-by: Jagan Teki <jagan@openedev.com>