All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] J721e: Add networking support
@ 2019-12-02  8:59 Vignesh Raghavendra
  2019-12-02  8:59 ` [U-Boot] [PATCH v2 1/6] dma: Introduce dma_get_cfg() interface Vignesh Raghavendra
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vignesh Raghavendra @ 2019-12-02  8:59 UTC (permalink / raw)
  To: u-boot

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

Depends on [1] for ethernet to work

[1] http://patchwork.ozlabs.org/project/uboot/list/?series=145954

v2:
Address comments from Grygorii.
Collect Acks

Vignesh Raghavendra (6):
  dma: Introduce dma_get_cfg() interface
  dma: ti: k3-udma: Implement dma_get_cfg() interface
  net: ti: am65-cpsw-nuss: Rework RX flow ID handling
  net: ti: am65-cpsw-nuss: Add new compatible for J721e
  arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT
    nodes
  configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet

 .../k3-j721e-common-proc-board-u-boot.dtsi    | 239 ++++++++++++++++++
 configs/j721e_evm_a72_defconfig               |   8 +
 drivers/dma/dma-uclass.c                      |  12 +
 drivers/dma/ti/k3-udma.c                      |  30 ++-
 drivers/net/ti/am65-cpsw-nuss.c               |  14 +-
 include/dma-uclass.h                          |  11 +
 include/dma.h                                 |  11 +
 include/linux/soc/ti/ti-udma.h                |  19 ++
 8 files changed, 334 insertions(+), 10 deletions(-)

-- 
2.24.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-02 11:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-02  8:59 [U-Boot] [PATCH v2 0/6] J721e: Add networking support Vignesh Raghavendra
2019-12-02  8:59 ` [U-Boot] [PATCH v2 1/6] dma: Introduce dma_get_cfg() interface Vignesh Raghavendra
2019-12-02  8:59 ` [U-Boot] [PATCH v2 2/6] dma: ti: k3-udma: Implement " Vignesh Raghavendra
2019-12-02  8:59 ` [U-Boot] [PATCH v2 3/6] net: ti: am65-cpsw-nuss: Rework RX flow ID handling Vignesh Raghavendra
2019-12-02 11:38   ` Grygorii Strashko
2019-12-02  8:59 ` [U-Boot] [PATCH v2 4/6] net: ti: am65-cpsw-nuss: Add new compatible for J721e Vignesh Raghavendra
2019-12-02  8:59 ` [U-Boot] [PATCH v2 5/6] arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodes Vignesh Raghavendra
2019-12-02 11:40   ` Grygorii Strashko
2019-12-02  8:59 ` [U-Boot] [PATCH v2 6/6] configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet Vignesh Raghavendra
2019-12-02 11:41 ` [U-Boot] [PATCH v2 0/6] J721e: Add networking support Grygorii Strashko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.