Subject: [PATCH 0/2] MediaTek Helio X10 MT6795 - Display Mutex

This series adds display mutex arrays and compatibles for the
MediaTek Helio X10 (MT6795).

Tested on Sony Xperia M5 smartphone.

AngeloGioacchino Del Regno (2):
dt-bindings: soc: mediatek: Add display mutex support for MT6795
soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutex

.../bindings/soc/mediatek/mediatek,mutex.yaml | 1 +
drivers/soc/mediatek/mtk-mutex.c | 16 ++++++++++++++++
2 files changed, 17 insertions(+)

--
2.37.2


2022-09-15 17:42:44

by Matthias Brugger

[permalink] [raw]
Subject: Re: [PATCH 0/2] MediaTek Helio X10 MT6795 - Display Mutex



On 13/09/2022 16:01, AngeloGioacchino Del Regno wrote:
> This series adds display mutex arrays and compatibles for the
> MediaTek Helio X10 (MT6795).
>
> Tested on Sony Xperia M5 smartphone.
>
> AngeloGioacchino Del Regno (2):
> dt-bindings: soc: mediatek: Add display mutex support for MT6795
> soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutex
>
> .../bindings/soc/mediatek/mediatek,mutex.yaml | 1 +
> drivers/soc/mediatek/mtk-mutex.c | 16 ++++++++++++++++
> 2 files changed, 17 insertions(+)
>

Whole series applied, thanks!