Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp144746yba; Mon, 1 Apr 2019 03:36:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqx/UWy4qdIm8n2e7IuwwLQQftp8MjbbdScvJTlcLbFfHJZUs5D62TdFeDDQLObtbsivGdbV X-Received: by 2002:a63:5a1d:: with SMTP id o29mr55683998pgb.320.1554115007414; Mon, 01 Apr 2019 03:36:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554115007; cv=none; d=google.com; s=arc-20160816; b=J+7fOV1GRhpFgZ0LwJqtVvPgiHPatpeP1xwxw/GzxJfwWDwnbgVYK6HiCh2jA8xMHY HQsrSusxE1WNl77+6p4iHvWQFHH8qmAGKNHos91f7jHKyooOKsZjAKdfnkDuX0tq0Kkw rKu3pviIYqpy+yac9BTCcCui7KrxQfsiZ8Wo7buzR4j2zghmHy+TJWdgF7ClQqmv2r37 cRsPILY2a8fHeXwPfPZxb7PRNShqexK5JHSU3Sy+rwJw0qWeCflD+jtoypC3P07gfmtJ o8uLp7fPyRw2VBvfIkiskoR7VlZE2SpOaNJrhwsm3h2cseaGYiw0RgpkQ8uXD+PRqQtv mQEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:to:from; bh=dPsiBZkRPtlYMevk9as14R7fSBg8ip87t9Y+FO4aYuE=; b=igBfqu8BfeAelzNvQc7DYeB3OjKSUjzqVvfeplPCwguaMIwT41TyWtpxMQCc5QtZfs 3XDZDgpLqzL8QcR9lcAzY9IkXVgpbApFvhihAtYZeLOwpnfx6H4TWOhjcGxEXu3jCotX wfE1Ns+87EAm8CccoOzD7mELeVKqDIsn6m28oAWqSaIkrFBIfHsNbc7XT8L8BozryN7r Vc/TqQGHM342+RxSaNL7QykJxb8p6t3QyBGwNSazNRcRxfZmkJwr+cf8BVpPheoBiy/B /90LTVi3RVHdd3c05vtiM7chsn6j0q/ml7IetWDDj0CKgA3wqe1unZfDgMnO5GmIlEIF d2+A== 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 o1si2682329pld.269.2019.04.01.03.36.32; Mon, 01 Apr 2019 03:36:47 -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 S1726756AbfDAKfp (ORCPT + 99 others); Mon, 1 Apr 2019 06:35:45 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:35136 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726033AbfDAKfo (ORCPT ); Mon, 1 Apr 2019 06:35:44 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 82C9DFB05; Mon, 1 Apr 2019 12:35:41 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88NIVB1lk3W7; Mon, 1 Apr 2019 12:35:35 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 347D344B5C; Mon, 1 Apr 2019 12:35:35 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Thierry Reding , David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Kevin Hilman , Manivannan Sadhasivam , Shawn Guo , Jagan Teki , Martin Blumenstingl , Johan Hovold , "David S. Miller" , Mauro Carvalho Chehab , Greg Kroah-Hartman , Nicolas Ferre , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Sam Ravnborg Subject: [PATCH v5 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel Date: Mon, 1 Apr 2019 12:35:32 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v4 fixes up the DT binding example and uses a wider cc list since I failed to extend that when touching more files. The panel is a 5.5" 720x1440 TFT LCD MIPI DSI panel with built in touchscreen and backlight as found in the Librem 5 devkit. These patches are against linux next as of 2019-03-22. v3 got acked by Sam Ravnborg: https://lists.freedesktop.org/archives/dri-devel/2019-March/209326.html Changes from v4 * As per review comments from Fabio Estevam * Add missing unit name in dt binding docs Changes from v3 * Forward to next-20190322 * Add MAINTAINERS entry Changes from v2 * As per review comments from Sam Ravnborg * Lowercase sentinel * Drop '_panel' postfix * DRM_DEV_ logging instead of plain DRM_ * Add Reviewed-by: * Add "panel-rocktech-" to the driver name following the pattern from other drm panel drivers. Changes from v1 * As per review comments from Sam Ravnborg * Make SPDX-License-Identifier match MODULE_LICENSE * Sort include files alphabetically * Drop drmP.h and use individual includes * Drop superfuous 'x' in mode printout on error path * Allpixelson_set: Add proper space around '*' * Drop superfluous put_device(&ctx->backlight->dev); * Add /* Sentinel */ in jh057n_of_match * Drop jh057n->enabled * Drop drm_display_info_set_bus_formats * Kconfig: Depend on BACKLIGHT_CLASS_DEVICE which somehow got lost * Move jh057n_enable close to jh057n_disable Guido Günther (3): dt-bindings: Add vendor prefix for ROCKTECH DISPLAYS LIMITED dt-bindings: Add Rocktech jh057n00900 panel bindings drm/panel: Add Rocktech jh057n00900 panel driver .../display/panel/rocktech,jh057n00900.txt | 18 + .../devicetree/bindings/vendor-prefixes.txt | 1 + MAINTAINERS | 6 + drivers/gpu/drm/panel/Kconfig | 13 + drivers/gpu/drm/panel/Makefile | 1 + .../drm/panel/panel-rocktech-jh057n00900.c | 386 ++++++++++++++++++ 6 files changed, 425 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt create mode 100644 drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c -- 2.20.1