Subject: [PATCH 1/4] dt-bindings: soc: mediatek: Add support for MT8188 VPPSYS

Add compatible for MT8188 VPP mutex.

Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
---
.../devicetree/bindings/soc/mediatek/mediatek,mutex.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
index ba2014a8725c..a10326a9683d 100644
--- a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
+++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
@@ -33,6 +33,7 @@ properties:
- mediatek,mt8186-disp-mutex
- mediatek,mt8186-mdp3-mutex
- mediatek,mt8188-disp-mutex
+ - mediatek,mt8188-vpp-mutex
- mediatek,mt8192-disp-mutex
- mediatek,mt8195-disp-mutex
- mediatek,mt8195-vpp-mutex
--
2.44.0



2024-03-22 17:43:59

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 1/4] dt-bindings: soc: mediatek: Add support for MT8188 VPPSYS

On Fri, Mar 22, 2024 at 10:28:42AM +0100, AngeloGioacchino Del Regno wrote:
> Add compatible for MT8188 VPP mutex.
>
> Signed-off-by: AngeloGioacchino Del Regno <[email protected]>

You should at least mention the difference between this any anything
else.
Acked-by: Conor Dooley <[email protected]>

Thanks,
Conor.

> ---
> .../devicetree/bindings/soc/mediatek/mediatek,mutex.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
> index ba2014a8725c..a10326a9683d 100644
> --- a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
> +++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
> @@ -33,6 +33,7 @@ properties:
> - mediatek,mt8186-disp-mutex
> - mediatek,mt8186-mdp3-mutex
> - mediatek,mt8188-disp-mutex
> + - mediatek,mt8188-vpp-mutex
> - mediatek,mt8192-disp-mutex
> - mediatek,mt8195-disp-mutex
> - mediatek,mt8195-vpp-mutex
> --
> 2.44.0
>


Attachments:
(No filename) (1.13 kB)
signature.asc (235.00 B)
Download all attachments
Subject: Re: [PATCH 1/4] dt-bindings: soc: mediatek: Add support for MT8188 VPPSYS

Il 22/03/24 18:42, Conor Dooley ha scritto:
> On Fri, Mar 22, 2024 at 10:28:42AM +0100, AngeloGioacchino Del Regno wrote:
>> Add compatible for MT8188 VPP mutex.
>>
>> Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
>
> You should at least mention the difference between this any anything
> else.
> Acked-by: Conor Dooley <[email protected]>

It's exactly always the same difference for MuteX blocks: different bits to
activate mute for some IP ... but yeah, you're right, I'll shoot a word about
this in the commit description on v2 (waiting a bit before doing that anyway).

Thank you!

Cheers,
Angelo

>
> Thanks,
> Conor.
>
>> ---
>> .../devicetree/bindings/soc/mediatek/mediatek,mutex.yaml | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
>> index ba2014a8725c..a10326a9683d 100644
>> --- a/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
>> +++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,mutex.yaml
>> @@ -33,6 +33,7 @@ properties:
>> - mediatek,mt8186-disp-mutex
>> - mediatek,mt8186-mdp3-mutex
>> - mediatek,mt8188-disp-mutex
>> + - mediatek,mt8188-vpp-mutex
>> - mediatek,mt8192-disp-mutex
>> - mediatek,mt8195-disp-mutex
>> - mediatek,mt8195-vpp-mutex
>> --
>> 2.44.0
>>



2024-03-25 18:55:18

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH 1/4] dt-bindings: soc: mediatek: Add support for MT8188 VPPSYS

On Mon, Mar 25, 2024 at 09:23:58AM +0100, AngeloGioacchino Del Regno wrote:
> Il 22/03/24 18:42, Conor Dooley ha scritto:
> > On Fri, Mar 22, 2024 at 10:28:42AM +0100, AngeloGioacchino Del Regno wrote:
> > > Add compatible for MT8188 VPP mutex.
> > >
> > > Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
> >
> > You should at least mention the difference between this any anything
> > else.
> > Acked-by: Conor Dooley <[email protected]>
>
> It's exactly always the same difference for MuteX blocks: different bits to
> activate mute for some IP ... but yeah, you're right, I'll shoot a word about
> this in the commit description on v2 (waiting a bit before doing that anyway).

Yah, I'm just pointing it out because it goes from an immediate ack to
having check the binding in-tree to see that this is an enum (although
that's due to the shitty looking diff that you can't avoid) and check
the driver patch to see that this is in fact a difference before
acking. I wouldn't bother sending a v2 if this was the only thing, seems
like a waste of your effort.


Attachments:
(No filename) (1.10 kB)
signature.asc (235.00 B)
Download all attachments