Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp2655896imb; Mon, 4 Mar 2019 10:33:07 -0800 (PST) X-Google-Smtp-Source: APXvYqzOeJNn/jINzfraW7N67JtYBmhKdzNo1OmMtXSZDQaE6dNj7a7/dforsoxweBjx3f+OURSi X-Received: by 2002:a63:6e88:: with SMTP id j130mr19580693pgc.67.1551724387462; Mon, 04 Mar 2019 10:33:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551724387; cv=none; d=google.com; s=arc-20160816; b=Gm+sdSZzBemLxQ+nULiOWQbY82WPDSRzCl09b2vYdPGhNZy2X0/ztSXV4daCd1McHV Uh4t1fVe/j7dRX7TWYHo/Io/58WOLRqdaHiiJSdcu3nRIyRec3EeHx94n2IvhBJCTumX i6y2RN9Q+8TuQR+9JPPhOZyzSy8hafANEFK2/DYgMF8DPFzKqap3UhUJKS4lYBF1VDKp VUb/mfguTY04KUjQI3Wdyz/c6Oxsdke8GiJR1qh7pIGq/DYDYxxKbg2owW2qcxBdIDdU gdlpKHXSlP2xUJ+Abq9wTM9muWP/xBNlT57TZSb2lRfSX8/tnDhhSaQueOrQ+Mmys8yI S6OQ== 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=cyaeCm6MJCuEGh9ek5mSDB8ak546mDec7IiHby8JIjQ=; b=g609mfczeiAxYTgPiUOAcgucQUsa+Cx1pReJP8XZt5h+utEBlVmFwcm9aHAl30TeYF IRNfaBFw745vlqJhljHyKfkK2V3GxVd7dLM6zB/XDBXJGBBBF6C9JlQF+dBY1thV//af OhWbT+lI38+/qFDL5ENhP6GaVsfs9tX1BqQcCdgcQUGveIAFh/fRO2ffglr+QT5dHqH8 hDwYyN5KHl9uRIM4SWklYfNhMT8vi/dWpv3HNVAfmRc/3R9B3QB/thorgaSq6S8SBdtq Y44BPQ8aminJQqgVe1LSQyv7vRNcA60v5FIuMwRAAAjFztlf6LsRxalcfIvL9bD4efOY rwmw== 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 y185si5569913pgd.117.2019.03.04.10.32.51; Mon, 04 Mar 2019 10:33:07 -0800 (PST) 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 S1727522AbfCDRxS (ORCPT + 99 others); Mon, 4 Mar 2019 12:53:18 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:60056 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726181AbfCDRxR (ORCPT ); Mon, 4 Mar 2019 12:53:17 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id E5C0EFB06; Mon, 4 Mar 2019 18:53:13 +0100 (CET) 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 gsKglCX0H-40; Mon, 4 Mar 2019 18:53:12 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 9DC45414F2; Mon, 4 Mar 2019 18:53:11 +0100 (CET) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Thierry Reding , David Airlie , Daniel Vetter , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sam Ravnborg Subject: [PATCH v3 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel Date: Mon, 4 Mar 2019 18:53:08 +0100 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 It's 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-02-08. Changes from v2 * As per review comments from Sam Ravnborg * Lowercase sentinel * Drop '_panel' postfix * DRM_DEV_ logging instead of plain DRM_ * Add Sam's 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 + drivers/gpu/drm/panel/Kconfig | 13 + drivers/gpu/drm/panel/Makefile | 1 + .../drm/panel/panel-rocktech-jh057n00900.c | 386 ++++++++++++++++++ 5 files changed, 419 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