From patchwork Sat Jun 8 14:12:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 10983203 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2D5C114B6 for ; Sat, 8 Jun 2019 14:13:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1C55528B4D for ; Sat, 8 Jun 2019 14:13:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 10EAB28B53; Sat, 8 Jun 2019 14:13:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8D6FE28B8E for ; Sat, 8 Jun 2019 14:13:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726984AbfFHONC (ORCPT ); Sat, 8 Jun 2019 10:13:02 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:39402 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726227AbfFHONC (ORCPT ); Sat, 8 Jun 2019 10:13:02 -0400 Received: from localhost.localdomain (unknown [IPv6:2a02:a03f:44f0:8500:ca05:8177:199c:fed4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4326E5D; Sat, 8 Jun 2019 16:13:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1560003180; bh=X2/JVVfXS1x08ZUXukgr/dKfXIosmPbD2c0O9DtaWNY=; h=From:To:Cc:Subject:Date:From; b=MpXZEqat3Q/YlVPEkXLNlr5/+tUHYld3Sy+Z+l/tR8Zyf04EjjNJ+TqFJgCDDTohj AQqRKjMnSmJUblDYJZ0FlXI321jaL/IgRgkPMABQCvHLyIH7s5ejypFWMSYmjQfG32 3V+bKOO8rBR6/oj0kseU0P0WIEsMe0kzuiLLIqOE= From: Laurent Pinchart To: dri-devel@lists.freedesktop.org Cc: linux-renesas-soc@vger.kernel.org Subject: [PATCH 1/2] drm: panels: Add MAINTAINERS entry for LVDS panel driver Date: Sat, 8 Jun 2019 17:12:41 +0300 Message-Id: <20190608141242.17461-1-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As the DRM LVDS panel driver uses a different approach to DT bindings compared to what Thierry Reding advocates, add a specific MAINTAINERS entry to avoid bothering Thierry with requests related to that driver. Signed-off-by: Laurent Pinchart --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7a2f487ea49a..713733afec17 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5021,6 +5021,14 @@ S: Orphan / Obsolete F: drivers/gpu/drm/i810/ F: include/uapi/drm/i810_drm.h +DRM DRIVER FOR LVDS PANELS +M: Laurent Pinchart +L: dri-devel@lists.freedesktop.org +T: git git://anongit.freedesktop.org/drm/drm +S: Maintained +F: drivers/gpu/drm/panel/panel-lvds.c +F: Documentation/devicetree/bindings/display/panel/panel-lvds.txt + DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS S: Orphan / Obsolete F: drivers/gpu/drm/mga/ From patchwork Sat Jun 8 14:12:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 10983201 X-Patchwork-Delegate: kieran@bingham.xyz Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EAFE513AD for ; Sat, 8 Jun 2019 14:13:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D5BF928B4D for ; Sat, 8 Jun 2019 14:13:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CA47328B78; Sat, 8 Jun 2019 14:13:02 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6AAC128B4D for ; Sat, 8 Jun 2019 14:13:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726989AbfFHONC (ORCPT ); Sat, 8 Jun 2019 10:13:02 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:39406 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726984AbfFHONB (ORCPT ); Sat, 8 Jun 2019 10:13:01 -0400 Received: from localhost.localdomain (unknown [IPv6:2a02:a03f:44f0:8500:ca05:8177:199c:fed4]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 81F0D2DF; Sat, 8 Jun 2019 16:13:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1560003180; bh=q3AoJtKW6mKKwOs5V2KUrfDna5Ms9L6OvZfRKU9cFLc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pe74f6HjgZpSd4EgbH3m77D73Ao3LMktH4EbvP301fanSeC7ZfFuonM+kl2HVIyIG 8au1nHJLnKVB2eSiZxpyyHoXkqe0YKUtvoiwQzrMrw3KFFUCyAizWhjGUeaFvHcG5u Ipu0dTm0XjMr7SDpxBUzPi+UxUVvpWxXjMWwKPjw= From: Laurent Pinchart To: dri-devel@lists.freedesktop.org Cc: linux-renesas-soc@vger.kernel.org Subject: [PATCH 2/2] devicetree/bindings: display: Merge panel.txt with panel-common.txt Date: Sat, 8 Jun 2019 17:12:42 +0300 Message-Id: <20190608141242.17461-2-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190608141242.17461-1-laurent.pinchart+renesas@ideasonboard.com> References: <20190608141242.17461-1-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The two files were added concurrently and both store common panel properties. Merge them together. Suggested-by: Emil Velikov Signed-off-by: Laurent Pinchart --- .../devicetree/bindings/display/panel/panel-common.txt | 6 ++++++ Documentation/devicetree/bindings/display/panel/panel.txt | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 Documentation/devicetree/bindings/display/panel/panel.txt diff --git a/Documentation/devicetree/bindings/display/panel/panel-common.txt b/Documentation/devicetree/bindings/display/panel/panel-common.txt index 5d2519af4bb5..cd9d94189d43 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-common.txt +++ b/Documentation/devicetree/bindings/display/panel/panel-common.txt @@ -18,6 +18,12 @@ Descriptive Properties physical area where images are displayed. These properties are expressed in millimeters and rounded to the closest unit. +- rotation: Panels are commonly mounted rotated, with their native orientation + not aligned with the device's orientation. The rotation property specifies + the angle in degrees between the panel's orientation and the device's + orientation (corresponding to a counter-clockwise rotation of the panel). + Valid values are 0, 90, 180 and 270. + - label: The label property specifies a symbolic name for the panel as a string suitable for use by humans. It typically contains a name inscribed on the system (e.g. as an affixed label) or specified in the system's diff --git a/Documentation/devicetree/bindings/display/panel/panel.txt b/Documentation/devicetree/bindings/display/panel/panel.txt deleted file mode 100644 index e2e6867852b8..000000000000 --- a/Documentation/devicetree/bindings/display/panel/panel.txt +++ /dev/null @@ -1,4 +0,0 @@ -Common display properties -------------------------- - -- rotation: Display rotation in degrees counter clockwise (0,90,180,270)