From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 399C1C48BD6 for ; Wed, 26 Jun 2019 12:41:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 136252133F for ; Wed, 26 Jun 2019 12:41:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727649AbfFZMlo (ORCPT ); Wed, 26 Jun 2019 08:41:44 -0400 Received: from asavdk3.altibox.net ([109.247.116.14]:35397 "EHLO asavdk3.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbfFZMlo (ORCPT ); Wed, 26 Jun 2019 08:41:44 -0400 Received: from ravnborg.org (unknown [158.248.194.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by asavdk3.altibox.net (Postfix) with ESMTPS id B913F20042; Wed, 26 Jun 2019 14:41:40 +0200 (CEST) Date: Wed, 26 Jun 2019 14:41:39 +0200 From: Sam Ravnborg To: Guido =?iso-8859-1?Q?G=FCnther?= Cc: Thierry Reding , 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: Re: [PATCH v2 0/4] drm/panel: jh057n0090: Add regulators and drop magic value in init Message-ID: <20190626124139.GB7337@ravnborg.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=dqr19Wo4 c=1 sm=1 tr=0 a=UWs3HLbX/2nnQ3s7vZ42gw==:117 a=UWs3HLbX/2nnQ3s7vZ42gw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=8nJEP1OIZ-IA:10 a=UBMrDm-lNqQcMwi2BuQA:9 a=wPNLvfGTeEIA:10 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Guido. On Wed, Jun 26, 2019 at 12:37:47PM +0200, Guido Günther wrote: > 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 Patches applied to drm-misc-next and pushed out Sam