mbox series

[v2,0/2] Add mt8186 mutex support for mdp3

Message ID 20220711123247.15807-1-allen-kh.cheng@mediatek.com
Headers show
Series Add mt8186 mutex support for mdp3 | expand

Message

Allen-KH Cheng (程冠勳) July 11, 2022, 12:32 p.m. UTC
This series are based on matthias.bgg/linux.git, for-next and provide
mt8186 mutex support for Media Data Path 3 (MDP3).

As discussed, we add data field (mt8186_mdp_mutex_driver_data) for 
mt8186 mdp3 mutex support instead of adding mutex_table_mod into mt8186
disp mutex data.

changes since v1:
 - add mt8186_mdp_mutex_table_mod
 - add mt8186_mdp_mutex_driver_data for mt8186-mdp3-mutex

Allen-KH Cheng (2):
  dt-bindings: soc: mediatek: add mdp3 mutex support for mt8186
  soc: mediatek: mutex: add mt8186 mutex mod settings for mdp3

 .../bindings/soc/mediatek/mediatek,mutex.yaml |  1 +
 drivers/soc/mediatek/mtk-mutex.c              | 28 +++++++++++++++++++
 include/linux/soc/mediatek/mtk-mutex.h        |  2 ++
 3 files changed, 31 insertions(+)

Comments

AngeloGioacchino Del Regno July 13, 2022, 8:20 a.m. UTC | #1
Il 11/07/22 14:32, Allen-KH Cheng ha scritto:
> This patch adds mt8186 mutex mod settings for mdp3.
> 
> Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> Signed-off-by: Xiandong Wang <xiandong.wang@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Allen-KH Cheng (程冠勳) Aug. 10, 2022, 12:32 p.m. UTC | #2
Hi Matthias.

Gentle ping on this series.

Is this series ok for you?

BRs,
Allen

On Mon, 2022-07-11 at 20:32 +0800, Allen-KH Cheng wrote:
> This series are based on matthias.bgg/linux.git, for-next and provide
> mt8186 mutex support for Media Data Path 3 (MDP3).
> 
> As discussed, we add data field (mt8186_mdp_mutex_driver_data) for 
> mt8186 mdp3 mutex support instead of adding mutex_table_mod into
> mt8186
> disp mutex data.
> 
> changes since v1:
>  - add mt8186_mdp_mutex_table_mod
>  - add mt8186_mdp_mutex_driver_data for mt8186-mdp3-mutex
> 
> Allen-KH Cheng (2):
>   dt-bindings: soc: mediatek: add mdp3 mutex support for mt8186
>   soc: mediatek: mutex: add mt8186 mutex mod settings for mdp3
> 
>  .../bindings/soc/mediatek/mediatek,mutex.yaml |  1 +
>  drivers/soc/mediatek/mtk-mutex.c              | 28
> +++++++++++++++++++
>  include/linux/soc/mediatek/mtk-mutex.h        |  2 ++
>  3 files changed, 31 insertions(+)
>