From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47D8EC388F9 for ; Wed, 11 Nov 2020 16:32:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1E5A2074B for ; Wed, 11 Nov 2020 16:32:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="2hPhikYb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726157AbgKKQcS (ORCPT ); Wed, 11 Nov 2020 11:32:18 -0500 Received: from mail.kernel.org ([198.145.29.99]:53974 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725979AbgKKQcQ (ORCPT ); Wed, 11 Nov 2020 11:32:16 -0500 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 95440206F1; Wed, 11 Nov 2020 16:32:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605112336; bh=72CkBFpUBSDsvXuGAkNdpZijpYjYImRaVmVjuqTUVSg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2hPhikYb426IkOVPIC3MrzCFHFFGowsTGGP9W+7zyN2WVeHWWvDlNLo0YTpIc14Cl 4kMiFfMUpyUQby7aqWmQpQHmXv+//df6OZWIQfRbKkEK51K4foczvQCK7ZoJZcbw7A Dlg0/B1WCirPhIo3ozdMghQ5HMuVWTGLGfDj6oGg= Date: Wed, 11 Nov 2020 16:32:00 +0000 From: Mark Brown To: Sven Van Asbroeck Cc: Linus Walleij , Jonathan Cameron , Lukas Wunner , linux-spi , Simon Han , Linux Kernel Mailing List , Charles Keepax Subject: Re: [PATCH v1] spi: fix client driver breakages when using GPIO descriptors Message-ID: <20201111163200.GC4847@sirena.org.uk> References: <20201106150706.29089-1-TheSven73@gmail.com> <160510968064.12304.14797288117651443603.b4-ty@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JWEK1jqKZ6MHAcjA" Content-Disposition: inline In-Reply-To: X-Cookie: I'm not available for comment.. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org --JWEK1jqKZ6MHAcjA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 11, 2020 at 11:24:14AM -0500, Sven Van Asbroeck wrote: > Now that our minds are still focused on this subject, should > commit 138c9c32f090 ("spi: spidev: Fix CS polarity if GPIO descriptors > are used") > be reverted? If you think changes should be made to the code please propose patches making them - reverts are just normal patches with changelogs. --JWEK1jqKZ6MHAcjA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl+sEf8ACgkQJNaLcl1U h9CmaAf6A0ij5B2nu0gr76TVf+bSTOgpbMF9zasf5KZtW4r9mjsLt9cG8UL7EV/d y1K9ISunQ1OrYvORnXa2zi/NDR+sc7hZ3Qv3yF4Uow4YBhCQb8Kgl2+IsuwKbSFG jt6WGWseblvCeg320k6JWlDrv2yKzEJUOeCHf7uWH6cm9wF0/87EE/XJ88O/13iG juxL85pM05WwiqYGcjdZA0EiyrzX0V5bOQqQhjtDg29QpnugizUh1itHJrMEJaGH H6ZBcXhSmWMltY6gqUV840P1sdsNLYGlL8i7cLAlg63LJVuM/GOC5iP/Ck2tGTnw bkrL7HIbmV/zRL8T+Z1/bFjZND0uZw== =JgJA -----END PGP SIGNATURE----- --JWEK1jqKZ6MHAcjA--