From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1E7C132FA3C; Thu, 9 Apr 2026 16:10:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775751029; cv=none; b=Uv0ox4IBfXqJ30ASzpYgvkmkKwlYoo2OcPdpOz7jd8zmkZKD/CSvp2GVczuS3+BdIMK0ebaxmVuHBOPLQ18jWfC2Vp7Sg0qV+Pgg/8S9nkJ/cmMuCMs4VGG1OaW+0uKnAbomDLr34yZBzTqAkz+7R77X5ieHs76jQmgy1lb4kMk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775751029; c=relaxed/simple; bh=Yc6OpYdGPLY+gHVUVeLoCkvBy0sDE3aiVPq0iTkw80A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fhqZ756EX5v9o/SBhgRfFBacNqc0DniLjRMF36Q5yfUhCQMI4fSwgut/KZyipDu24FVvAfihUsj37aDl+XEhed6m1LPIbmktRhgijS3MZWjw6MrXaliBJgKIqpzRL6sb9gPd1f7UG8bWBLkdr8lY3gcnz37s+gnTjeczg+TB4Xs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=T4gN9/0K; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T4gN9/0K" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28429C4CEF7; Thu, 9 Apr 2026 16:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775751028; bh=Yc6OpYdGPLY+gHVUVeLoCkvBy0sDE3aiVPq0iTkw80A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T4gN9/0Kye8v+JAWs+ZuDjlBSB5XPY0GiGCFCd4Q4Kt14ngfjkWpFQnSZHICWsGay N84W/Vu7H4fQmjBOyjrx9qFtlqnEyelyduP/y04SaSRrLV0KwWgNKm++4mJu4sUxBJ vpD/5LMU+T6W4veDNrgDtra8/9AdNSi8CBxV0TIdpuBkuLR83PsgsyfvOaGAUcosl/ lW3HZOejhZFj5klXy7GtmgaIoIe5F+BTY28zlZIkgSz4aUm/0ZFpu7pfClp7wxKaXy Hb8JB5lpbekeNFbM1i9K9QSvbE42d7SWF0Zas6qMslaEj3vA35rzqADDZwGXi3aX0c XNpZOUys8FCBg== Date: Thu, 9 Apr 2026 17:10:23 +0100 From: Conor Dooley To: Johan Hovold Cc: Mark Brown , Sunny Luo , Xianwei Zhao , Chin-Ting Kuo , =?iso-8859-1?Q?C=E9dric?= Le Goater , Radu Pirea , William Zhang , Kursad Oney , Jonas Gorski , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Prajna Rajendra Kumar Subject: Re: [PATCH 19/20] spi: microchip-core-spi: fix controller deregistration Message-ID: <20260409-untouched-anteater-d1af2a00ffcc@spud> References: <20260409120419.388546-1-johan@kernel.org> <20260409120419.388546-20-johan@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SRNgSkvbSM479uIG" Content-Disposition: inline In-Reply-To: <20260409120419.388546-20-johan@kernel.org> --SRNgSkvbSM479uIG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 09, 2026 at 02:04:18PM +0200, Johan Hovold wrote: > Make sure to deregister the controller before disabling underlying > resources like interrupts during driver unbind. >=20 > Fixes: 059f545832be ("spi: add support for microchip "soft" spi controlle= r") > Cc: stable@vger.kernel.org # 6.19 > Cc: Prajna Rajendra Kumar > Signed-off-by: Johan Hovold Acked-by: Conor Dooley --SRNgSkvbSM479uIG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCadfPbwAKCRB4tDGHoIJi 0rJ+AP9mcauj+ZMQFGy0ezVBJfNEYe0htbxSgQ7n1YzbhSoFkQEApNi2PI/Qunk0 lCP4hNEmprG/eeQtWGggjX1IP82fQgI= =qlP9 -----END PGP SIGNATURE----- --SRNgSkvbSM479uIG--