From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757179AbdLVKnh convert rfc822-to-8bit (ORCPT ); Fri, 22 Dec 2017 05:43:37 -0500 Received: from mail3.emtrion.de ([80.150.99.69]:57585 "EHLO mail3.emtrion.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752551AbdLVKnX (ORCPT ); Fri, 22 Dec 2017 05:43:23 -0500 From: =?iso-8859-1?Q?T=FCrk=2C_Jan?= To: "'Rob Herring'" CC: Mark Rutland , Thierry Reding , David Airlie , Russell King , Shawn Guo , Sascha Hauer , Fabio Estevam , =?iso-8859-1?Q?Andreas_F=E4rber?= , Kevin Hilman , Maxime Ripard , Alexandre Belloni , SZ Lin , Greg Kroah-Hartman , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , LinuxArmKernelMailingListe Date: Fri, 22 Dec 2017 11:43:20 +0100 Subject: Re: [PATCH v2 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6 Thread-Topic: [PATCH v2 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6 Thread-Index: AdN7EJghMWiNMORASRqhJtajr73YPw== Message-ID: <95F51F4B902CAC40AF459205F6322F01B7FDFECC3D@BMK019S01.emtrion.local> Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE x-tm-as-product-ver: SMEX-11.0.0.4283-8.100.1062-23546.002 x-tm-as-result: No--19.087600-8.000000-31 x-tm-as-matchedid: 150567-701625-704425-700685-703523-139010-705386-850298-7 02311-704421-700075-110462-700378-702796-704171-702358-702609-700156-702057 -705441-704410-702134-711608-705450-187306-706719-704568-701252-188019-8629 68-862883-703529-148004-148133-24205-42000-42003-63 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Von: Rob Herring [mailto:robh@kernel.org] > Gesendet: Freitag, 22. Dezember 2017 00:00 > Betreff: Re: [PATCH v2 1/5] drm/panel: Add support for the EDT > ETM0700G0BDH6 > > On Wed, Dec 20, 2017 at 02:47:01PM +0100, jan.tuerk@emtrion.com wrote: > > From: Jan Tuerk > > > > The Emerging Display Technology ETM0700G0BDH6 is exactly the same > > display as the ETM0700G0DH6, exept the pixelclock polarity. Therefore > > re-use the ETM0700G0DH6 modes. It is used by default on emtrion Avari > > based development kits. > > As I asked on v1, why not document the panels together in a single doc? As denoted in the cover letter: >The documentation for the EDT display is kept as an extra file currently, >as it is done by the most displays in the documentation. Also a new >new Variant of the EDT already arrived. So merging their documentations >should be discussed separately. I think it will be even a little tricky to find a matching filename for both versions, as the recent ones adding an extra character in the description. Are you expecting sth. like edt,etm0700series.txt? > > > > > Signed-off-by: Jan Tuerk > > --- > > .../bindings/display/panel/edt,etm0700g0bdh6.txt | 9 +++++++++ > > drivers/gpu/drm/panel/panel-simple.c | 15 +++++++++++++++ > > 2 files changed, 24 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/display/panel/edt,etm0700g0bdh6.txt