From patchwork Mon Sep 19 07:09:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 9338635 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 922CC607D0 for ; Mon, 19 Sep 2016 07:09:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8171D28AB7 for ; Mon, 19 Sep 2016 07:09:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7614028ABA; Mon, 19 Sep 2016 07:09:51 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id F3FA428AB7 for ; Mon, 19 Sep 2016 07:09:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6ECBF6E217; Mon, 19 Sep 2016 07:09:42 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by gabe.freedesktop.org (Postfix) with ESMTPS id 991696E20D for ; Mon, 19 Sep 2016 07:09:39 +0000 (UTC) Received: from paszta.hi.pengutronix.de ([2001:67c:670:100:96de:80ff:fec2:9969] helo=paszta) by metis.ext.pengutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1blshk-0001bX-BO; Mon, 19 Sep 2016 09:09:28 +0200 Message-ID: <1474268965.3117.9.camel@pengutronix.de> Subject: Re: [PATCH v6] drm: bridge/dw_hdmi: add dw hdmi i2c bus adapter support From: Philipp Zabel To: Vladimir Zapolskiy Date: Mon, 19 Sep 2016 09:09:25 +0200 In-Reply-To: References: <1472017597-11221-1-git-send-email-vladimir_zapolskiy@mentor.com> <20160829155006.GA27342@rob-hp-laptop> <749c8858-9fd2-dcbc-d980-1652c4682e31@mentor.com> <1474039310.2491.77.camel@pengutronix.de> X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: dri-devel@lists.freedesktop.org Cc: devicetree@vger.kernel.org, Daniel Vetter , dri-devel@lists.freedesktop.org, Russell King X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Am Freitag, den 16.09.2016, 20:38 +0300 schrieb Vladimir Zapolskiy: > Hi Philipp, [...] > >> as far as I know David accepts pull requests from you, can you please > >> create and send a pull request for v4.9 containing these changes? > >> > >> https://patchwork.kernel.org/patch/9284717/ -- with Russell's ack > > > > Is that a forward looking statement? I don't see Russell's ack. > > Here it is: http://www.spinics.net/lists/dri-devel/msg115880.html Thank you. > Please don't bother about two other commits from that series, at least > there are official maintainers for the changes. And by the way please > consider to add youself as a maintainer of DW HDMI. > > >> https://patchwork.kernel.org/patch/9296883/ -- with Rob's ack and yours tested-by > >> > >> Some users anticipate this change, for example see https://lkml.org/lkml/2016/9/14/55 > > > > Those I see. I can re-test and prepare a pull request. Re-tested on Nitrogen6X with this patch applied: ----------8<---------- ---------->8---------- I'll send a pull request shortly. regards Philipp diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi index 97d9c33..5d60c14 100644 --- a/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi +++ b/arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi @@ -292,7 +292,6 @@ }; &hdmi { - ddc-i2c-bus = <&i2c2>; status = "okay"; }; @@ -439,8 +438,8 @@ pinctrl_i2c2: i2c2grp { fsl,pins = < - MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1 - MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1 + MX6QDL_PAD_KEY_COL3__HDMI_TX_DDC_SCL 0x4001b8b1 + MX6QDL_PAD_KEY_ROW3__HDMI_TX_DDC_SDA 0x4001b8b1 >; };