Re: [U-Boot] [UBOOT PATCH v5 0/4] spi:xilinx_spi: Modify xilinx spi driver

2018-07-16 Thread Jagan Teki
On Mon, Jul 2, 2018 at 1:41 PM, Jagan Teki wrote: > On Sat, Jun 30, 2018 at 8:15 AM, Vipul Kumar wrote: >> 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

Re: [U-Boot] [UBOOT PATCH v5 0/4] spi:xilinx_spi: Modify xilinx spi driver

2018-07-02 Thread Jagan Teki
On Sat, Jun 30, 2018 at 8:15 AM, Vipul Kumar wrote: > 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

[U-Boot] [UBOOT PATCH v5 0/4] spi:xilinx_spi: Modify xilinx spi driver

2018-06-29 Thread Vipul Kumar
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