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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 06E9BC56201 for ; Tue, 24 Nov 2020 08:16:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 980EF206E0 for ; Tue, 24 Nov 2020 08:16:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730406AbgKXIQB (ORCPT ); Tue, 24 Nov 2020 03:16:01 -0500 Received: from honk.sigxcpu.org ([24.134.29.49]:55358 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728177AbgKXIQB (ORCPT ); Tue, 24 Nov 2020 03:16:01 -0500 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 144C0FB03; Tue, 24 Nov 2020 09:15:59 +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 mbhCes4yzW3W; Tue, 24 Nov 2020 09:15:57 +0100 (CET) Received: by bogon.sigxcpu.org (Postfix, from userid 1000) id 0DB044026F; Tue, 24 Nov 2020 09:15:57 +0100 (CET) Date: Tue, 24 Nov 2020 09:15:56 +0100 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Sam Ravnborg Cc: Thierry Reding , David Airlie , Daniel Vetter , Rob Herring , Ondrej Jirman , Linus Walleij , Arnd Bergmann , Krzysztof Kozlowski , Lubomir Rintel , Mark Brown , Geert Uytterhoeven , allen , Kuninori Morimoto , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/6] drm/panel: mantix and st7703 fixes and additions Message-ID: <20201124081556.GA3200@bogon.m.sigxcpu.org> References: <20201123214826.GC675342@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201123214826.GC675342@ravnborg.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Mon, Nov 23, 2020 at 10:48:26PM +0100, Sam Ravnborg wrote: > Hi Guido, > > On Wed, Nov 18, 2020 at 09:29:47AM +0100, 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 > > > > Guido Günther (6): > > drm/panel: st7703: Use dev_err_probe > > drm/panel: mantix: Tweak init sequence > > drm/panel: mantix: Allow to specify default mode for different panels > > drm/panel: mantix: Support panel from Shenzhen Yashi Changhua > > Intelligent Technology Co > > dt-bindings: vendor-prefixes: Add ys vendor prefix > The above are all: > Reviewed-by: Sam Ravnborg > > > dt-binding: display: mantix: Add compatible for panel from YS > Please fix the subjects to read "dt-bindings" - just to be consistent. > With that: > Reviewed-by: Sam Ravnborg Fixed locally, thanks! -- Guido > > > Sam >