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 54FDAC41535 for ; Fri, 22 Dec 2023 13:30:37 +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=/aYhSKtVBfDWa2/a9sqPd987ZyZvGXwSn/aoAqp/rfA=; b=JIwfnzMyEh2qv7 F4IOIzyoHsEbsT0eKLhwak4MLnUJYaG1A+H+hr8CSwKVOT8snTTT1Q0xJp0Er8/WUtt6YoDP2dxXk O8tVhkOz+Eco17iNLRGUixsq3V9UMAy6YPKgWJxWFvrZhZWJ+JJmktsIiJvHa3xPdRoGeOGudOR8p QLswa59GciI2xTkRDt4D2QflKQOlqR/R80ilh/Bu3du/ievwhsHh/PuiRS4m93PvLnCOJcHBpGKzS ImRN0UdFvjOIfcfacS8tnm4XmaIVmTAFfZrrSAlSQCOBJjuLp6N8MArDF6RaDHFyv/3wZExGYDihu e9Q22FTXMS9vdQPHk85w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rGfbM-0062EB-1U; Fri, 22 Dec 2023 13:30:08 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rGfbJ-0062Do-2R for linux-arm-kernel@lists.infradead.org; Fri, 22 Dec 2023 13:30:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 7AEB461BF5; Fri, 22 Dec 2023 13:30:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99A28C433C7; Fri, 22 Dec 2023 13:30:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703251803; bh=bm2zdXzlwGhq/KyWBU7GXObLreLaJq6XaJzWB5qnCeM=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=u+yssT+AWXSrzdr6x+7JTVYh/Pf4NMd00s/NNGQsTvOD/k6WwYN3RNiUp77ZcXxaA lKrOLIV/vypCjwo77Q/4+9aXFAvhVv0cRwSM4Wlj558V+XL7uQe/nbBKsXsyvHuqqf mTHf8FjsP9HWRNFNsLTkqxpGLOPnGXVsT6veudvN2enl1Caa6sqQtBOCub2YkTC0MF FQxe+dNLrhSqd8CMFMsMjUZQUXvTuheWwTW23mT+1f3henKNrtLykC1cYgd2CvlDGV Z8pUkDgV3uo5YYteGcfrbfaZLLSXAWUYQKr4wOQgDnKpeJZqPIiNZtHoDiXlrPbXJL m4mSKlznupMIw== From: Mark Brown To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Erwan Leray , Fabrice Gasnier , Alain Volmat Cc: linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org In-Reply-To: <20231218155721.359198-1-alain.volmat@foss.st.com> References: <20231218155721.359198-1-alain.volmat@foss.st.com> Subject: Re: (subset) [PATCH 0/6] spi: stm32: add support for stm32mp25 Message-Id: <170325180035.61341.901936375661515103.b4-ty@kernel.org> Date: Fri, 22 Dec 2023 13:30:00 +0000 MIME-Version: 1.0 X-Mailer: b4 0.13-dev-5c066 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231222_053005_842114_60F71CA5 X-CRM114-Status: GOOD ( 13.12 ) 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 Mon, 18 Dec 2023 16:57:12 +0100, Alain Volmat wrote: > This series adds support for spi bus found on the stm32mp25 and add > all instances within device-trees. > > Alain Volmat (4): > spi: stm32: use dma_get_slave_caps prior to configuring dma channel > arm64: dts: st: add all 8 spi nodes on stm32mp251 > arm64: dts: st: add spi3/spi8 pins for stm32mp25 > arm64: dts: st: add spi3 / spi8 properties on stm32mp257f-ev1 > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/6] spi: stm32: use dma_get_slave_caps prior to configuring dma channel commit: 6f98f25247b7ef03fb89030a3af6c0eb08132104 [2/6] dt-bindings: spi: stm32: add st,stm32mp25-spi compatible commit: f034a151059a84cecaae68f5a72ee5d815e94625 [3/6] spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc commit: f6cd66231aa58599526584ff4df1bdde8d86eac8 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