[U-Boot] [UBOOT PATCH v5 0/4] spi:xilinx_spi: Modify xilinx spi driver
Vipul Kumar
vipul.kumar at xilinx.com
Sat Jun 30 02:45:16 UTC 2018
This series of patches do the following:
- This patch added support to get reg base address from DTS file
- Added rxfifo() and txfifo() functions to add the modularity
- Added support to read JEDEC-id twice at the boot time
- Added live-tree support
Changes in v2:
- Split single patch into the series of patches
Changes in v3:
- Read reg in probe function
- Removed xilinx_spi_ofdata_to_platdata function
- Added fifo_depth read support in 2/3 and removed from 1/3
Changes in v4:
- Moved static startup variable to private structure
- Added live-tree support
Changes in v5:
- Changed function name to xilinx_spi_startup_block()
Michal Simek (1):
spi: xilinx: Read reg base address from DTS file
Vipul Kumar (3):
spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function
spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time
spi: xilinx_spi: convert to livetree
drivers/spi/xilinx_spi.c | 152 ++++++++++++++++++++++++++++++++++-------------
1 file changed, 110 insertions(+), 42 deletions(-)
--
2.7.4
More information about the U-Boot
mailing list