All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: dri-devel@lists.freedesktop.org
Cc: Algea Cao <algea.cao@rock-chips.com>,
	airlied@linux.ie, kever.yang@rock-chips.com,
	daniel.vetter@intel.com, yang.zheng@rock-chips.com
Subject: Re: [PATCH 8/8] phy: rockchip: add inno hdmi phy to makefile
Date: Sat, 09 Dec 2017 12:39:17 +0100	[thread overview]
Message-ID: <24403571.3I5RUDBC34@phil> (raw)
In-Reply-To: <1506339836-46575-1-git-send-email-algea.cao@rock-chips.com>

Hi Algea,

Am Montag, 25. September 2017, 19:43:56 CET schrieb Algea Cao:
> Support some SOCs,such as RK3328.
> 
> Signed-off-by: Algea Cao <algea.cao@rock-chips.com>

I've tried tracking down the 8 patches of this series,
but the only one I could find was this patch 8/8.

Are you still working on this and could you resend
the series (potentially rebased onto a recent kernel)
including the same lists for all patches please?
(dri-devel but also linux-rockchip)

Thanks
Heiko


>  drivers/phy/rockchip/Kconfig  | 7 +++++++
>  drivers/phy/rockchip/Makefile | 1 +
>  2 files changed, 8 insertions(+)
> 
> diff --git a/drivers/phy/rockchip/Kconfig b/drivers/phy/rockchip/Kconfig
> index f5325b2..b021dc7 100644
> --- a/drivers/phy/rockchip/Kconfig
> +++ b/drivers/phy/rockchip/Kconfig
> @@ -8,6 +8,13 @@ config PHY_ROCKCHIP_DP
>  	help
>  	  Enable this to support the Rockchip Display Port PHY.
>  
> +config PHY_ROCKCHIP_INNO_HDMI_PHY
> +	tristate "Rockchip INNO HDMI PHY Driver"
> +	depends on ARCH_ROCKCHIP && OF
> +	select GENERIC_PHY
> +	help
> +	  Enable this to support the Rockchip HDMI PHY with Innosilicon IP block.
> +
>  config PHY_ROCKCHIP_EMMC
>  	tristate "Rockchip EMMC PHY Driver"
>  	depends on ARCH_ROCKCHIP && OF
> diff --git a/drivers/phy/rockchip/Makefile b/drivers/phy/rockchip/Makefile
> index bd0acdf..6c1adc0 100644
> --- a/drivers/phy/rockchip/Makefile
> +++ b/drivers/phy/rockchip/Makefile
> @@ -4,3 +4,4 @@ obj-$(CONFIG_PHY_ROCKCHIP_INNO_USB2)	+= phy-rockchip-inno-usb2.o
>  obj-$(CONFIG_PHY_ROCKCHIP_PCIE)		+= phy-rockchip-pcie.o
>  obj-$(CONFIG_PHY_ROCKCHIP_TYPEC)	+= phy-rockchip-typec.o
>  obj-$(CONFIG_PHY_ROCKCHIP_USB)		+= phy-rockchip-usb.o
> +obj-$(CONFIG_PHY_ROCKCHIP_INNO_HDMI_PHY)	+= phy-rockchip-inno-hdmi-phy.o
> \ No newline at end of file
> 


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

      parent reply	other threads:[~2017-12-09 11:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1506339543-46171-0>
2017-09-25 11:40 ` [PATCH 1/8] drm/rockchip: dw_hdmi: update dw_hdmi_rockchip_dt_ids Algea Cao
2017-09-25 11:41 ` [PATCH 2/8] drm/rockchip: dw_hdmi: add device type Algea Cao
2017-09-25 11:41 ` [PATCH 3/8] drm: bridge: dw-hdmi: change hdmi phy hpd read function to export Algea Cao
2017-09-25 11:42 ` [PATCH 4/8] drm/rockchip: dw_hdmi: add inno hdmi phy ops Algea Cao
2017-09-25 11:42 ` [PATCH 5/8] drm/rockchip: dw_hdmi: add hclk_vio Algea Cao
2017-09-25 11:43 ` [PATCH 6/8] drm/rockchip: dw_hdmi: update dw-hdmi encoder enable Algea Cao
2017-09-25 11:43 ` [PATCH 7/8] drm: bridge: dw-hdmi: get phy ops by device type Algea Cao
2017-09-25 11:43 ` [PATCH 8/8] phy: rockchip: add inno hdmi phy to makefile Algea Cao
2017-09-27  8:56   ` kbuild test robot
2017-09-27 10:16   ` kbuild test robot
2017-12-09 11:39   ` Heiko Stuebner [this message]

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=24403571.3I5RUDBC34@phil \
    --to=heiko@sntech.de \
    --cc=airlied@linux.ie \
    --cc=algea.cao@rock-chips.com \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kever.yang@rock-chips.com \
    --cc=yang.zheng@rock-chips.com \
    /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.