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

AngeloGioacchino Del Regno posted 2 patches 2 years ago
.../bindings/soc/mediatek/mediatek,mutex.yaml    |  1 +
drivers/soc/mediatek/mtk-mutex.c                 | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
[PATCH 0/2] MediaTek Helio X10 MT6795 - Display Mutex
Posted by AngeloGioacchino Del Regno 2 years ago
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
Re: [PATCH 0/2] MediaTek Helio X10 MT6795 - Display Mutex
Posted by Matthias Brugger 2 years ago

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!