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

Allen-KH Cheng posted 2 patches 2 years, 2 months ago
There is a newer version of this series
.../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(+)
[PATCH v2 0/2] Add mt8186 mutex support for mdp3
Posted by Allen-KH Cheng 2 years, 2 months ago
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(+)

-- 
2.18.0
Re: [PATCH v2 0/2] Add mt8186 mutex support for mdp3
Posted by Allen-KH Cheng 2 years, 1 month ago
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(+)
>