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 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
>
> Reviewed-by: Jagan Teki 

Applied to u-boot-spi/master
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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 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

Reviewed-by: Jagan Teki 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[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 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

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot