All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] AM64x: DMA and ethernet support
@ 2021-05-10 14:36 Vignesh Raghavendra
  2021-05-10 14:36 ` [PATCH 01/12] firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the latest Vignesh Raghavendra
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Vignesh Raghavendra @ 2021-05-10 14:36 UTC (permalink / raw)
  To: u-boot

This series add ethernet and DMA support for AM64x SoC.

Vignesh Raghavendra (12):
  firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the
    latest
  soc: ti: k3-navss-ringacc: Add AM64 ringacc support
  soc: ti: k3-navss-ringacc: Remove unused ring modes
  dma: ti: k3-psil-am654: Drop unused PSIL EP static data
  dma: ti: k3-psil: Extend PSIL EP data extension for AM64
  dma: ti: k3-psil-am64: Add AM64 PSIL endpoint data
  dma: ti: k3-udma: Add BCDMA and PKTDMA support
  net: ti: am65-cpsw-nuss: Prepare to support non primary ext port
  net: ti: am65-cpsw-nuss: Don't cache disabled port ID
  net: ti: am65-cpsw-nuss: Add a new compatible for AM64
  ARM: dts: k3-am64-main: Add CPSW DT nodes
  ARM: dts: k3-am642-sk: Add ethernet related DT nodes

 arch/arm/dts/k3-am64-main.dtsi          |   74 ++
 arch/arm/dts/k3-am64.dtsi               |    2 +
 arch/arm/dts/k3-am642-evm-u-boot.dtsi   |   16 +
 arch/arm/dts/k3-am642-evm.dts           |   93 +++
 arch/arm/dts/k3-am642-sk-u-boot.dtsi    |   16 +
 arch/arm/dts/k3-am642-sk.dts            |   62 ++
 drivers/dma/ti/Makefile                 |    1 +
 drivers/dma/ti/k3-psil-am64.c           |  156 ++++
 drivers/dma/ti/k3-psil-am654.c          |   32 +-
 drivers/dma/ti/k3-psil-priv.h           |    1 +
 drivers/dma/ti/k3-psil.c                |    2 +
 drivers/dma/ti/k3-psil.h                |   16 +
 drivers/dma/ti/k3-udma.c                | 1003 +++++++++++++++++++++--
 drivers/firmware/ti_sci.c               |    3 +
 drivers/firmware/ti_sci.h               |   18 +
 drivers/net/ti/am65-cpsw-nuss.c         |    5 +-
 drivers/soc/ti/k3-navss-ringacc.c       |  530 ++++++------
 include/linux/soc/ti/k3-navss-ringacc.h |   22 +-
 include/linux/soc/ti/ti_sci_protocol.h  |   14 +
 19 files changed, 1687 insertions(+), 379 deletions(-)
 create mode 100644 drivers/dma/ti/k3-psil-am64.c

-- 
2.31.1

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

end of thread, other threads:[~2021-05-15 19:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 14:36 [PATCH 00/12] AM64x: DMA and ethernet support Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 01/12] firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the latest Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 02/12] soc: ti: k3-navss-ringacc: Add AM64 ringacc support Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 03/12] soc: ti: k3-navss-ringacc: Remove unused ring modes Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 04/12] dma: ti: k3-psil-am654: Drop unused PSIL EP static data Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 05/12] dma: ti: k3-psil: Extend PSIL EP data extension for AM64 Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 06/12] dma: ti: k3-psil-am64: Add AM64 PSIL endpoint data Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 07/12] dma: ti: k3-udma: Add BCDMA and PKTDMA support Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 08/12] net: ti: am65-cpsw-nuss: Prepare to support non primary ext port Vignesh Raghavendra
2021-05-15 19:50   ` Ramon Fried
2021-05-10 14:36 ` [PATCH 09/12] net: ti: am65-cpsw-nuss: Don't cache disabled port ID Vignesh Raghavendra
2021-05-15 19:50   ` Ramon Fried
2021-05-10 14:36 ` [PATCH 10/12] net: ti: am65-cpsw-nuss: Add a new compatible for AM64 Vignesh Raghavendra
2021-05-15 19:50   ` Ramon Fried
2021-05-10 14:36 ` [PATCH 11/12] ARM: dts: k3-am64-main: Add CPSW DT nodes Vignesh Raghavendra
2021-05-10 14:36 ` [PATCH 12/12] ARM: dts: k3-am642-sk: Add ethernet related " Vignesh Raghavendra
2021-05-12 14:00 ` [PATCH 00/12] AM64x: DMA and ethernet support Lokesh Vutla

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.