From patchwork Wed Jun 26 10:37:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Guido_G=C3=BCnther?= X-Patchwork-Id: 11017427 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 A672314BB for ; Wed, 26 Jun 2019 10:38:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 946A9285D6 for ; Wed, 26 Jun 2019 10:38:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 88798285D1; Wed, 26 Jun 2019 10:38:13 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 493902869D for ; Wed, 26 Jun 2019 10:38:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7073F6E375; Wed, 26 Jun 2019 10:38:12 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from honk.sigxcpu.org (honk.sigxcpu.org [24.134.29.49]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2E7CF6E379 for ; Wed, 26 Jun 2019 10:37:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 5BFE2FB03; Wed, 26 Jun 2019 12:37:54 +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 hqCczjRyAxuN; Wed, 26 Jun 2019 12:37:52 +0200 (CEST) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 77E7048EAB; Wed, 26 Jun 2019 12:37:51 +0200 (CEST) From: =?utf-8?q?Guido_G=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 v2 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init Date: Wed, 26 Jun 2019 12:37:47 +0200 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Fix the omission of a 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. Changes from v1: * As per review comments from Sam Ravnborg: - Print error on devm_regulator_get() failres - Fix typos in commit messages * Print an error on regulator_enable() * Disable vcc if iovcc fails to enable Guido Günther (4): MAINTAINERS: Add Purism mail alias as reviewer for their devkit's panel drm/panel: jh057n00900: Don't use magic constant dt-bindings: display/panel: jh057n00900: Document power supply properties drm/panel: jh057n00900: Add regulator support .../display/panel/rocktech,jh057n00900.txt | 5 +++ MAINTAINERS | 1 + .../drm/panel/panel-rocktech-jh057n00900.c | 44 ++++++++++++++++++- 3 files changed, 49 insertions(+), 1 deletion(-)