2023-12-28 11:41:11

by Eugen Hristev

[permalink] [raw]
Subject: [PATCH v3 0/6] video encoder on mt8186

Hello,

This series adds support for the video encoder on mt8186.

Few patches fix the binding, there is a patch for the DT node,
and one patch for the driver that fixes an imbalance.

Changes in v3:
- removed the patch to add dma-ranges, because this was intentionally
removed (e.g. https://patchwork.kernel.org/project/linux-media/patch/[email protected]/ )
also removed dma-ranges and cells from the DT node

Changes in v2:
- change log in every patch

Eugen Hristev (5):
media: mediatek: vcodec: fix possible unbalanced PM counter
dt-bindings: media: mtk-vcodec-encoder: fix non-vp8 clock name
arm64: dts: mediatek: mt8192: fix vencoder clock name
dt-bindings: media: mtk-vcodec-encoder: add compatible for mt8186
arm64: dts: mediatek: mt8186: fix VENC power domain clocks

Kyrie Wu (1):
arm64: dts: mediatek: mt8186: Add venc node

.../media/mediatek,vcodec-encoder.yaml | 31 ++++++++++---------
arch/arm64/boot/dts/mediatek/mt8186.dtsi | 23 +++++++++++++-
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 2 +-
.../vcodec/encoder/mtk_vcodec_enc_pm.c | 4 ++-
.../vcodec/encoder/mtk_vcodec_enc_pm.h | 2 +-
.../mediatek/vcodec/encoder/venc_drv_if.c | 5 ++-
6 files changed, 47 insertions(+), 20 deletions(-)

--
2.34.1



Subject: Re: (subset) [PATCH v3 0/6] video encoder on mt8186


On Thu, 28 Dec 2023 13:32:39 +0200, Eugen Hristev wrote:
> This series adds support for the video encoder on mt8186.
>
> Few patches fix the binding, there is a patch for the DT node,
> and one patch for the driver that fixes an imbalance.
>
> Changes in v3:
> - removed the patch to add dma-ranges, because this was intentionally
> removed (e.g. https://patchwork.kernel.org/project/linux-media/patch/[email protected]/ )
> also removed dma-ranges and cells from the DT node
>
> [...]

Applied to v6.4-next/dts64, thanks!

[2/6] dt-bindings: media: mtk-vcodec-encoder: fix non-vp8 clock name
commit: b8248c4831787f0854e2e856fa83da68ad5afcde
[3/6] arm64: dts: mediatek: mt8192: fix vencoder clock name
commit: 0157de54920b556d575ffc82ae5d16f2b4cb9494
[4/6] dt-bindings: media: mtk-vcodec-encoder: add compatible for mt8186
commit: 178eaba322868a75c2e0ad078fcf91c3a6f5abba
[5/6] arm64: dts: mediatek: mt8186: fix VENC power domain clocks
commit: 2a08dba6bf6637295175f48ad870a24833955cd4
[6/6] arm64: dts: mediatek: mt8186: Add venc node
commit: f971c7ee301bbd423e06f82bcae768223a4dd602

Best regards,
--
AngeloGioacchino Del Regno <[email protected]>

Subject: Re: (subset) [PATCH v3 0/6] video encoder on mt8186

Il 29/01/24 11:41, AngeloGioacchino Del Regno ha scritto:
>
> On Thu, 28 Dec 2023 13:32:39 +0200, Eugen Hristev wrote:
>> This series adds support for the video encoder on mt8186.
>>
>> Few patches fix the binding, there is a patch for the DT node,
>> and one patch for the driver that fixes an imbalance.
>>
>> Changes in v3:
>> - removed the patch to add dma-ranges, because this was intentionally
>> removed (e.g. https://patchwork.kernel.org/project/linux-media/patch/[email protected]/ )
>> also removed dma-ranges and cells from the DT node
>>
>> [...]
>
> Applied to v6.4-next/dts64, thanks!
>

Sorry, typo: v6.8-next/dts64

> [2/6] dt-bindings: media: mtk-vcodec-encoder: fix non-vp8 clock name
> commit: b8248c4831787f0854e2e856fa83da68ad5afcde
> [3/6] arm64: dts: mediatek: mt8192: fix vencoder clock name
> commit: 0157de54920b556d575ffc82ae5d16f2b4cb9494
> [4/6] dt-bindings: media: mtk-vcodec-encoder: add compatible for mt8186
> commit: 178eaba322868a75c2e0ad078fcf91c3a6f5abba
> [5/6] arm64: dts: mediatek: mt8186: fix VENC power domain clocks
> commit: 2a08dba6bf6637295175f48ad870a24833955cd4
> [6/6] arm64: dts: mediatek: mt8186: Add venc node
> commit: f971c7ee301bbd423e06f82bcae768223a4dd602
>
> Best regards,