
18 Jun
2018
18 Jun
'18
9:44 a.m.
Hi Jagan,
Do you have any comment on this series of patch ?
Regards, Vipul
-----Original Message----- From: Vipul Kumar [mailto:vipul.kumar@xilinx.com] Sent: Tuesday, June 12, 2018 11:34 AM To: u-boot@lists.denx.de Cc: michal.simek@xilinx.com; Siva Durga Prasad Paladugu sivadur@xilinx.com; jagan@openedev.com; Vipul Kumar vipulk@xilinx.com Subject: [UBOOT PATCH v2 0/3] spi:xilinx_spi: Modify xilinx spi driver
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
Changes in v2:
- Split single patch into the series of patches
Michal Simek (1): spi: xilinx: Read reg base address from DTS file
Vipul Kumar (2): spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time
drivers/spi/xilinx_spi.c | 165 +++++++++++++++++++++++++++++++++++--
1 file changed, 122 insertions(+), 43 deletions(-)
-- 2.7.4