public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: dmaengine@vger.kernel.org,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>
Cc: sean.wang@mediatek.com, robh@kernel.org, krzk+dt@kernel.org,
	 conor+dt@kernel.org, matthias.bgg@gmail.com,
	long.cheng@mediatek.com,  linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,  devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,  kernel@collabora.com
Subject: Re: [PATCH 0/8] MediaTek UART DMA: Fixes, improvements and new SoCs
Date: Tue, 23 Dec 2025 16:58:28 +0530	[thread overview]
Message-ID: <176648930864.697163.15382813689450810341.b4-ty@kernel.org> (raw)
In-Reply-To: <20251113122229.23998-1-angelogioacchino.delregno@collabora.com>


On Thu, 13 Nov 2025 13:22:21 +0100, AngeloGioacchino Del Regno wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/8] dt-bindings: dma: mediatek,uart-dma: Allow MT6795 single compatible
      commit: 4b9ce35ca5924c195df1a6bbccdc9aae4f5cb422
[2/8] dt-bindings: dma: mediatek,uart-dma: Deprecate mediatek,dma-33bits
      commit: ebc5e9176e0f9b7effc259b58a7387019ac8811d
[3/8] dt-bindings: dma: mediatek,uart-dma: Support all SoC generations
      commit: fd7843f0da58b37072c1dafa779d128bb36912bf
[4/8] dmaengine: mediatek: uart-apdma: Get addressing bits from match data
      commit: ff81a68a87b1dbf5c1b819f240f83715c701ef0d
[5/8] dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RX
      commit: 58ab9d7b6651d21e1cff1777529f2d3dd0b4e851
[6/8] dmaengine: mediatek: mtk-uart-apdma: Rename support_33bits to support_ext_addr
      commit: 7cb173936858f2278d9cf8b2f5d7d52fd000e54e
[7/8] dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 6300
      commit: 391e20f21cfdee2f55f2274e83b37c03199062ea
[8/8] dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200
      commit: 3587b2b6bf7681835c7c366c6083e2cd9e4b519d

Best regards,
-- 
~Vinod




      parent reply	other threads:[~2025-12-23 11:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Vinod Koul [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176648930864.697163.15382813689450810341.b4-ty@kernel.org \
    --to=vkoul@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=long.cheng@mediatek.com \
    --cc=matthias.bgg@gmail.com \
    --cc=robh@kernel.org \
    --cc=sean.wang@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox