Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1356550pxu; Sat, 5 Dec 2020 13:01:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJxGerNrr9ul9IZPk1IqAXVQ5T04YubiHFaAAcnKDpnZma2uF1wKxk3dvkS7uqQSXGaG5BJC X-Received: by 2002:a50:e791:: with SMTP id b17mr13342509edn.388.1607202072318; Sat, 05 Dec 2020 13:01:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607202072; cv=none; d=google.com; s=arc-20160816; b=OnxR/wydHMH2E+ynyFEYwMzD0QzNErQdjygmZaaYorKPVuTWt0YWX0sFOFlWHtrn15 sLyJYwXlJEiNyAgaBIGGAOtDPUHaXNMPJBGVbs2/vDS6VlxDr1BWA9tww6vKFBJEMfm7 Ad7FyWS3ezQcDQmHz9aU1h3hyuNTYaShsi62yKLXD3kAcyQwXJCjsd5/kCsI4mg4qkbh dkisV+poZCNOpygUK8wpXcFG1cc7ifOwB4LP+2Ap3RkgUumKJeXQz2zWkP7EBJpJJ6VB HBgfJA+Ou+A3yBgKNSGIO8wISdmQU7JmuecMzBJmxIhhHfcCEl66ofvfYOaqQbfwsWrO gtCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=m/QU2CLhDoFU/W2NarbiQlJH/ZNdIGDejuy/rfoaYQM=; b=JvxFPZ+BHZ8F9JZTrRdhAw+gu7DCP5Cw+xX6rO/99MPx/IV6/wRWsOCRBaZF1xmwxI opvCAB9GDkT1BaWte/95pJLbBJJ2EscezSrG948Dzg/no53C1aVOHl3IDLLaWwpKnKNh UHkFmSF6f6rFAzzVa19z0W5vgl3v4wz5Rn/imaRZw8v7MevjcMfCeExGILFlUwQKbhbN 2TpNZm0qUIzUyQwUX1Fzoh/Woq3cWrWVZjcMQrrKItmwBCemZnolAKlDMmof1I7TJGkt aZ7ooiFH9/ifADhN1eP4QJ0y5m7tO1cUracxsSguurQpjUemJGrOyw7dZrXoKwiZpcX5 ti9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hq4si3964865ejc.14.2020.12.05.13.00.48; Sat, 05 Dec 2020 13:01:12 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726954AbgLEU63 (ORCPT + 99 others); Sat, 5 Dec 2020 15:58:29 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:38512 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725270AbgLEU62 (ORCPT ); Sat, 5 Dec 2020 15:58:28 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 7EB0C1C0B7C; Sat, 5 Dec 2020 21:57:44 +0100 (CET) Date: Sat, 5 Dec 2020 21:57:44 +0100 From: Pavel Machek To: Sven Van Asbroeck Cc: "H. Nikolaus Schaller" , Linus Walleij , Mark Brown , kernel list , Laurent Pinchart , Discussions about the Letux Kernel Subject: Re: [BUG] SPI broken for SPI based panel drivers Message-ID: <20201205205744.GD8578@amd> References: <2D7916FA-678F-4236-B478-C953CADF2FFA@goldelico.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="76DTJ5CE0DCVQemd" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --76DTJ5CE0DCVQemd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2020-11-30 15:13:02, Sven Van Asbroeck wrote: > Hi Nikolaus, thank you for reaching out ! >=20 > On Mon, Nov 30, 2020 at 2:06 PM H. Nikolaus Schaller = wrote: > > > > But reverting your patch brings back the display. So it appears as if i= t does not > > fix a breakage, rather breaks a previously working setup. >=20 > The patch in question fixes an important breakage: before the patch, lite= rally > hundreds of SPI drivers no longer worked - only if the SPI bus master > driver was using gpio descriptors. >=20 > We knew that there was a chance that our fix would break something else. > But hopefully "it fixes more than it breaks" If the patch causes regression it will ultimately need to be reverted... no matter how much it fixes. Pavel --=20 http://www.livejournal.com/~pavelmachek --76DTJ5CE0DCVQemd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl/L9EgACgkQMOfwapXb+vL2fwCgo5zigUkxc/oCVfM0ejb5HbIG OcYAoKaDlIR7tPY6jkLHFM+Dr10IbzE7 =VO34 -----END PGP SIGNATURE----- --76DTJ5CE0DCVQemd--