From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934043AbcIFJMb (ORCPT ); Tue, 6 Sep 2016 05:12:31 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34881 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753716AbcIFJM1 (ORCPT ); Tue, 6 Sep 2016 05:12:27 -0400 Date: Tue, 6 Sep 2016 11:12:24 +0200 From: Thierry Reding To: Maxime Ripard Cc: Icenowy Zheng , Daniel Vetter , David Airlie , Chen-Yu Tsai , Hans de Goede , Thomas Petazzoni , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , "linux-sunxi@googlegroups.com" , Rob Herring , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel Message-ID: <20160906091224.GC15644@ulmo.ba.sec> References: <20160901153204.11217-1-maxime.ripard@free-electrons.com> <20160901153204.11217-5-maxime.ripard@free-electrons.com> <66681473008583@web28j.yandex.ru> <20160905200248.GB8596@lukather> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Content-Disposition: inline In-Reply-To: <20160905200248.GB8596@lukather> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 05, 2016 at 10:02:48PM +0200, Maxime Ripard wrote: > Hi, >=20 > On Mon, Sep 05, 2016 at 01:03:03AM +0800, Icenowy Zheng wrote: > > Hi Everyone, > >=20 > > 01.09.2016, 23:40, "Maxime Ripard" : > > > =C2=A0The SinA33 has an unidentified panel. Add the timings for it un= der a new > > > =C2=A0compatible. > >=20 > >=20 > >=20 > > Excuse me... > > I will ask a question which is not fully related to the patch here... > > If I want to add a generic panel for Q8 tablets, what should it be call= ed? > > "allwinner,q8-lcd-panel-800x480"? >=20 > I guess it's more of a question for Thierry, but it seems like the > trend is to put the diagonal rather than the resolution in the > compatibles. Compatible strings should contain the model number of the panel. There is no such thing as a "generic panel for Q8 tablets". Also, how is it that these panels are unidentified? Has nobody tried to open them up and look at the panel to find a model number? Thierry --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJXzoh4AAoJEN0jrNd/PrOh7tgQAJKWtEB02gq6XzAt728xL7nD jU9iGyuFwFre0bLGxU25jVp8u7wn7xnkzHbL/jmbGaqXFpOje/DJb6QoAaLxwvu+ 3v/gbEcM8f2GcP2IENWsMRqmv0Dab7YBSILjZ92LyBVCPC5ADhDVKRdRnw74Hmld oBh4bztITzTP7RhMZccZxN8ZGLdGj3E2pgjnOBoyXJzs6qWrQ6lalzDSAYP7EfaT xcn6yoAH5K+WeOYz0bFO1dM9dIqLdzgxpI7Hx1NaCgRpXlyO6sb4X7OCYzaauDq0 n9hPJDIN2BmzZfH96MbmJrDWvpTE4Tpk/mnONMgxyTZUPwKrvrE6I40L8gbVUYpi jsRkAEsKgfj2ap/RX2Mk/Wl/JJoHQISVPQwOkZrCyM7i07QvgSGlUQryMO3r7TqA h4f07LlCSC9NEhhRF9AbbHcrSyYaDp9sv2Svj6W3r+1JypagobJB+xsPgA9ctTLZ nhyfSBcBYowCq0vqJTHozKHSJjioY3UwKwv7au730dELuUp8TMEd2yyHDjbxmicc enUc61RWOhCEv+YvXqPJNEpcAAm076jOymw+OTUfuAI/mbYntRh+POIQS9Xyj8tB t6eCaVowi48h3ujVFTDeoQIhbrzSCBhS9yAlBrcFafel7PqRggpJz9hAWBs7Id8r cw/eRWB8UonzQIo/N/8B =Z1m4 -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: thierry.reding@gmail.com (Thierry Reding) Date: Tue, 6 Sep 2016 11:12:24 +0200 Subject: [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel In-Reply-To: <20160905200248.GB8596@lukather> References: <20160901153204.11217-1-maxime.ripard@free-electrons.com> <20160901153204.11217-5-maxime.ripard@free-electrons.com> <66681473008583@web28j.yandex.ru> <20160905200248.GB8596@lukather> Message-ID: <20160906091224.GC15644@ulmo.ba.sec> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Sep 05, 2016 at 10:02:48PM +0200, Maxime Ripard wrote: > Hi, > > On Mon, Sep 05, 2016 at 01:03:03AM +0800, Icenowy Zheng wrote: > > Hi Everyone, > > > > 01.09.2016, 23:40, "Maxime Ripard" : > > > ?The SinA33 has an unidentified panel. Add the timings for it under a new > > > ?compatible. > > > > > > > > Excuse me... > > I will ask a question which is not fully related to the patch here... > > If I want to add a generic panel for Q8 tablets, what should it be called? > > "allwinner,q8-lcd-panel-800x480"? > > I guess it's more of a question for Thierry, but it seems like the > trend is to put the diagonal rather than the resolution in the > compatibles. Compatible strings should contain the model number of the panel. There is no such thing as a "generic panel for Q8 tablets". Also, how is it that these panels are unidentified? Has nobody tried to open them up and look at the panel to find a model number? Thierry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel Date: Tue, 6 Sep 2016 11:12:24 +0200 Message-ID: <20160906091224.GC15644@ulmo.ba.sec> References: <20160901153204.11217-1-maxime.ripard@free-electrons.com> <20160901153204.11217-5-maxime.ripard@free-electrons.com> <66681473008583@web28j.yandex.ru> <20160905200248.GB8596@lukather> Reply-To: thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20160905200248.GB8596@lukather> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Maxime Ripard Cc: Icenowy Zheng , Daniel Vetter , David Airlie , Chen-Yu Tsai , Hans de Goede , Thomas Petazzoni , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org" , "linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org" , Rob Herring , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: dri-devel@lists.freedesktop.org --0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 05, 2016 at 10:02:48PM +0200, Maxime Ripard wrote: > Hi, >=20 > On Mon, Sep 05, 2016 at 01:03:03AM +0800, Icenowy Zheng wrote: > > Hi Everyone, > >=20 > > 01.09.2016, 23:40, "Maxime Ripard" : > > > =C2=A0The SinA33 has an unidentified panel. Add the timings for it un= der a new > > > =C2=A0compatible. > >=20 > >=20 > >=20 > > Excuse me... > > I will ask a question which is not fully related to the patch here... > > If I want to add a generic panel for Q8 tablets, what should it be call= ed? > > "allwinner,q8-lcd-panel-800x480"? >=20 > I guess it's more of a question for Thierry, but it seems like the > trend is to put the diagonal rather than the resolution in the > compatibles. Compatible strings should contain the model number of the panel. There is no such thing as a "generic panel for Q8 tablets". Also, how is it that these panels are unidentified? Has nobody tried to open them up and look at the panel to find a model number? Thierry --=20 You received this message because you are subscribed to the Google Groups "= linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/d/optout. --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJXzoh4AAoJEN0jrNd/PrOh7tgQAJKWtEB02gq6XzAt728xL7nD jU9iGyuFwFre0bLGxU25jVp8u7wn7xnkzHbL/jmbGaqXFpOje/DJb6QoAaLxwvu+ 3v/gbEcM8f2GcP2IENWsMRqmv0Dab7YBSILjZ92LyBVCPC5ADhDVKRdRnw74Hmld oBh4bztITzTP7RhMZccZxN8ZGLdGj3E2pgjnOBoyXJzs6qWrQ6lalzDSAYP7EfaT xcn6yoAH5K+WeOYz0bFO1dM9dIqLdzgxpI7Hx1NaCgRpXlyO6sb4X7OCYzaauDq0 n9hPJDIN2BmzZfH96MbmJrDWvpTE4Tpk/mnONMgxyTZUPwKrvrE6I40L8gbVUYpi jsRkAEsKgfj2ap/RX2Mk/Wl/JJoHQISVPQwOkZrCyM7i07QvgSGlUQryMO3r7TqA h4f07LlCSC9NEhhRF9AbbHcrSyYaDp9sv2Svj6W3r+1JypagobJB+xsPgA9ctTLZ nhyfSBcBYowCq0vqJTHozKHSJjioY3UwKwv7au730dELuUp8TMEd2yyHDjbxmicc enUc61RWOhCEv+YvXqPJNEpcAAm076jOymw+OTUfuAI/mbYntRh+POIQS9Xyj8tB t6eCaVowi48h3ujVFTDeoQIhbrzSCBhS9yAlBrcFafel7PqRggpJz9hAWBs7Id8r cw/eRWB8UonzQIo/N/8B =Z1m4 -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3--