Re: [PATCH v2 07/13] drm/mediatek: separae hdmi phy to different file

2018-09-09 Thread CK Hu
Hi, Bibby: On Wed, 2018-09-05 at 16:31 +0800, Bibby Hsieh wrote: > From: chunhui dai > > Different IC has different phy setting of HDMI. > This patch separaes the phy hardware relate part for mt8173. > > Signed-off-by: chunhui dai > --- > drivers/gpu/drm/mediatek/Makefile | 15 +

Re: [PATCH v2 07/13] drm/mediatek: separae hdmi phy to different file

2018-09-06 Thread CK Hu
Hi, Bibby: On Wed, 2018-09-05 at 16:31 +0800, Bibby Hsieh wrote: > From: chunhui dai > > Different IC has different phy setting of HDMI. > This patch separaes the phy hardware relate part for mt8173. I guess 'separae' is 'separate'. Am I right? Regards, CK > > Signed-off-by: chunhui dai > -

[PATCH v2 07/13] drm/mediatek: separae hdmi phy to different file

2018-09-05 Thread Bibby Hsieh
From: chunhui dai Different IC has different phy setting of HDMI. This patch separaes the phy hardware relate part for mt8173. Signed-off-by: chunhui dai --- drivers/gpu/drm/mediatek/Makefile | 15 +-- drivers/gpu/drm/mediatek/mtk_hdmi.c| 30 +++-- drivers/gpu/drm/me