From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-182.mta1.migadu.com (out-182.mta1.migadu.com [95.215.58.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E62242327A3 for ; Thu, 23 Oct 2025 06:16:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761200168; cv=none; b=HRO0PDVpapWLL1On+/zjq+6qNU85Q0Qpt4FYZJumWiES4f4FAgAlSPCVLNR8TnYqQw9uiTj8yRWmXAEqdJJVI+6z+hnfAujjnxhjs3jcDfwo0vBY54b3tcWrZ03cu83ukJjf6NAgalhrP/8sHWb94CccmIPgb6QxMJFaV/ubPI0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761200168; c=relaxed/simple; bh=tVfi/wUdQdQqbygmlLXSvRZ+CKWhpqaADyz8XoPUEIE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OWU3NhCeD0gyLhBMlRdzFKNT4sdS6RRbtFU4d0cXUHOQg2GQaKiu5lrIfkQBZHXO5PVQtcPzoof3Eo+sjpHsWXOYEJEcJXiSeOog29Gr0BZfmvcE81X60fn5UWj5o2A5yJ56Y0UaIIIhwWu9HIAiWmcaj1n5qtKGPCxfzXqRMUc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=jookia.org; spf=pass smtp.mailfrom=jookia.org; dkim=pass (2048-bit key) header.d=jookia.org header.i=@jookia.org header.b=MI3EbTcY; arc=none smtp.client-ip=95.215.58.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=jookia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=jookia.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=jookia.org header.i=@jookia.org header.b="MI3EbTcY" Date: Thu, 23 Oct 2025 17:11:18 +1100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1761200160; 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=OaSLgSDNZ5V/tZyuc4ElhbmLojmIUJ+b33N9cozmVbc=; b=MI3EbTcYJCv3U3L6qyQC2/BvBNHhVDD66j3MSni8vN+0xjwo/J+edDMA7VVnC/zaBF8kT/ kcGDKjFQVWLNVLqAdC47Ri9u609HG3Pr0ZnTmkldmR9RlQpjtbW4HJRgsKmG36h0bxXnAz +I5SF0E0HRahsLxQZHGGoTLyr2SM6a8y4hdB7s3P/ic35RjE2ddLb5dHsn0RV9KKbT9Tsy mo0TXLmUPtayKBsL0Q8wpe6hNVCrAn97VvAG69W/kmQCxQ1sfxZNVZVz881vzV53iejaWG Tb0H71AwhaehE96pwd0D0LxPutiQ2pBdYfqdS9ZtDtIFDx1rr6BrTJz1RJoiUw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Neil Armstrong Cc: Priit Laes , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Ryan Walklin , Christophe Branchereau , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/panel: nv3052c: Reduce duplication of init sequences Message-ID: References: <20250619132211.556027-1-plaes@plaes.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT On Mon, Jun 30, 2025 at 05:32:04PM +0200, Neil Armstrong wrote: > Hi, > > On 19/06/2025 15:22, Priit Laes wrote: > > Although there are various small changes between the init > > sequences, the second half is common for all 3 currently > > supported displays. > > > > Note that this is only compile-tested. > > > > Signed-off-by: Priit Laes > > If you can find someone to test this patchset, I'll apply it because it looks good! > > Thanks, > Neil Hi there, Sorry for the very long wait. I finally got around to reviewing and testing this on the FS035VG158 panel. The code looks good and works on the panel. I don't see why it won't work on other panels. Tested-by: John Watts Reviewed-by: John Watts John.