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 99A08199FD3; Wed, 25 Feb 2026 06:14:54 +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=1772000094; cv=none; b=Ja5B1XmYS+pYXc5GdG2CvrIIDXOZvdjVUGOFtjpGlyf6nwk2NWvRP41ZYQpckp6ID5ZcgLEIeJIRhQagfJNiqRmf6kJBECDDiwhEz826W8EKiDR5Mi7LOylfDHKxRWLjr+1YTPZVNIBfMFaAvv2mpeL2R65f3YBWX8VMCzw1Uq4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772000094; c=relaxed/simple; bh=DLPtLXT7/D2mwloLKBtsuLD/HE5Hc8/ygvw8Ey+ctH4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=H2e3biQtzUQrCzLaBP2qdkUgbC/fgtnCN9N/hQtOMHdoNiNSjQdn76talOtSFH8TNXqsCD/3RZXDQF71wjUP9CETYARaJeXVFWEG1rm42UOemsqb8mznaNMhvyh0VORzi/Hbyw4Cxat3NQWARPZhQ6qX7fTTJy+ajTE4AopI0hU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Xqr9MBms; 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="Xqr9MBms" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95A9DC116D0; Wed, 25 Feb 2026 06:14:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772000094; bh=DLPtLXT7/D2mwloLKBtsuLD/HE5Hc8/ygvw8Ey+ctH4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xqr9MBmsgFBoDBafI9+z4z5HSi9ylwFkBRDQ8vwOCa3v4N1V6nHUcy1ENiTbKkMT8 VOS3XeWyx30sRktya+p7kstadEYzfpapdatyyfMKGtt8wSl9nycC8ndmMVEqVe6V3s sBx27JotLFOviSMhzYPGxoX/S58uUcKKDKfQQFg7Fece5HCyZxNBgwMXELkJDffG8O AAGJdljAmnSiYRTskJpW57husBHM3CUJfYhrdN0Ukul/iLILnL3psi2w6mpT/7h4RK ZEbzAUY4LZA5AWDYljrhSa4pgl3vxKOXJI/XijzTdAEwLVyCYB5UrrxT1QWzvKgBr0 iG2kiYp+g3x0w== Date: Wed, 25 Feb 2026 07:14:48 +0100 From: Niklas Cassel To: Andy Shevchenko Cc: Damien Le Moal , Krzysztof Kozlowski , linux-ide@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley Subject: Re: [PATCH v2 1/1] ata: ahci-dwc: Remove not-going-to-be-supported code for Baikal SoC Message-ID: References: <20260220133613.2392906-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: devicetree@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: <20260220133613.2392906-1-andriy.shevchenko@linux.intel.com> On Fri, Feb 20, 2026 at 02:35:46PM +0100, Andy Shevchenko wrote: > As noticed in the discussion [1] the Baikal SoC and platforms > are not going to be finalized, hence remove stale code. > > Applied to libata/linux.git (for-7.1), thanks! [1/1] ata: ahci-dwc: Remove not-going-to-be-supported code for Baikal SoC https://git.kernel.org/libata/linux/c/db1d3cfa Kind regards, Niklas