All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Mark Yao <mark.yao@rock-chips.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Zheng Yang <zhengyang@rock-chips.com>,
	Pawel Moll <pawel.moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Ken Mixte <kmixter@google.com>, Kumar Gala <galak@codeaurora.org>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-rockchip@lists.infradead.org,
	Rob Herring <robh+dt@kernel.org>,
	Thierry Reding <treding@nvidia.com>,
	linux-arm-kernel@lists.infradead.org,
	Ben Chan <benchan@google.com>
Subject: Re: [PATCH v8 0/2] Add Rockchip Inno-HDMI driver
Date: Tue, 02 Feb 2016 22:37:52 +0100	[thread overview]
Message-ID: <33063104.hTo1MPWOYh@diego> (raw)
In-Reply-To: <1454049768-30872-1-git-send-email-ykk@rock-chips.com>

Hi Mark,

Am Freitag, 29. Januar 2016, 14:42:48 schrieb Yakir Yang:
> Here are a brief introduction to Innosilicon HDMI IP:
>   - Support HDMI 1.4a, HDCP 1.2 and DVI 1.0 standard compliant transmitter
>   - Support HDMI1.4 a/b 3D function defined in HDMI 1.4 a/b spec
>   - Digital video interface supports a pixel size of 24, 30, 36, 48bits
> color depth in RGB - S/PDIF output supports PCM, Dolby Digital, DTS digital
> audio transmission (32-192kHz Fs) using IEC60958 and IEC 61937
>   - The EDID and CEC function are also supported by Innosilicon HDMI
> Transmitter Controlle

do you plan on picking up this two patches soon? It seems there were no 
further objections.

Caesar submitted the dts parts but I need to hold off on them until you took 
the driver part :-) .


Thanks
Heiko
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 0/2] Add Rockchip Inno-HDMI driver
Date: Tue, 02 Feb 2016 22:37:52 +0100	[thread overview]
Message-ID: <33063104.hTo1MPWOYh@diego> (raw)
In-Reply-To: <1454049768-30872-1-git-send-email-ykk@rock-chips.com>

Hi Mark,

Am Freitag, 29. Januar 2016, 14:42:48 schrieb Yakir Yang:
> Here are a brief introduction to Innosilicon HDMI IP:
>   - Support HDMI 1.4a, HDCP 1.2 and DVI 1.0 standard compliant transmitter
>   - Support HDMI1.4 a/b 3D function defined in HDMI 1.4 a/b spec
>   - Digital video interface supports a pixel size of 24, 30, 36, 48bits
> color depth in RGB - S/PDIF output supports PCM, Dolby Digital, DTS digital
> audio transmission (32-192kHz Fs) using IEC60958 and IEC 61937
>   - The EDID and CEC function are also supported by Innosilicon HDMI
> Transmitter Controlle

do you plan on picking up this two patches soon? It seems there were no 
further objections.

Caesar submitted the dts parts but I need to hold off on them until you took 
the driver part :-) .


Thanks
Heiko

WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Mark Yao <mark.yao@rock-chips.com>
Cc: Yakir Yang <ykk@rock-chips.com>, David Airlie <airlied@linux.ie>,
	Thierry Reding <treding@nvidia.com>,
	Rob Herring <robh+dt@kernel.org>, Ken Mixte <kmixter@google.com>,
	Ben Chan <benchan@google.com>,
	Zheng Yang <zhengyang@rock-chips.com>,
	Kumar Gala <galak@codeaurora.org>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v8 0/2] Add Rockchip Inno-HDMI driver
Date: Tue, 02 Feb 2016 22:37:52 +0100	[thread overview]
Message-ID: <33063104.hTo1MPWOYh@diego> (raw)
In-Reply-To: <1454049768-30872-1-git-send-email-ykk@rock-chips.com>

Hi Mark,

Am Freitag, 29. Januar 2016, 14:42:48 schrieb Yakir Yang:
> Here are a brief introduction to Innosilicon HDMI IP:
>   - Support HDMI 1.4a, HDCP 1.2 and DVI 1.0 standard compliant transmitter
>   - Support HDMI1.4 a/b 3D function defined in HDMI 1.4 a/b spec
>   - Digital video interface supports a pixel size of 24, 30, 36, 48bits
> color depth in RGB - S/PDIF output supports PCM, Dolby Digital, DTS digital
> audio transmission (32-192kHz Fs) using IEC60958 and IEC 61937
>   - The EDID and CEC function are also supported by Innosilicon HDMI
> Transmitter Controlle

do you plan on picking up this two patches soon? It seems there were no 
further objections.

Caesar submitted the dts parts but I need to hold off on them until you took 
the driver part :-) .


Thanks
Heiko

  parent reply	other threads:[~2016-02-02 21:37 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-29  6:42 [PATCH v8 0/2] Add Rockchip Inno-HDMI driver Yakir Yang
2016-01-29  6:42 ` Yakir Yang
2016-01-29  6:42 ` Yakir Yang
2016-01-29  6:47 ` [PATCH v8 1/2] drm/rockchip: hdmi: add Innosilicon HDMI support Yakir Yang
2016-01-29  6:47   ` Yakir Yang
2016-01-29  6:47   ` Yakir Yang
2016-01-29  7:20   ` Jean-Francois Moine
2016-01-29  7:20     ` Jean-Francois Moine
2016-01-29  7:20     ` Jean-Francois Moine
2016-02-03  9:34     ` Yakir Yang
2016-02-03  9:34       ` Yakir Yang
2016-02-03  9:34       ` Yakir Yang
2016-01-29  6:49 ` [PATCH v8 2/2] dt-bindings: add document for Innosilicon HDMI on Rockchip platform Yakir Yang
2016-01-29  6:49   ` Yakir Yang
2016-01-29  6:56   ` Mark yao
2016-01-29  7:10 ` [PATCH v8.1 " Yakir Yang
2016-01-29  7:10   ` Yakir Yang
2016-01-29  7:10   ` Yakir Yang
2016-02-02 21:37 ` Heiko Stübner [this message]
2016-02-02 21:37   ` [PATCH v8 0/2] Add Rockchip Inno-HDMI driver Heiko Stübner
2016-02-02 21:37   ` Heiko Stübner
2016-02-03  9:44 ` [PATCH v8.1 1/2] drm/rockchip: hdmi: add Innosilicon HDMI support Yakir Yang
2016-02-03  9:44   ` Yakir Yang
2016-02-03  9:44   ` Yakir Yang
     [not found]   ` <1454492697-7837-1-git-send-email-ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17 21:00     ` Heiko Stuebner
2016-02-17 21:00       ` Heiko Stuebner
2016-02-17 21:00       ` Heiko Stuebner
2016-02-18  2:54       ` Mark yao
2016-02-18  2:54         ` Mark yao
2016-02-18  2:54         ` Mark yao
     [not found] ` <1454049768-30872-1-git-send-email-ykk-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-16  0:44   ` [PATCH v8 0/2] Add Rockchip Inno-HDMI driver Mark yao
2016-02-16  0:44     ` Mark yao
2016-02-16  0:44     ` Mark yao
2016-02-16 14:35     ` Heiko Stuebner
2016-02-16 14:35       ` Heiko Stuebner
2016-02-16 14:35       ` Heiko Stuebner
2016-02-18  6:12 ` Mark yao
2016-02-18  6:12   ` Mark yao
2016-02-18  6:12   ` Mark yao
2016-02-18  7:55   ` Yakir Yang
2016-02-18  7:55     ` Yakir Yang

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=33063104.hTo1MPWOYh@diego \
    --to=heiko@sntech.de \
    --cc=benchan@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kmixter@google.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=mark.yao@rock-chips.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=treding@nvidia.com \
    --cc=zhengyang@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.