Re: [U-Boot] [PATCH 0/6] J721e: Add networking support

2019-11-21 Thread Vignesh Raghavendra
On 21-Nov-19 6:02 PM, Grygorii Strashko wrote: On 18/11/2019 12:59, Vignesh Raghavendra wrote: This patch enables networking support for TI's J721e SoC. Patch 1 adds a new interface to DMA uclass to get channel specific private/configuration data. Patch 2 to 4 use this interface to pass

Re: [U-Boot] [PATCH 0/6] J721e: Add networking support

2019-11-21 Thread Grygorii Strashko
On 18/11/2019 12:59, Vignesh Raghavendra wrote: This patch enables networking support for TI's J721e SoC. Patch 1 adds a new interface to DMA uclass to get channel specific private/configuration data. Patch 2 to 4 use this interface to pass data from J721e's UDMA driver to CPSW ethernet

[U-Boot] [PATCH 0/6] J721e: Add networking support

2019-11-18 Thread Vignesh Raghavendra
This patch enables networking support for TI's J721e SoC. Patch 1 adds a new interface to DMA uclass to get channel specific private/configuration data. Patch 2 to 4 use this interface to pass data from J721e's UDMA driver to CPSW ethernet driver. Last two patches add DMA and CPSW DT nodes and