Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1209799pxb; Fri, 20 Nov 2020 04:08:25 -0800 (PST) X-Google-Smtp-Source: ABdhPJwtW+3mxmVChEY2ofOdHKvPQx3AAOMddiPY1tBWJZVdiqWmYGnWKWngbGm/EyuNBpszIvav X-Received: by 2002:aa7:c2d6:: with SMTP id m22mr11716806edp.368.1605874105646; Fri, 20 Nov 2020 04:08:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605874105; cv=none; d=google.com; s=arc-20160816; b=h/EblGoBj0NrtCj2r498pyjtEvW7GVxMwLaJSjw80M7kfXU8jNHW4A/ZGB5ArR3gzc Y8TQ/Z0lJByUWDTIrb2IDUNcf/j5oyropWGzrw/+aSiv3VqQCQNT4Ky0Es5WzkUqlki2 sKpsT7IrPCGxIZazkroAtub4lMxh2HNTDXK4yUPQMpFvIqwghtW9JOx6/8s/llVZgbcE 6/dU8VE9wHnI7KLyfOjzMrgD+q4w0u7S47hqbCkqZ2zm9sKbqVbVLBmjmK54s+8CGt+s 1i4XH3FliWHfpUX2dFRmvDrcAfJsr36I9uVpFXVz7CXUnsAwTYiaB6za1JK7aP4cY4b/ T0oQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=WwwauzFzEYpwggBZTZKF7h3Dc9mLEZwxCjNTu2i+AmE=; b=f533386B29rrs9CPg5XpHUKPXKp0p7IIiXhrsv+Ky8pfhlljtilLxHGAoGx+sj5bYo vO4qReYWXCdcxRKNDiVGUYfYWSKnWU9+rQzVc0vO3bIhzaqSyqOoLgfi17KBu67jEyfW JX2q1Sxc3SqQUJQxR9xhMNUh5pC61LEV7L4lDA2GeBmtfe/cVNMFQ4fVUynyVsig072x VOCgN6RLZY6kQrxuOjNdy9sMJqkMNBFDCesau8xFLshGr4YNrP/WGq9vxVv4blroKJB6 n6Oeblc+FcbZ6yFcf3pvL69v8TSHPfLteXNaDCUo41RWWuDeL/in4eezq7G+bcDrzpTb CW9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k19si1496556ejg.380.2020.11.20.04.08.00; Fri, 20 Nov 2020 04:08:25 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727885AbgKTMER (ORCPT + 99 others); Fri, 20 Nov 2020 07:04:17 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:55622 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727100AbgKTMEQ (ORCPT ); Fri, 20 Nov 2020 07:04:16 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 6FD90FB03; Fri, 20 Nov 2020 13:04:12 +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 9mru4xLJe_vU; Fri, 20 Nov 2020 13:04:11 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 2AAF743F6E; Fri, 20 Nov 2020 13:04:11 +0100 (CET) Date: Fri, 20 Nov 2020 13:04:11 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Linus Walleij Cc: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Ondrej Jirman , Arnd Bergmann , Krzysztof Kozlowski , Lubomir Rintel , Mark Brown , Geert Uytterhoeven , allen , Kuninori Morimoto , "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 0/6] drm/panel: mantix and st7703 fixes and additions Message-ID: <20201120120411.GB23988@bogon.m.sigxcpu.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On Thu, Nov 19, 2020 at 09:35:17AM +0100, Linus Walleij wrote: > On Wed, Nov 18, 2020 at 9:29 AM Guido G?nther wrote: > > > This adds new panel type to the mantix driver as found on the Librem 5 and > > fixes a glitch in the init sequence (affecting both panels). The fix is at the > > start of the series to make backporting simpler. > > It also adds a patch to make st7703 use dev_err_probe(). > > > > changes from v1 > > - as per review comments by Linus Walleij > > - fix alphabetical ordering in Documentation/devicetree/bindings/vendor-prefixes.yaml > > https://lore.kernel.org/dri-devel/CACRpkdao_TMcpRsdK=7K5fNKJse0Bqwk58iWu0xsXdDNdcffVA@mail.gmail.com/ > > - add reviewed by to all except 5/6, thanks > > The whole v2 looks fine to me, I'd give the devicetree > maintainers some slack to review the DT patches then I can > apply the whole series unless you have commit access yourself, > just tell me. I have commit access, so i can push in a couple of days. Thanks! > > For all v2 patches: > Reviewed-by: Linus Walleij > > If you have time, please review my s6e63m0 series. > https://lore.kernel.org/dri-devel/20201117175621.870085-1-linus.walleij@linaro.org/ > https://lore.kernel.org/dri-devel/20201117175621.870085-2-linus.walleij@linaro.org/ > https://lore.kernel.org/dri-devel/20201117175621.870085-3-linus.walleij@linaro.org/ Done. The panel stuff is always scary with all those magic values. -- Guido > > Yours, > Linus Walleij >