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 51C1EC61DA4 for ; Sat, 11 Feb 2023 17:18:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229602AbjBKRSO (ORCPT ); Sat, 11 Feb 2023 12:18:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229447AbjBKRSM (ORCPT ); Sat, 11 Feb 2023 12:18:12 -0500 Received: from mout-p-201.mailbox.org (mout-p-201.mailbox.org [IPv6:2001:67c:2050:0:465::201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 221D81BDE for ; Sat, 11 Feb 2023 09:18:09 -0800 (PST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4PDckK6tx7z9sZ1; Sat, 11 Feb 2023 18:18:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oltmanns.dev; s=MBO0001; t=1676135882; 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: content-transfer-encoding:content-transfer-encoding; bh=jHaXaIfIppV17tTyYXgdCwqLTkKmucKWl22U2BYin/4=; b=JUwERk0V7pns7w52I2O8wiTqh+ROy9Mrv0QdcKJqcBfjkq4DIX1YPNvOsE0GCFoSodZ1lx qjzBU6CG+js1I9JwN6xYmnv96Wy5Q4tPT0wVwBFXvYtEOq+nZKJ+kum7wDVV/LQTcL/WWF qH37OYYvnKUAQrYT2H/91h9wGbOvKA6Mai1AQD9lTMU0sYV3AP35gqk7fUf2ORfvagh+ab 7UMWI8vs8Zyb2Md3wi1OkJ8Aw0lelDfg37euly2cMDz5cWXliVARX6c/gAu2zLSLOY+c6y LlWEMJw0AAyadXVMqtSHjYs8HLG9IRI11pkgUWhjSFPYy0MZ3lSLRlicEPqPJg== From: Frank Oltmanns To: =?UTF-8?q?Guido=20G=C3=BCnther?= , Purism Kernel Team , Ondrej Jirman , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org (open list:DRM PANEL DRIVERS), linux-kernel@vger.kernel.org (open list) Cc: Frank Oltmanns Subject: [PATCH 0/1] drm/panel: st7703: Fix initialization failures on Xingbangda XBD599 Date: Sat, 11 Feb 2023 18:17:47 +0100 Message-Id: <20230211171748.36692-1-frank@oltmanns.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4PDckK6tx7z9sZ1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fixes intermittent panel initialization failures and screen corruption during resume from sleep on panel xingbangda,xbd599 (e.g. used in PinePhone). It was originally submitted by Ondrej Jirman in July 2020: https://lore.kernel.org/all/20200716123753.3552425-1-megous@megous.com/ The original patchset contained two patches. One of them broke the panel on the Purism Librem 5. This is the concluding message from Guido Günther in that thread: https://lore.kernel.org/all/20200801110409.GA6351@bogon.m.sigxcpu.org/#t Guido wanted changes to the commit message. I updated it to adress his requests. I send this patch in Ondřej's name with his consent. The patch is based on drm-next. Please let me know what you think. Thanks, Frank Ondrej Jirman (1): drm/panel: st7703: Pick different reset sequence drivers/gpu/drm/panel/panel-sitronix-st7703.c | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) -- 2.39.1