Received: by 2002:ac0:aed5:0:0:0:0:0 with SMTP id t21csp442908imb; Fri, 1 Mar 2019 05:03:21 -0800 (PST) X-Google-Smtp-Source: APXvYqxQjZfOXFL/ufljiJ5cMOO95VKEIVYY7TQsbcLs+qTj/uhg/6gf+zzyHcWRJQydjATN/D3B X-Received: by 2002:a65:6154:: with SMTP id o20mr4657071pgv.205.1551445401485; Fri, 01 Mar 2019 05:03:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1551445401; cv=none; d=google.com; s=arc-20160816; b=e4cu+J6pgBpvIWDhiH6O3wtB48a39slCGozzzyk9bZc0mYSnfld1DaI1WNUBuiA7+z k/X3TqJk23ihANHvoTDdGgeiKuI4TC5LCgHFXlvfOf3kbPecMedoexlzBGMWK0tRZjAr qe88HKeEOanAVJAV56I6Ae+RxsuHNqZ6CWAJaI3W8WHbH1DHsurm+bT12lP6v9arMxxN bkvu0gkcY4bM/a+QPqt51xcTpIifmWceKXZzV8Mt0W+ffo1yrnNBQFUdrx/kok5cEdFl z0ETVgL01VQHXSFujkoKoVncYX3m7KoYwMYxuys4hpAsxSHj3SHtFYcLc21pC4wn/s51 oLLg== 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=6xzdwwsCq15I56K/qS+2uy+E6QWZ0oPThi3STtJidl0=; b=qdQjXR/pG0uImMgBmiYFaEXIRF/bAg+ZiVpGE7e/X4g/6RuK64CrtFw3JOKtbHR8Mu GGVw+5XMOo59A561yNendoTdiYa9ERLoxpedrD2lvfJi020UN1nL7r1Jal/5lICEeY2E f/3wFE8nS4f90NsO+Zjo0l/sBFAm/17ckh0mdzFLXwY774J7xmK2qymm+E3+yjYFvNr9 xmh/IEoVww7t08jbSFpUWwdRSf52rxQj8IPFUTksoI0VaMUi81IYnXcARHH5+F3ikDCm UPKpoviE+kqWyRq+O1+HJ4ToQlgoW+jn4N8jXU033L/wdMAVpSn+XzJGL52d0yXRSb1M /Zzw== 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 az2si19950145plb.252.2019.03.01.05.03.06; Fri, 01 Mar 2019 05:03:21 -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 S1731498AbfCANCL (ORCPT + 99 others); Fri, 1 Mar 2019 08:02:11 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:55732 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727697AbfCANCJ (ORCPT ); Fri, 1 Mar 2019 08:02:09 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id E04F6FB02; Fri, 1 Mar 2019 14:02:07 +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 y4qthRtsJtAy; Fri, 1 Mar 2019 14:02:05 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 1F067414FD; Fri, 1 Mar 2019 14:02:04 +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 v2 0/3] drm/panel: Support Rocktech jh057n00900 DSI panel Date: Fri, 1 Mar 2019 14:02:01 +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 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 | 385 ++++++++++++++++++ 5 files changed, 418 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