linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: ti: k3-psil: Add support for j7200
@ 2020-08-03 10:11 Peter Ujfalusi
  2020-08-03 10:11 ` [PATCH 1/2] dmaengine: ti: k3-psil: Use soc_device_match to get the psil map Peter Ujfalusi
  2020-08-03 10:11 ` [PATCH 2/2] dmaengine: ti: k3-psil: add map for j7200 Peter Ujfalusi
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Ujfalusi @ 2020-08-03 10:11 UTC (permalink / raw)
  To: vkoul
  Cc: nm, grygorii.strashko, lokeshvutla, nsekhar, linux-kernel,
	kishon, dmaengine, dan.j.williams, linux-arm-kernel

Hi,

j7200 uses the same DMA hardware but have different set of peripherals, needing
different PSI-L thread map compared to j721e.

To simplify the runtime PSI-L map selection we will switch to use
soc_device_match.

See J7200 Technical Reference Manual (SPRUIU1, June 2020)
for further details: https://www.ti.com/lit/pdf/spruiu1

Regards,
Peter
---
Peter Ujfalusi (2):
  dmaengine: ti: k3-psil: Use soc_device_match to get the psil map
  dmaengine: ti: k3-psil: add map for j7200

 drivers/dma/ti/Makefile        |   5 +-
 drivers/dma/ti/k3-psil-j7200.c | 175 +++++++++++++++++++++++++++++++++
 drivers/dma/ti/k3-psil-priv.h  |   1 +
 drivers/dma/ti/k3-psil.c       |  20 +++-
 4 files changed, 195 insertions(+), 6 deletions(-)
 create mode 100644 drivers/dma/ti/k3-psil-j7200.c

-- 
Peter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-08-03 12:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 10:11 [PATCH 0/2] dmaengine: ti: k3-psil: Add support for j7200 Peter Ujfalusi
2020-08-03 10:11 ` [PATCH 1/2] dmaengine: ti: k3-psil: Use soc_device_match to get the psil map Peter Ujfalusi
2020-08-03 11:14   ` Vinod Koul
2020-08-03 12:56     ` Peter Ujfalusi
2020-08-03 10:11 ` [PATCH 2/2] dmaengine: ti: k3-psil: add map for j7200 Peter Ujfalusi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).