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 4FE33C12002 for ; Wed, 14 Jul 2021 20:51:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 373CC613C9 for ; Wed, 14 Jul 2021 20:51:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234332AbhGNUyO convert rfc822-to-8bit (ORCPT ); Wed, 14 Jul 2021 16:54:14 -0400 Received: from aposti.net ([89.234.176.197]:43336 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234374AbhGNUyM (ORCPT ); Wed, 14 Jul 2021 16:54:12 -0400 Date: Wed, 14 Jul 2021 21:51:10 +0100 From: Paul Cercueil Subject: Re: [PATCH 2/2] drm/panel: Add Innolux EJ030NA 3.0" 320x480 panel To: Sam Ravnborg Cc: Thierry Reding , Rob Herring , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, list@opendingux.net, Christophe Branchereau Message-Id: In-Reply-To: References: <20210625121045.81711-1-paul@crapouillou.net> <20210625121045.81711-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sam, Le sam., juil. 10 2021 at 08:18:44 +0200, Sam Ravnborg a écrit : > Hi Paul, Christophe, > > On Fri, Jun 25, 2021 at 01:10:45PM +0100, Paul Cercueil wrote: >> From: Christophe Branchereau >> >> Add support for the Innolux/Chimei EJ030NA 3.0" >> 320x480 TFT panel. >> >> This panel can be found in the LDKs, RS97 V2.1 and RG300 (non IPS) >> handheld gaming consoles. >> >> While being 320x480, it is actually a horizontal 4:3 >> panel with non-square pixels in delta arrangement. >> >> Signed-off-by: Christophe Branchereau >> Signed-off-by: Paul Cercueil > > The drivers looks good. > Reviewed-by: Sam Ravnborg Pushed to drm-misc-next. Thanks for the review! Cheers, -Paul