public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/8] MediaTek UART DMA: Fixes, improvements and new SoCs
@ 2025-11-13 12:22 AngeloGioacchino Del Regno
  2025-11-13 12:22 ` [PATCH 1/8] dt-bindings: dma: mediatek,uart-dma: Allow MT6795 single compatible AngeloGioacchino Del Regno
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-11-13 12:22 UTC (permalink / raw)
  To: dmaengine
  Cc: sean.wang, vkoul, robh, krzk+dt, conor+dt, matthias.bgg,
	angelogioacchino.delregno, long.cheng, linux-arm-kernel,
	linux-mediatek, devicetree, linux-kernel, kernel

This series performs fixes the MediaTek UART DMA driver to be able
to correctly program AP_DMA controllers that support extended
addressing, performs some cleanups to improve code readability
and adds support for *all* of the SoCs generations that are upstream.

This includes MT6795, MT7988, MT8173, MT8183, MT8186, MT8188, MT8195,
other than all of their Genio variants (where applicable), all of
their Smartphone variants (where applicable), and also some newer
generation SoCs that are in the process of being upstreamed, like
MT8196 and MT8189.

Devicetrees are also already done, but not included here, and will be
sent in a different series (probably after this one gets upstreamed,
as I have to decide what to do with MT8196 - integrate it in the first
devicetree submission/commit or add it later - depends on whether this
one gets upstreamed first or not).

AngeloGioacchino Del Regno (8):
  dt-bindings: dma: mediatek,uart-dma: Allow MT6795 single compatible
  dt-bindings: dma: mediatek,uart-dma: Deprecate mediatek,dma-33bits
  dt-bindings: dma: mediatek,uart-dma: Support all SoC generations
  dmaengine: mediatek: uart-apdma: Get addressing bits from match data
  dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RX
  dmaengine: mediatek: mtk-uart-apdma: Rename support_33bits to
    support_ext_addr
  dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 6300
  dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200

 .../bindings/dma/mediatek,uart-dma.yaml       | 20 +++++++++++
 drivers/dma/mediatek/mtk-uart-apdma.c         | 35 ++++++++++---------
 2 files changed, 38 insertions(+), 17 deletions(-)

-- 
2.51.1



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

end of thread, other threads:[~2025-12-23 11:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13 12:22 [PATCH 0/8] MediaTek UART DMA: Fixes, improvements and new SoCs AngeloGioacchino Del Regno
2025-11-13 12:22 ` [PATCH 1/8] dt-bindings: dma: mediatek,uart-dma: Allow MT6795 single compatible AngeloGioacchino Del Regno
2025-11-13 19:32   ` Conor Dooley
2025-11-13 12:22 ` [PATCH 2/8] dt-bindings: dma: mediatek,uart-dma: Deprecate mediatek,dma-33bits AngeloGioacchino Del Regno
2025-11-13 19:32   ` Conor Dooley
2025-11-13 12:22 ` [PATCH 3/8] dt-bindings: dma: mediatek,uart-dma: Support all SoC generations AngeloGioacchino Del Regno
2025-11-13 19:32   ` Conor Dooley
2025-11-13 12:22 ` [PATCH 4/8] dmaengine: mediatek: uart-apdma: Get addressing bits from match data AngeloGioacchino Del Regno
2025-11-13 19:34   ` Conor Dooley
2025-11-13 12:22 ` [PATCH 5/8] dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RX AngeloGioacchino Del Regno
2025-11-13 12:22 ` [PATCH 6/8] dmaengine: mediatek: mtk-uart-apdma: Rename support_33bits to support_ext_addr AngeloGioacchino Del Regno
2025-11-13 12:22 ` [PATCH 7/8] dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 6300 AngeloGioacchino Del Regno
2025-11-13 12:22 ` [PATCH 8/8] dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200 AngeloGioacchino Del Regno
2025-12-23 11:28 ` [PATCH 0/8] MediaTek UART DMA: Fixes, improvements and new SoCs Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox