Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp1332779img; Tue, 19 Mar 2019 05:35:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqzpps04CRm3PRmVpsPySmSmGvTMyojPbjU+9DjOtfqdksvOrsIU4hRBtl8S9Ui539xSIU0c X-Received: by 2002:a63:ff1d:: with SMTP id k29mr22768702pgi.258.1552998959091; Tue, 19 Mar 2019 05:35:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552998959; cv=none; d=google.com; s=arc-20160816; b=kWy8xiPYjDFN2edJGonlS8w1Lx4GTaDjE1BLzxY5iC9C8b32uY/hBswD/9RqAvzF6T 9yFrYzLXwxY6ul/7pslB+OlCxqR+OZIMhWdHrL548GU87MQMo/lPBBPWte2+GuHWhvcz btCrEgwya6I1wOK1TdmuILbQB8KO1eB1Av3ulrzx2yRzXneCWouzkH95DyFoeZsazH2B Z/A3jivV3EBHSV/WS/cArBlUgKPZiIqYhPJecJ2QY3m5cD9ZhhpwMbbLWAYeaQgXbAX/ qY4kVXh7JGK/IrnLxmbTTGK3Tg5eL88M6y/dzS6M+6vCBUFJEMlU1kIZDDarn/TvDttY fMWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=B9FZCp5XrqbZ4OYrX9igHOFCsCAsGqAXwmIfQt270BE=; b=wFjNJjzhxXM/b3ggogLDsY3o8geoSitoGQYh+HSJd/weL01lJ6NH72X2zzFSsqEKzq KLn6K8V92+0z53TeBMb125NxYNTT1oyIWKKlpPYyfroyycT/14L6gEQEMgU6bzfcb8kv kCFiUoMUnMazBpBSuMgSdCVYwVMWmmHmdvj4lNbGMzBj12ozDuq7vSgpX7uvCkL/v9DC kpN62fPR4LXIneohmE+JfCIsG4RAfm1tfQsIHH3qWJOLNw+4/6yyPuLkQNh0x4IsV9oN X9Uu61qKtR0i4HGBXMxznmQABqMLY9MlCMGt+ZR5Aes9cCuVRjHZITojPEflRtimvV0C 06Bw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n5si11559477pff.191.2019.03.19.05.35.43; Tue, 19 Mar 2019 05:35:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727386AbfCSMet (ORCPT + 99 others); Tue, 19 Mar 2019 08:34:49 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:40029 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726002AbfCSMes (ORCPT ); Tue, 19 Mar 2019 08:34:48 -0400 X-Originating-IP: 90.88.22.102 Received: from localhost (aaubervilliers-681-1-80-102.w90-88.abo.wanadoo.fr [90.88.22.102]) (Authenticated sender: maxime.ripard@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 62583240009; Tue, 19 Mar 2019 12:34:46 +0000 (UTC) Date: Tue, 19 Mar 2019 13:34:45 +0100 From: Maxime Ripard To: =?utf-8?B?TcOlbnMgUnVsbGfDpXJk?= Cc: David Airlie , Chen-Yu Tsai , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/sun4i: hdmi: add support for ddc-i2c-bus property Message-ID: <20190319123445.w6q7vzr3qtgkejwj@flea> References: <20190311134713.25876-1-mans@mansr.com> <20190311154702.eslw5ccol44vxcmy@flea> <20190314154105.o6r7hzeuiyajxh7v@flea> <20190318155013.lge2x2cp5hvyz52f@flea> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="65awkqhk6g6qdmec" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --65awkqhk6g6qdmec Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 18, 2019 at 04:23:56PM +0000, M=E5ns Rullg=E5rd wrote: > Maxime Ripard writes: > > > On Thu, Mar 14, 2019 at 04:09:13PM +0000, M=E5ns Rullg=E5rd wrote: > >> Maxime Ripard writes: > >> > >> > On Mon, Mar 11, 2019 at 04:11:06PM +0000, M=E5ns Rullg=E5rd wrote: > >> >> Maxime Ripard writes: > >> >> > >> >> > Hi! > >> >> > > >> >> > On Mon, Mar 11, 2019 at 01:47:13PM +0000, Mans Rullgard wrote: > >> >> >> Sometimes it is desirabled to use a separate i2c controller for = ddc > >> >> >> access. This adds support for the ddc-i2c-bus property of the > >> >> >> hdmi-connector node, using the specified controller if provided. > >> >> >> > >> >> >> Signed-off-by: Mans Rullgard > >> >> >> --- > >> >> >> drivers/gpu/drm/sun4i/sun4i_hdmi.h | 1 + > >> >> >> drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 37 +++++++++++++++++++= ++++--- > >> >> >> 2 files changed, 35 insertions(+), 3 deletions(-) > >> >> >> > >> >> >> diff --git a/drivers/gpu/drm/sun4i/sun4i_hdmi.h b/drivers/gpu/dr= m/sun4i/sun4i_hdmi.h > >> >> >> index b685ee11623d..b08c4453d47c 100644 > >> >> >> --- a/drivers/gpu/drm/sun4i/sun4i_hdmi.h > >> >> >> +++ b/drivers/gpu/drm/sun4i/sun4i_hdmi.h > >> >> >> @@ -269,6 +269,7 @@ struct sun4i_hdmi { > >> >> >> struct clk *tmds_clk; > >> >> >> > >> >> >> struct i2c_adapter *i2c; > >> >> >> + struct i2c_adapter *ddc_i2c; > >> >> >> > >> >> >> /* Regmap fields for I2C adapter */ > >> >> >> struct regmap_field *field_ddc_en; > >> >> >> diff --git a/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c b/drivers/gp= u/drm/sun4i/sun4i_hdmi_enc.c > >> >> >> index 061d2e0d9011..5b2fac79f5d6 100644 > >> >> >> --- a/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c > >> >> >> +++ b/drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c > >> >> >> @@ -212,7 +212,7 @@ static int sun4i_hdmi_get_modes(struct drm_c= onnector *connector) > >> >> >> struct edid *edid; > >> >> >> int ret; > >> >> >> > >> >> >> - edid =3D drm_get_edid(connector, hdmi->i2c); > >> >> >> + edid =3D drm_get_edid(connector, hdmi->ddc_i2c ?: hdmi->i2c); > >> >> > > >> >> > You can't test whether ddc_i2c is NULL or not... > >> >> > > >> >> >> if (!edid) > >> >> >> return 0; > >> >> >> > >> >> >> @@ -228,6 +228,28 @@ static int sun4i_hdmi_get_modes(struct drm_= connector *connector) > >> >> >> return ret; > >> >> >> } > >> >> >> > >> >> >> +static struct i2c_adapter *sun4i_hdmi_get_ddc(struct device *de= v) > >> >> >> +{ > >> >> >> + struct device_node *phandle, *remote; > >> >> >> + struct i2c_adapter *ddc; > >> >> >> + > >> >> >> + remote =3D of_graph_get_remote_node(dev->of_node, 1, -1); > >> >> >> + if (!remote) > >> >> >> + return ERR_PTR(-EINVAL); > >> >> >> + > >> >> >> + phandle =3D of_parse_phandle(remote, "ddc-i2c-bus", 0); > >> >> >> + of_node_put(remote); > >> >> >> + if (!phandle) > >> >> >> + return NULL; > >> >> >> + > >> >> >> + ddc =3D of_get_i2c_adapter_by_node(phandle); > >> >> >> + of_node_put(phandle); > >> >> >> + if (!ddc) > >> >> >> + return ERR_PTR(-EPROBE_DEFER); > >> >> >> + > >> >> >> + return ddc; > >> >> > > >> >> > ... Since even in (most) error cases you're returning a !NULL poi= nter. > >> >> > > >> >> >> +} > >> >> >> + > >> >> >> static const struct drm_connector_helper_funcs sun4i_hdmi_conne= ctor_helper_funcs =3D { > >> >> >> .get_modes =3D sun4i_hdmi_get_modes, > >> >> >> }; > >> >> >> @@ -575,6 +597,12 @@ static int sun4i_hdmi_bind(struct device *d= ev, struct device *master, > >> >> >> goto err_disable_mod_clk; > >> >> >> } > >> >> >> > >> >> >> + hdmi->ddc_i2c =3D sun4i_hdmi_get_ddc(dev); > >> >> >> + if (IS_ERR(hdmi->ddc_i2c)) { > >> >> > >> >> ... which is checked here. > >> >> > >> >> The property is optional, so the idea was to return null in that ca= se > >> >> and use the built-in controller. If the property exists but some e= rror > >> >> occurs, we want to abort rather than proceed with the fallback which > >> >> almost certainly won't work. > >> >> > >> >> Maybe I got something wrong in that logic. > >> > > >> > Indeed, I just got confused. I guess returning ENODEV in such a case, > >> > and testing for that, would make things more obvious. > >> > >> There's also a case I hadn't thought of: property exists but isn't a > >> valid phandle. What do you think is the correct action in that case? > > > > I think we would have that one covered. of_parse_phandle will return > > !NULL, but then of_get_i2c_adapter_by_node will return NULL since we > > wouldn't have an associated i2c adapter to the bogus phandle, and you > > are checking for that already. > > of_parse_phandle() doesn't differentiate between a missing property and > an existing non-phandle value. The following cases are possible with > this patch: > > - ddc-i2c-bus points to valid i2c controller node: use this for ddc > - no ddc-i2c-bus property: return NULL, use internal i2c > - ddc-i2c-bus exists but isn't a phandle: likewise > - ddc-i2c-bus points to a non-i2c-controller node: EPROBE_DEFER > > The last two cases obviously mean the devicetree is invalid, so perhaps > it doesn't matter much what happens then. I don't think it's possible > to distinguish between a well-formed phandle pointing to some bogus node > and a good one where the i2c driver hasn't been probed yet. Ah, I see what you mean now. Yeah, there's not much we can do against a wrong / corrupted DT. The DT validation would help prevent the third case, and possibly the fourth, but that's basically the only thing we can do. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --65awkqhk6g6qdmec Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXJDh5QAKCRDj7w1vZxhR xc2nAQCN5Dpljt2nuzaKVXOpsbuseQ0CQ4hA1YUUNRx7mQkRrQD+MefbdGOLOQov cmFt0dtQx6m1sCoYigKP5jaWeo4QEA8= =z/J0 -----END PGP SIGNATURE----- --65awkqhk6g6qdmec--