All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: "Heiko Stübner" <heiko@sntech.de>
Cc: Pierre-Hugues Husson <phh@phh.me>,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-media@vger.kernel.org
Subject: Re: [PATCH] pinctrl: rockchip: Add iomux-route switching support for rk3288
Date: Fri, 20 Oct 2017 09:44:55 +0200	[thread overview]
Message-ID: <68b8765d-3d55-3fdd-e23e-776e978c38bd@xs4all.nl> (raw)
In-Reply-To: <2040825.vRYCsv903Y@diego>

On 20/10/17 09:38, Heiko Stübner wrote:
> Hi Hans,
> 
> Am Freitag, 20. Oktober 2017, 09:28:58 CEST schrieb Hans Verkuil:
>> On 14/10/17 17:39, Heiko Stuebner wrote:
>>> So far only the hdmi cec supports using one of two different pins
>>> as source, so add the route switching for it.
>>>
>>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>>
>> Just tested this on my firefly reload and it works great!
>>
>> Tested-by: Hans Verkuil <hans.verkuil@cisco.com>
> 
> oh cool. I really only wrote this based on the soc manual,
> so it actually surprises me, that it works on the first try :-)

One note though: I've only tested it on my Firefly Reload. I don't have a
regular Firefly, so I can't be certain it works there. Just covering my ass
here :-)

> 
>> I'll post some dts patches later today to fully bring up the first HDMI
>> output on the Firefly Reload.
>>
>> Will you process this patch further to get it mainlined?
> 
> Yep, I'll do that.

Thanks!

Regards,

	Hans

WARNING: multiple messages have this Message-ID (diff)
From: hverkuil@xs4all.nl (Hans Verkuil)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] pinctrl: rockchip: Add iomux-route switching support for rk3288
Date: Fri, 20 Oct 2017 09:44:55 +0200	[thread overview]
Message-ID: <68b8765d-3d55-3fdd-e23e-776e978c38bd@xs4all.nl> (raw)
In-Reply-To: <2040825.vRYCsv903Y@diego>

On 20/10/17 09:38, Heiko St?bner wrote:
> Hi Hans,
> 
> Am Freitag, 20. Oktober 2017, 09:28:58 CEST schrieb Hans Verkuil:
>> On 14/10/17 17:39, Heiko Stuebner wrote:
>>> So far only the hdmi cec supports using one of two different pins
>>> as source, so add the route switching for it.
>>>
>>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>>
>> Just tested this on my firefly reload and it works great!
>>
>> Tested-by: Hans Verkuil <hans.verkuil@cisco.com>
> 
> oh cool. I really only wrote this based on the soc manual,
> so it actually surprises me, that it works on the first try :-)

One note though: I've only tested it on my Firefly Reload. I don't have a
regular Firefly, so I can't be certain it works there. Just covering my ass
here :-)

> 
>> I'll post some dts patches later today to fully bring up the first HDMI
>> output on the Firefly Reload.
>>
>> Will you process this patch further to get it mainlined?
> 
> Yep, I'll do that.

Thanks!

Regards,

	Hans

  reply	other threads:[~2017-10-20  7:44 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-13 22:53 [PATCH 0/3] Enable CEC on rk3399 Pierre-Hugues Husson
2017-10-13 22:53 ` Pierre-Hugues Husson
2017-10-13 22:53 ` [PATCH 1/3] drm: bridge: synopsys/dw-hdmi: Enable cec clock Pierre-Hugues Husson
2017-10-13 22:53   ` Pierre-Hugues Husson
2017-10-14  0:18   ` Fabio Estevam
2017-10-14  0:18     ` Fabio Estevam
2017-10-14 13:21     ` Pierre-Hugues Husson
2017-10-14 13:21       ` Pierre-Hugues Husson
2017-10-14 13:41       ` Fabio Estevam
2017-10-14 13:41         ` Fabio Estevam
2017-10-14  8:16   ` Hans Verkuil
2017-10-14  8:16     ` Hans Verkuil
2017-10-20  7:25     ` Hans Verkuil
2017-10-20  7:25       ` Hans Verkuil
2017-10-20  8:12   ` Russell King - ARM Linux
2017-10-20  8:12     ` Russell King - ARM Linux
2017-10-20 19:21     ` Pierre-Hugues Husson
2017-10-20 19:21       ` Pierre-Hugues Husson
2017-10-13 22:53 ` [PATCH 2/3] arm64: dts: rockchip: add the cec clk for dw-mipi-hdmi on rk3399 Pierre-Hugues Husson
2017-10-13 22:53   ` Pierre-Hugues Husson
2017-10-15 12:13   ` Heiko Stuebner
2017-10-15 12:13     ` Heiko Stuebner
2017-10-13 22:53 ` [PATCH 3/3] arm64: dts: rockchip: enable cec pin for rk3399 firefly Pierre-Hugues Husson
2017-10-13 22:53   ` Pierre-Hugues Husson
2017-10-15 12:13   ` Heiko Stuebner
2017-10-15 12:13     ` Heiko Stuebner
2017-10-14  8:23 ` [PATCH 0/3] Enable CEC on rk3399 Hans Verkuil
2017-10-14  8:23   ` Hans Verkuil
2017-10-14 13:14   ` Pierre-Hugues Husson
2017-10-14 13:14     ` Pierre-Hugues Husson
2017-10-14 14:52     ` Heiko Stuebner
2017-10-14 14:52       ` Heiko Stuebner
2017-10-14 15:39       ` [PATCH] pinctrl: rockchip: Add iomux-route switching support for rk3288 Heiko Stuebner
2017-10-14 15:39         ` Heiko Stuebner
2017-10-20  7:28         ` Hans Verkuil
2017-10-20  7:28           ` Hans Verkuil
2017-10-20  7:38           ` Heiko Stübner
2017-10-20  7:38             ` Heiko Stübner
2017-10-20  7:44             ` Hans Verkuil [this message]
2017-10-20  7:44               ` Hans Verkuil
2017-10-20 16:58               ` Heiko Stübner
2017-10-20 16:58                 ` Heiko Stübner
2017-10-20 16:58                 ` Heiko Stübner
2017-10-15 10:31       ` [PATCH 0/3] Enable CEC on rk3399 Hans Verkuil
2017-10-15 10:31         ` Hans Verkuil
2017-10-15 11:13         ` Heiko Stuebner
2017-10-15 11:13           ` Heiko Stuebner
2017-10-15 11:13           ` Heiko Stuebner
2017-10-21  8:53 [PATCH] pinctrl: rockchip: Add iomux-route switching support for rk3288 Heiko Stuebner
2017-10-31  9:14 ` Linus Walleij

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=68b8765d-3d55-3fdd-e23e-776e978c38bd@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=phh@phh.me \
    /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.