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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B815ECD54BF for ; Mon, 25 Sep 2023 20:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233296AbjIYUKV (ORCPT ); Mon, 25 Sep 2023 16:10:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjIYUKU (ORCPT ); Mon, 25 Sep 2023 16:10:20 -0400 Received: from out-208.mta1.migadu.com (out-208.mta1.migadu.com [95.215.58.208]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC49F9B for ; Mon, 25 Sep 2023 13:10:13 -0700 (PDT) Date: Tue, 26 Sep 2023 06:09:27 +1000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1695672611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=m+xFfBxFFUncwVJKXrgeBDxdx+ofsQpcDpMasXC+yD0=; b=UJG+alhxO3YGHw6m+goPdPo2R1H8lh7Y0AXmVpeSBD+n1/ucF8Hq2KRML6rPRE0xDRNzYa GlRMzfyR2C6vEJjLnWHvPZ9yMIvEaGJUc0jEk6cTfkPP/6P/oyi54rGs0PTIsK6arhP6Z8 jfJEjNQ0ejAbZ0gLqI/jYmcaipAXAu7q03EfZ1eZLtgQHOwZd9U278hsbzkUD41woRE87b Fhlkpn2T8BjsuYUM/bR8mE/l35LhmFih9LnzOGVDaAc+gCjBfrO5TA/hJ/oIXinA6h+2GV VIvmkt5sh99Jf34T3K0aQlduBn0Gt9gDCoA3RnQeqOk0lVKS0g2QoHw5pWveAw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Paul Cercueil Cc: dri-devel@lists.freedesktop.org, Neil Armstrong , Jessica Zhang , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Heiko Stuebner , Chris Morgan , Jagan Teki , Christophe Branchereau , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH v3 4/7] drm/panel: nv3052c: Add Fascontek FS035VG158 LCD display Message-ID: References: <20230925021059.451019-1-contact@jookia.org> <20230925021059.451019-5-contact@jookia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 25, 2023 at 12:34:55PM +0200, Paul Cercueil wrote: > Unless you can explain what they do and why they are needed, I'd say > they are not important :) > > ... > > Again, doesn't mean that you have to use these. > > From what I can see, all you need to support your Fascontek panel with > the nv3052c driver, is to add the SPI ID and compatible strings. This is not a patch I would be willing to submit. Sorry. > > Cheers, > -Paul John.