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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EAF2DCD11DD for ; Tue, 26 Mar 2024 12:39:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Date:Message-Id:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ruTXTIfkLGUZTo51E6pK2idyFtDFmw6acbFVrjxdt9c=; b=sXCSJ9/p/eV3iq 3BKp4AGevgK42FsQrT7rPDfm1Tm/7eI2TdnrFi1qD/Diwd35H5s42kCrPoDk3FY9i38I4fo1p3JDt 2Nt4t5y85fSTJJ3pybY7hLz2POUqBxB6+FNcq9ceL0oUunS/81oQCnIftu0d6J/6REs9tgEjBGwTL j1gpdXPRYMwWEw/dSr0d2JDKA7n/YR36DjwOK8C3w21jxvFgXRsCIoiinzxFYlb2nN7Kg2NPYGrNh CSsTb0Of/pvso2FeXXd2h7VHuQXjVyb1xGpFKkZLbYbV0kz1ytESShYfBOyUi7PuZzxPTyCfXdUF3 Wsqm3dl1rNpKzF5P5w2w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rp65S-00000004VH6-1uIn; Tue, 26 Mar 2024 12:39:30 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rp65J-00000004VE1-3z23 for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2024 12:39:23 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 2374E61128; Tue, 26 Mar 2024 12:39:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9EC71C433B1; Tue, 26 Mar 2024 12:39:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711456760; bh=PXg37FMYYIv59/UvnQPnxU1WEtd7bp9EloMy+GxZ9uk=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=VJ0oeA00Dy6D4/oyk8A7RjMFSduq6qQKDPswRblrrexx3by2Fk8ZR2vFcKslr8d5y 5IZuFVQuDvVYMAAVJslW+yWTCVFrw0VGoFGIBSaIAXJ6Viw2tOKeRwlKQNYqVh03ZD cmc4qsQxPTO4amIvvZS/n6oWuNG/vCE3XEPMV3gMHxeqitkiBe5jR6zG0q2sHvzvxV xPx2gv1KWf9EUbQ8j36RoZyFUGid8EDOSC2TD16ng9XB1+vepGWAl80tKcURDI518O JQtT5hbMDXDhoePRguflgQduNO+I8dGrFUrzTsJDkviw94D4nFzQvVcZ+m9jEm7wy3 W9LkyAN/5Oikg== From: Mark Brown To: Ryan Wanner , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Daniel Mack , Haojian Zhuang , Robert Jarzmik , David Lechner Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20240315-spi-remove-is_dma_mapped-v1-1-ca876f9de1c5@baylibre.com> References: <20240315-spi-remove-is_dma_mapped-v1-1-ca876f9de1c5@baylibre.com> Subject: Re: [PATCH] spi: remove struct spi_message::is_dma_mapped Message-Id: <171145675823.65249.1099257779521752838.b4-ty@kernel.org> Date: Tue, 26 Mar 2024 12:39:18 +0000 MIME-Version: 1.0 X-Mailer: b4 0.14-dev X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240326_053922_238825_E84AC0DF X-CRM114-Status: GOOD ( 14.62 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 15 Mar 2024 17:29:43 -0500, David Lechner wrote: > There are no more users of the deprecated is_dma_mapped in struct > spi_message so it can be removed. > > References in documentation and comments are also removed. > > A few similar checks if xfer->tx_dma or xfer->rx_dma are not NULL are > also removed since these are now guaranteed to be NULL because they > were previously set only if is_dma_mapped was true. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: remove struct spi_message::is_dma_mapped commit: 9b163e0d330debbf7dcc14b2c3e2dc19a3b50a1d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel