From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB9FBC31E44 for ; Tue, 11 Jun 2019 22:25:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B378B20866 for ; Tue, 11 Jun 2019 22:25:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=megous.com header.i=@megous.com header.b="iUogNK2F" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391176AbfFKWZm (ORCPT ); Tue, 11 Jun 2019 18:25:42 -0400 Received: from vps.xff.cz ([195.181.215.36]:41794 "EHLO vps.xff.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389575AbfFKWZl (ORCPT ); Tue, 11 Jun 2019 18:25:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1560291939; bh=u1xRqcipnjQfdrJT1iMxqmCOWzuFT5iSpjmBJ/NwAng=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iUogNK2F3RyjngMx4djQtjKewbxnn+Nvf/e84Jaqj+b4bz0KfhOo3Ucmsc62ArP91 AnN9RXuB+r50eNOnii91OJYHduVuqj5nTyOUHPDIYkXghBU6tFTYtNYz9GqOvxApED F0Y3GKdyuZXdNlSiqbjhmi4AahsEzFRbhTeWdtDA= Date: Wed, 12 Jun 2019 00:25:39 +0200 From: =?utf-8?Q?Ond=C5=99ej?= Jirman To: Rob Herring Cc: Mark Rutland , Alexandre Torgue , devicetree@vger.kernel.org, Maxime Ripard , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Chen-Yu Tsai , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, David Airlie , linux-sunxi@googlegroups.com, Jose Abreu , linux-arm-kernel@lists.infradead.org, Daniel Vetter , Giuseppe Cavallaro , "David S. Miller" , Maxime Coquelin Subject: Re: [PATCH v6 4/6] dt-bindings: display: hdmi-connector: Support DDC bus enable Message-ID: <20190611222539.msviqrbptjd5vdji@core.my.home> Mail-Followup-To: Rob Herring , Mark Rutland , Alexandre Torgue , devicetree@vger.kernel.org, Maxime Ripard , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Chen-Yu Tsai , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, David Airlie , linux-sunxi@googlegroups.com, Jose Abreu , linux-arm-kernel@lists.infradead.org, Daniel Vetter , Giuseppe Cavallaro , "David S. Miller" , Maxime Coquelin References: <20190527162237.18495-1-megous@megous.com> <20190527162237.18495-5-megous@megous.com> <20190611215206.GA17759@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190611215206.GA17759@bogus> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jun 11, 2019 at 03:52:06PM -0600, Rob Herring wrote: > On Mon, 27 May 2019 18:22:35 +0200, megous@megous.com wrote: > > From: Ondrej Jirman > > > > Some Allwinner SoC using boards (Orange Pi 3 for example) need to enable > > on-board voltage shifting logic for the DDC bus using a gpio to be able > > to access DDC bus. Use ddc-en-gpios property on the hdmi-connector to > > model this. > > > > Add binding documentation for optional ddc-en-gpios property. > > > > Signed-off-by: Ondrej Jirman > > --- > > .../devicetree/bindings/display/connector/hdmi-connector.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > If a tag was not added on purpose, please state why and what changed. Sorry, it was some mistake. Thanks for the note. regards, Ondrej > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel