mbox series

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

Message ID 20220913140121.403637-1-angelogioacchino.delregno@collabora.com (mailing list archive)
Headers show
Series MediaTek Helio X10 MT6795 - Display Mutex | expand

Message

AngeloGioacchino Del Regno Sept. 13, 2022, 2:01 p.m. UTC
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(+)

Comments

Matthias Brugger Sept. 15, 2022, 4:16 p.m. UTC | #1
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!