From patchwork Tue Jan 6 11:49:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 5573371 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F1AF6BF6C3 for ; Tue, 6 Jan 2015 11:50:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1DD7E201CE for ; Tue, 6 Jan 2015 11:50:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 76339201B4 for ; Tue, 6 Jan 2015 11:50:21 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y8SeR-0003z7-Pi; Tue, 06 Jan 2015 11:50:19 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Y8SeO-0002jz-T9 for linux-rockchip@lists.infradead.org; Tue, 06 Jan 2015 11:50:18 +0000 Received: from ip545477c2.speed.planet.nl ([84.84.119.194] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1Y8SdO-0007ql-CC; Tue, 06 Jan 2015 12:49:14 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Andy Yan , Philipp Zabel Subject: Re: [PATCH v18 0/12] dw-hdmi: convert imx hdmi to bridge/dw_hdmi Date: Tue, 06 Jan 2015 12:49:07 +0100 Message-ID: <1956639.ADgYrPHa6L@phil> User-Agent: KMail/4.14.2 (Linux/3.16-3-amd64; KDE/4.14.1; x86_64; ; ) In-Reply-To: <5481DDF2.6010700@rock-chips.com> References: <1417760564-16858-1-git-send-email-andy.yan@rock-chips.com> <1417787724.3227.10.camel@pengutronix.de> <5481DDF2.6010700@rock-chips.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150106_035017_121801_6E67F785 X-CRM114-Status: GOOD ( 13.62 ) X-Spam-Score: -0.0 (/) Cc: Mark Rutland , airlied@linux.ie, dri-devel@lists.freedesktop.org, ykk@rock-chips.com, devel@driverdev.osuosl.org, Pawel Moll , linux-rockchip@lists.infradead.org, Grant Likely , Dave Airlie , jay.xu@rock-chips.com, devicetree@vger.kernel.org, Zubair.Kakakhel@imgtec.com, Arnd Bergmann , Ian Campbell , Inki Dae , Rob Herring , Sean Paul , rmk+kernel@arm.linux.org.uk, mark.yao@rock-chips.com, fabio.estevam@freescale.com, Josh Boyer , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, djkurtz@google.com, Kumar Gala , Shawn Guo , vladimir_zapolskiy@mentor.com, Lucas Stach X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Philipp, Am Samstag, 6. Dezember 2014, 00:31:46 schrieb Andy Yan: > > I am happy with the series so far. Pending Acks from the device tree > > maintainers for the new binding documents, I'd like to apply either the > > whole of it on top of > > > > git://git.pengutronix.de/git/pza/linux.git imx-drm/next > > > > or take at least the i.MX specific patches (1-5) because of the > > dependency on the imx-drm OF helper conversion. do you still want to take this series? As for the devicetree ACK, there is this (unwritten) rule that if the dt-maintainers do not respond after 3 weeks (and a ping mail to them) it should be considered acked. As this version of the series is sitting on the lists for a month now and nobody complained during the other 17 versions as well, I think we should be on the safe side :-) There is one slight catch. Patch 3 needs a little modification, as the THIS_MODULE ower of the imx_hdmi got meanwhile cleaned up. So the patch would need to be modified as shown by the diff at the bottom. I'm not sure if you want Andy to repost the whole series again but I'll just post my fixed variant as reply to the origin v18 of patch 3 for convenience. Heiko -------------- 8< ---------------- --- "[PATCH v18 03_12] drm_imx_imx-hdmi_convert imx-hdmi to drm_bridge mode.mbox.old" 2015-01-06 12:33:52.000000000 +0100 +++ "[PATCH v18 03_12] drm_imx_imx-hdmi_convert imx-hdmi to drm_bridge mode.mbox" 2015-01-04 22:17:20.000000000 +0100 @@ -511,7 +511,7 @@ { struct imx_hdmi *hdmi = dev_get_drvdata(dev); -@@ -1723,42 +1682,17 @@ static void imx_hdmi_unbind(struct device *dev, struct device *master, +@@ -1723,41 +1682,17 @@ static void imx_hdmi_unbind(struct device *dev, struct device *master, hdmi_writeb(hdmi, ~0, HDMI_IH_MUTE_PHY_STAT0); hdmi->connector.funcs->destroy(&hdmi->connector); @@ -544,7 +544,6 @@ - .remove = imx_hdmi_platform_remove, - .driver = { - .name = "imx-hdmi", -- .owner = THIS_MODULE, - .of_match_table = imx_hdmi_dt_ids, - }, -};