All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	<linux-kernel@vger.kernel.org>, <dri-devel@lists.freedesktop.org>,
	<linux-mediatek@lists.infradead.org>, CK Hu <ck.hu@mediatek.com>
Subject: Re: [PATCH v3 2/4] drm/mediatek: Separate mtk_hdmi_phy to an independent module
Date: Wed, 1 Apr 2020 10:20:25 +0800	[thread overview]
Message-ID: <1585707625.28859.23.camel@mhfsdcap03> (raw)
In-Reply-To: <20200331155728.18032-3-chunkuang.hu@kernel.org>

On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote:
> From: CK Hu <ck.hu@mediatek.com>
> 
> mtk_hdmi_phy is a part of mtk_hdmi module, but phy driver should be an
> independent module rather than be part of drm module, so separate the phy
> driver to an independent module.
> 
> Signed-off-by: CK Hu <ck.hu@mediatek.com>
> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
> ---
>  drivers/gpu/drm/mediatek/Kconfig        |  9 ++++++++-
>  drivers/gpu/drm/mediatek/Makefile       | 11 +++++++----
>  drivers/gpu/drm/mediatek/mtk_hdmi.c     |  2 +-
>  drivers/gpu/drm/mediatek/mtk_hdmi.h     |  1 -
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.c |  1 +
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.h |  1 -
>  6 files changed, 17 insertions(+), 8 deletions(-)
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

Thanks a lot


WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@linux.ie>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Kishon Vijay Abraham I <kishon@ti.com>,
	CK Hu <ck.hu@mediatek.com>,
	linux-mediatek@lists.infradead.org,
	Daniel Vetter <daniel@ffwll.ch>,
	Matthias Brugger <matthias.bgg@gmail.com>
Subject: Re: [PATCH v3 2/4] drm/mediatek: Separate mtk_hdmi_phy to an independent module
Date: Wed, 1 Apr 2020 10:20:25 +0800	[thread overview]
Message-ID: <1585707625.28859.23.camel@mhfsdcap03> (raw)
In-Reply-To: <20200331155728.18032-3-chunkuang.hu@kernel.org>

On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote:
> From: CK Hu <ck.hu@mediatek.com>
> 
> mtk_hdmi_phy is a part of mtk_hdmi module, but phy driver should be an
> independent module rather than be part of drm module, so separate the phy
> driver to an independent module.
> 
> Signed-off-by: CK Hu <ck.hu@mediatek.com>
> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
> ---
>  drivers/gpu/drm/mediatek/Kconfig        |  9 ++++++++-
>  drivers/gpu/drm/mediatek/Makefile       | 11 +++++++----
>  drivers/gpu/drm/mediatek/mtk_hdmi.c     |  2 +-
>  drivers/gpu/drm/mediatek/mtk_hdmi.h     |  1 -
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.c |  1 +
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.h |  1 -
>  6 files changed, 17 insertions(+), 8 deletions(-)
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

Thanks a lot

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: David Airlie <airlied@linux.ie>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Kishon Vijay Abraham I <kishon@ti.com>,
	linux-mediatek@lists.infradead.org,
	Matthias Brugger <matthias.bgg@gmail.com>
Subject: Re: [PATCH v3 2/4] drm/mediatek: Separate mtk_hdmi_phy to an independent module
Date: Wed, 1 Apr 2020 10:20:25 +0800	[thread overview]
Message-ID: <1585707625.28859.23.camel@mhfsdcap03> (raw)
In-Reply-To: <20200331155728.18032-3-chunkuang.hu@kernel.org>

On Tue, 2020-03-31 at 23:57 +0800, Chun-Kuang Hu wrote:
> From: CK Hu <ck.hu@mediatek.com>
> 
> mtk_hdmi_phy is a part of mtk_hdmi module, but phy driver should be an
> independent module rather than be part of drm module, so separate the phy
> driver to an independent module.
> 
> Signed-off-by: CK Hu <ck.hu@mediatek.com>
> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
> ---
>  drivers/gpu/drm/mediatek/Kconfig        |  9 ++++++++-
>  drivers/gpu/drm/mediatek/Makefile       | 11 +++++++----
>  drivers/gpu/drm/mediatek/mtk_hdmi.c     |  2 +-
>  drivers/gpu/drm/mediatek/mtk_hdmi.h     |  1 -
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.c |  1 +
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.h |  1 -
>  6 files changed, 17 insertions(+), 8 deletions(-)
Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

Thanks a lot

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2020-04-01  2:20 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 15:57 [PATCH v3 0/4] Move Mediatek HDMI PHY driver from DRM folder to PHY folder Chun-Kuang Hu
2020-03-31 15:57 ` Chun-Kuang Hu
2020-03-31 15:57 ` Chun-Kuang Hu
2020-03-31 15:57 ` [PATCH v3 1/4] drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-04-01  2:16   ` Chunfeng Yun
2020-04-01  2:16     ` Chunfeng Yun
2020-04-01  2:16     ` Chunfeng Yun
2020-04-01 15:53     ` Matthias Brugger
2020-04-01 15:53       ` Matthias Brugger
2020-04-01 15:53       ` Matthias Brugger
2020-04-02 12:49       ` Chun-Kuang Hu
2020-04-02 12:49         ` Chun-Kuang Hu
2020-04-02 12:49         ` Chun-Kuang Hu
2020-04-03  2:59         ` Chunfeng Yun
2020-04-03  2:59           ` Chunfeng Yun
2020-04-03  2:59           ` Chunfeng Yun
2020-04-03 15:22           ` Chun-Kuang Hu
2020-04-03 15:22             ` Chun-Kuang Hu
2020-04-03 15:22             ` Chun-Kuang Hu
2020-03-31 15:57 ` [PATCH v3 2/4] drm/mediatek: Separate mtk_hdmi_phy to an independent module Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-04-01  2:20   ` Chunfeng Yun [this message]
2020-04-01  2:20     ` Chunfeng Yun
2020-04-01  2:20     ` Chunfeng Yun
2020-03-31 15:57 ` [PATCH v3 3/4] phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-04-01  2:18   ` Chunfeng Yun
2020-04-01  2:18     ` Chunfeng Yun
2020-04-01  2:18     ` Chunfeng Yun
2020-04-01 16:04   ` Matthias Brugger
2020-04-01 16:04     ` Matthias Brugger
2020-04-01 16:04     ` Matthias Brugger
2020-03-31 15:57 ` [PATCH v3 4/4] MAINTAINERS: add files for Mediatek DRM drivers Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-03-31 15:57   ` Chun-Kuang Hu
2020-04-01 16:05   ` Matthias Brugger
2020-04-01 16:05     ` Matthias Brugger
2020-04-01 16:05     ` Matthias Brugger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585707625.28859.23.camel@mhfsdcap03 \
    --to=chunfeng.yun@mediatek.com \
    --cc=airlied@linux.ie \
    --cc=chunkuang.hu@kernel.org \
    --cc=ck.hu@mediatek.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.