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.7 required=3.0 tests=DKIM_ADSP_ALL,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 AC78BC433E1 for ; Thu, 2 Jul 2020 07:25:43 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 840B6206BE for ; Thu, 2 Jul 2020 07:25:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="a/cVqSQJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 840B6206BE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=megous.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B843F6EA5C; Thu, 2 Jul 2020 07:24:27 +0000 (UTC) Received: from vps.xff.cz (vps.xff.cz [195.181.215.36]) by gabe.freedesktop.org (Postfix) with ESMTPS id E23D36E1D7 for ; Wed, 1 Jul 2020 10:34:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1593599692; bh=B7kWQsfpsGr8GvlX/z/EdaUkxTMac7sQsGSIptCqVQE=; h=Date:From:To:Cc:Subject:References:X-My-GPG-KeyId:From; b=a/cVqSQJeci9mwW2INPMd6BuXqViGSBir/xjSPUR3Df3hcV+pzYZosoSHUHT0o2GX Op3mZ9UoCxzoidvMK3P6lWYVlLNFONzbOF9a0NmK5IwJqY1ZJQPCynM7DKy7s118y3 SQ/7qhljisG3F7W8VnkQ3GND12mq3LLxvLaryu+8= Date: Wed, 1 Jul 2020 12:34:51 +0200 From: =?utf-8?Q?Ond=C5=99ej?= Jirman To: Linus Walleij Subject: Re: [PATCH v5 09/13] drm/panel: st7703: Add support for Xingbangda XBD599 Message-ID: <20200701103451.67worsg3wvupyuoh@core.my.home> Mail-Followup-To: =?utf-8?Q?Ond=C5=99ej?= Jirman , Linus Walleij , linux-sunxi , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Guido =?utf-8?Q?G=C3=BCnther?= , Purism Kernel Team , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Icenowy Zheng , "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" , Linux ARM , Samuel Holland , Martijn Braam , Luca Weiss , Bhushan Shah References: <20200626005601.241022-1-megous@megous.com> <20200626005601.241022-10-megous@megous.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-My-GPG-KeyId: EBFBDDE11FB918D44D1F56C1F9F0A873BE9777ED X-Mailman-Approved-At: Thu, 02 Jul 2020 07:24:22 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:DRM PANEL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Purism Kernel Team , Samuel Holland , David Airlie , Guido =?utf-8?Q?G=C3=BCnther?= , Bhushan Shah , Chen-Yu Tsai , Rob Herring , "linux-kernel@vger.kernel.org" , Martijn Braam , linux-sunxi , Thierry Reding , Sam Ravnborg , Luca Weiss , Linux ARM , Icenowy Zheng Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hello Linus, On Wed, Jul 01, 2020 at 09:50:40AM +0200, Linus Walleij wrote: > On Fri, Jun 26, 2020 at 2:56 AM Ondrej Jirman wrote: > > > Xingbangda XBD599 is a 5.99" 720x1440 MIPI-DSI LCD panel used in > > PinePhone. Add support for it. > > > > Signed-off-by: Icenowy Zheng > > Signed-off-by: Ondrej Jirman > > Reviewed-by: Linus Walleij Thank you very much for the review. :) I've sent v6 which should fix the currently remaining issues with dt bindings + one timing issue I've found in this patch. I've kept your reviewed-by tag, because it's a fairly trivial issue. But feel free to complain. thank you again and regards, o. > Yours, > Linus Walleij _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel