mbox series

[v3,0/3] Convert the mtk_disp driver to aotmic API

Message ID 20210526024846.120838-1-jitao.shi@mediatek.com (mailing list archive)
Headers show
Series Convert the mtk_disp driver to aotmic API | expand

Message

Jitao Shi May 26, 2021, 2:48 a.m. UTC
Change since v2:
 - Change commit messages to remove the clock operations for atomic APIs.
 - Rebase to v5.13 rc1

Changes since v1:
 - Seperate clock operation as single patch.
 - Seperate apply() as single patch.
 - Seperate get_state() operation as single patch.

Jitao Shi (3):
  pwm: mtk_disp: remove the clock operations for atomic APIs.
  pwm: mtk_disp: implement atomic API .apply()
  pwm: mtk_disp: implement atomic API .get_state()

 drivers/pwm/pwm-mtk-disp.c | 177 +++++++++++++++++++++----------------
 1 file changed, 102 insertions(+), 75 deletions(-)