Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp4028051ybd; Tue, 25 Jun 2019 12:43:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqw36FUBJZHDtdC8FcVfyiszn3RaJb8gcAjCbn2tMAa/bX/k9hBzs2wf3ARDUuOglO7mD06D X-Received: by 2002:a65:5202:: with SMTP id o2mr37596148pgp.199.1561491815246; Tue, 25 Jun 2019 12:43:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561491815; cv=none; d=google.com; s=arc-20160816; b=vHpyvDXociVskZDZCoJjcA3pQZtaO24n5b07C/cc9JtSeGkLC66n465HYzyacAl6x5 UxYQlslQ88qj/OLaVjKK38yOEPMZIktUYXOYVE4u+UiqRSjSohjI2hg63TNHTwlWS3ta lLVFZlhMKK+0ETOwN6t1eohufhnDlr/NnpX7Tfgz7izA6knIs798B9WghAS7nbbT8Zlj W+Vr0pAuv0V8De32wAWOABTRD7RL01PslcFn31OUvK/Uzd6WoXjOnQZAJsN5Jc2ZP714 qggQNSVGvwAEFSvPQzqc0daYRwVQi9pqO3kPlV0J49MY0o6atSj7wDZK+hOJO8pB/HKU 4y2Q== 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=E2aIKnj8RfEkQLebCXkxtLYzpJesK3aNFZaW/4y3lOI=; b=EMIHwARx2a8GAKMDFDAbBM03jArFsVnw2+NILXSBkF9rWI/0Agga6tHawgGWDT4WEl Rl/9hGNzPeiU02ovk8Br0HtGohukliFLCnDsk7iOdtQa40XhQLM0VmaOHjCpmQSHgwst ex5u3gT7r8sYog7VgU+4C574MatlAom/PwZHcR5GDkikg2BOuRgmh/TL3y27FSw2yMLm YXxYr2AVZByk4IWc8AlqkBEmnDiOhn4o0Fl4vo9dzxn9SLI7fzL8ioRTR7YSqoUTi26W hwY2CjzC7YyjkgIL3EGvzqwKYLvTlpTOt/vuGyLUZNd191lb5ObjqMBS1JdLMD+j5Hss vGOw== 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 b16si15405190pfd.126.2019.06.25.12.43.19; Tue, 25 Jun 2019 12:43:35 -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 S1730619AbfFYRF2 (ORCPT + 99 others); Tue, 25 Jun 2019 13:05:28 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:34048 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728506AbfFYRF0 (ORCPT ); Tue, 25 Jun 2019 13:05:26 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 6D9A8FB03; Tue, 25 Jun 2019 19:05:22 +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 YQAMMWVAO5To; Tue, 25 Jun 2019 19:05:19 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 48F9B48E30; Tue, 25 Jun 2019 19:05:19 +0200 (CEST) From: =?UTF-8?q?Guido=20G=C3=BCnther?= To: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , Mauro Carvalho Chehab , "David S. Miller" , Greg Kroah-Hartman , Nicolas Ferre , "Paul E. McKenney" , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Purism Kernel Team Subject: [PATCH 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init Date: Tue, 25 Jun 2019 19:05:15 +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 Fix the omission of regulators for the recently added panel and make sure all dsi commands start with a command instead of one having a magic constant (which already caused confusion). Also adds a mail alias to the panel's MAINTAINER entry to reduce the bus factor. To: Thierry Reding ,Sam Ravnborg ,David Airlie ,Daniel Vetter ,Rob Herring ,Mark Rutland ,Mauro Carvalho Chehab ,"David S. Miller" ,Greg Kroah-Hartman ,Nicolas Ferre ,"Paul E. McKenney" ,dri-devel@lists.freedesktop.org,devicetree@vger.kernel.org,linux-kernel@vger.kernel.org,Purism Kernel Team Guido Günther (4): MAINTAINERS: Add Purism mail alias as reviewer for their devkit's panel drm/panel: jh057n0090: Don't use magic constant dt-bindings: display/panel: jh057n0090: Document power supply properties drm/panel: jh057n0090: Add regulator support .../display/panel/rocktech,jh057n00900.txt | 5 +++++ MAINTAINERS | 1 + .../drm/panel/panel-rocktech-jh057n00900.c | 22 ++++++++++++++++++- 3 files changed, 27 insertions(+), 1 deletion(-) -- 2.20.1