Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752326AbbHJMuk (ORCPT ); Mon, 10 Aug 2015 08:50:40 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:34762 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751304AbbHJMui (ORCPT ); Mon, 10 Aug 2015 08:50:38 -0400 Date: Mon, 10 Aug 2015 14:49:48 +0200 From: Thierry Reding To: Srinivas Kandagatla Cc: dri-devel@lists.freedesktop.org, robdclark@gmail.com, David Airlie , linux-kernel@vger.kernel.org, Rob Herring , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH RFC 4/5] drm/msm/hdmi: deprecate non standard clock-names Message-ID: <20150810124947.GD1262@ulmo.nvidia.com> References: <1439207923-30812-1-git-send-email-srinivas.kandagatla@linaro.org> <1439207989-30986-1-git-send-email-srinivas.kandagatla@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jYUWvSWTDpDT74zJ" Content-Disposition: inline In-Reply-To: <1439207989-30986-1-git-send-email-srinivas.kandagatla@linaro.org> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3165 Lines: 80 --jYUWvSWTDpDT74zJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 10, 2015 at 12:59:49PM +0100, Srinivas Kandagatla wrote: > This patch updates the bindings to discourage the usage of non standard > clock names, this will help in projects focused on upstreaming. >=20 > These deprecated properties are still supported but will be remove over > the time. >=20 > Signed-off-by: Srinivas Kandagatla > --- > Documentation/devicetree/bindings/drm/msm/hdmi.txt | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/drm/msm/hdmi.txt b/Documen= tation/devicetree/bindings/drm/msm/hdmi.txt > index 6dc202e..6fbfdd8 100644 > --- a/Documentation/devicetree/bindings/drm/msm/hdmi.txt > +++ b/Documentation/devicetree/bindings/drm/msm/hdmi.txt > @@ -12,16 +12,16 @@ Required properties: > - clocks: device clocks > - clock-names: Corresponding name for each entry in the clocks property. > for "qcom,hdmi-tx-8960" compatible names should be > - "core_clk" > - "master_iface_clk" > - "slave_iface_clk" > + "core_clk" is deprecated, use "core" instead > + "master_iface_clk" is deprecated, use "master_iface" instead > + "slave_iface_clk" is deprecated, use "slave_iface" instead > =20 > for "qcom,hdmi-tx-8084" and "qcom,hdmi-tx-8074" compatible names should= be > - "extp_clk" > - "alt_iface_clk" > - "iface_clk" > - "core_clk" > - "mdp_core_clk" > + "extp_clk" is deprecated, use "extp" instead > + "alt_iface_clk" is deprecated, use "alt_iface" intstead > + "iface_clk" is deprecated, use "iface" instead > + "core_clk" is deprecated, use "core" instead > + "mdp_core_clk" is deprecated, use "mdp_core" instead Shouldn't there be a driver counterpart of this to accept the new names? Otherwise people could be switching the DTS to the new value, but the driver won't find the clocks it's looking for. Thierry --jYUWvSWTDpDT74zJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJVyJ3rAAoJEN0jrNd/PrOhYisP/2iVwZeWk/lCOBx0yjnDO9vb sKhg+Kc1RD3eU1kYagwCasGueRnweITaIFfPmRQ814mfr4g4/JurxUljIAAqeyHC Q2zqHffnCepU00spdfek1Rmo05vD6nbeuuW6pCy/AbL6ZgakFESBRvW0eSQJm0Uz nrUqJUEYbNtpSiY0ACkmxIDeJglwQRLUNk/U/s/DWtKuhvNUNQT1djXd/HEQXg7l 6LM8w7LUaCx8a9B36mAxrdHwUlpsCOEFx3RlcnaNKTKa/+MoCw8qR3PDKOjpv9Nd knGWLJYxn9ovDdmixCjSPqqRkx8PEhjkZdT948Be3x3z/gcDde8OOsHcFj4eR0hT AaCdJ+gsP696YbURFsFUndwJWT00gt6hWUQ6lRBRKHGt9Jyfcntj/2aJAmPpQN/m mNyCDi+8fSedhPORqGwkko0q2EV3FgfEQXRvgEqb1wU3TYN8u5sKyY22B5fUZHO0 pjnJdRaoYaixPwtLvlte7sJOa5goA6qxEGSSxpSR8+7WZEwsaEEFq1gxeY5jEwJA HAO6JTxr8o434JkXIqPMkFCyCPgY8NzmJo4HqQgM0HX8dZTCjU/17hmyoB/LB5ql Q2WATFtJpSX2JPtQSAeYJdizLBmfUNJnOtcaoSq6fpqm2fosenlrjL0KSqrUZKJS KNSPEzCXDMg6IU76CkS6 =e8xk -----END PGP SIGNATURE----- --jYUWvSWTDpDT74zJ-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/