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 10213C636CC for ; Thu, 16 Feb 2023 20:32:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229714AbjBPUcl (ORCPT ); Thu, 16 Feb 2023 15:32:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229653AbjBPUcj (ORCPT ); Thu, 16 Feb 2023 15:32:39 -0500 Received: from mailrelay3-1.pub.mailoutpod2-cph3.one.com (mailrelay3-1.pub.mailoutpod2-cph3.one.com [IPv6:2a02:2350:5:402::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F3FFB196A9 for ; Thu, 16 Feb 2023 12:32:37 -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=RwVo/ALcWIpGinZ1s9D75KZF+KPdKYR8FBxJdE2XfKk=; b=sU3kJzbeVFnT7Bi/tJrQIZDCfHjs/ACWr5eOtR1wuHwVP4vg9mBPCrz+oUxO7UwYCuoz9wOqDgOzP E6eE5ywF2lp0nPjZKvnYZFAXURdhz6fMIvBRYtlevw+PO6CnFsv6B8ANF12DV1LctdFYw7bzednVLD BvNQAuo5/CSMVApVVXe+cliHYTgbS74e1d1QLmkSNayCeOwadx0IDoq+7paIiPeoFv1GuvxUGbXOoa zZhEJ+tdZ0gZ1KP2lFeuLvuUL3TKzsqwhXFO/CSj/H1HKwq7dteUjWcRnMYTPUO7GXIW5iIv2+4EFS gAQx7AygFqPhHbJ/4CoAE4QmLB4+9mA== 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=RwVo/ALcWIpGinZ1s9D75KZF+KPdKYR8FBxJdE2XfKk=; b=pBKQRnGVJo45A/dO+VtmP6xrEVE31OJL10zrQFlkfQE9ivyYcu+FsRzv0R+goBoVAeyZSlTqwHmMw +fDu3VHAQ== X-HalOne-ID: 0b10656d-ae39-11ed-be47-ede074c87fad Received: from ravnborg.org (2-105-2-98-cable.dk.customer.tdc.net [2.105.2.98]) by mailrelay3 (Halon) with ESMTPSA id 0b10656d-ae39-11ed-be47-ede074c87fad; Thu, 16 Feb 2023 20:32:35 +0000 (UTC) Date: Thu, 16 Feb 2023 21:32:34 +0100 From: Sam Ravnborg To: Daniel Vetter Cc: 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> 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:32:22PM +0100, 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? Time for Linux has been low for more than two years now. Some life factors such as buying an older house and new responsibilities at my $daytime job. I may resurface and do something consistent one day, but consider me unreliable. Sorry! Sam