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 09087C636D7 for ; Thu, 16 Feb 2023 20:38:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229816AbjBPUh7 (ORCPT ); Thu, 16 Feb 2023 15:37:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229803AbjBPUh5 (ORCPT ); Thu, 16 Feb 2023 15:37:57 -0500 Received: from mailrelay4-1.pub.mailoutpod2-cph3.one.com (mailrelay4-1.pub.mailoutpod2-cph3.one.com [IPv6:2a02:2350:5:403::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDDE8D52C for ; Thu, 16 Feb 2023 12:37:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ravnborg.org; s=rsa2; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=TAf5FaFWgaAobTsHmNZifXXinFg3H6wFJmu2/SVU+mQ=; b=Sz7ZXf/2yyIOMtbTwbV1PlKgYf1m2Mw40QVOZwPQw6Aul7ZSJf/jowshvB3FazFGsXLn9h5ji+PKD 2m9xsB0IUx+a0oTypLroix0E3iQfSeFc48cnchHAhCgcZ115JBDQMUrSEGfKtttCx+oEJ7dOM9PtCF KXXRpSSqxNZuue5ZgXsu3d8f4r1MH+O0zio4xfYnyP5P5O7b5eBCdwyqKoLqBmkH9rRe/hUF3UYREZ 2cZrKJRRxeIUw4+XGPfc52Z7kMP9wmHERxh1QursGQWQqvaIZLZ3WcKkb3M+gQAD7cjDqWlrzX+RFW mA8iz9Hefb4v3dtqqEwL6A2T8mWrSEA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ravnborg.org; s=ed2; h=in-reply-to:content-type:mime-version:references:message-id:subject:cc:to: from:date:from; bh=TAf5FaFWgaAobTsHmNZifXXinFg3H6wFJmu2/SVU+mQ=; b=CP3RWAZPoCyuX/quz9OsUdpj7pLihvKW+ldH3BK5kwNVKC/AZWMwa9wjmgpe4dzC28dwRDHNa6+ui qoN7mfODA== X-HalOne-ID: c772af14-ae39-11ed-8e96-87783a957ad9 Received: from ravnborg.org (2-105-2-98-cable.dk.customer.tdc.net [2.105.2.98]) by mailrelay4 (Halon) with ESMTPSA id c772af14-ae39-11ed-8e96-87783a957ad9; Thu, 16 Feb 2023 20:37:53 +0000 (UTC) Date: Thu, 16 Feb 2023 21:37:51 +0100 From: Sam Ravnborg To: Daniel Vetter Cc: neil.armstrong@linaro.org, Konrad Dybcio , linux-arm-msm@vger.kernel.org, andersson@kernel.org, agross@kernel.org, krzysztof.kozlowski@linaro.org, marijn.suijten@somainline.org, Konrad Dybcio , Thierry Reding , David Airlie , Rob Herring , Krzysztof Kozlowski , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 2/2] gpu/drm/panel: Add Sony TD4353 JDI panel driver Message-ID: References: <20230119163201.580858-1-konrad.dybcio@linaro.org> <20230119163201.580858-2-konrad.dybcio@linaro.org> <725a5727-fdde-e3ae-a448-2679c5c4c7f4@linaro.org> <8ab061aa-a2fa-3070-a756-5682eb40a425@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2023 at 01:49:23PM +0100, Daniel Vetter wrote: > On Thu, 16 Feb 2023 at 13:47, Neil Armstrong wrote: > > > > On 16/02/2023 13:32, Daniel Vetter wrote: > > > On Thu, 16 Feb 2023 at 12:59, Konrad Dybcio wrote: > > >> > > >> > > >> > > >> On 19.01.2023 17:32, Konrad Dybcio wrote: > > >>> From: Konrad Dybcio > > >>> > > >>> Add support for the Sony TD4353 JDI 2160x1080 display panel used in > > >>> some Sony Xperia XZ2 and XZ2 Compact smartphones. Due to the specifics > > >>> of smartphone manufacturing, it is impossible to retrieve a better name > > >>> for this panel. > > >>> > > >>> This revision adds support for the default 60 Hz configuration, however > > >>> there could possibly be some room for expansion, as the display panels > > >>> used on Sony devices have historically been capable of >2x refresh rate > > >>> overclocking. > > >>> > > >>> Signed-off-by: Konrad Dybcio > > >>> Signed-off-by: Konrad Dybcio > > >>> Reviewed-by: Marijn Suijten > > >>> --- > > >> Are there any outstanding issues with this driver, or perhaps I did > > >> not CC some important list? It has gotten very little activity ever > > >> since its initial submission around Sept'22.. > > > > > > Sam is usually picking up panel drivers these days, but maybe we need > > > a bit more help in this area? If anyone from linaro has a handful of > > > drm patches landed in upstream they could apply for drm-misc commit > > > rights and help push these. I think linaro has lost a few of the > > > drm-misc committers so things tend to be stuck a bit more :-/ > > > > I usually wait for Sam to comment before applying my panel patches drivers to drm-misc-next, > > but yeah panels would need some more help... > > > > If needed I can add myself to the panel drivers maintainance aswell. > > I think that would be great, maybe just send out the MAINTAINERS patch > and ask Sam to ack? That would be great, and I am more than happy to ack it. According to MAINTAINERS Thierry is the panel maintainer and I am reviewer. So you should ask Thierry to ack it too. Sam