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 62B94C4167D for ; Mon, 13 Nov 2023 19:41:21 +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=uLArDJKZ7Nmw7qIX8yVwVC30zg4bgdykWHXAn1ZXemQ=; b=j9TaXVsL0G85yc YRa/s4+jlHsEIpqhQKFVJQ4xBDZM/lCoPh9JAMWoemHJr11gk7byKF26UlYxeAh19Jmq816KGa2qU uTth1RRJVVhR77SRX8B8UO3cRgt+E1yab1gVDf2+RguX6imm+v9S9PGfGbt1Gk7yQ3S3OVmdN7zBs v/qzJdsgZIpiuYPbJ4clBpbW0TMXq0Xnn2uO9gXykzMns73JIzgJ/O6cZQjdlxJJaaA5l+VqPzuUg am1vcO+D+7Mk7mC+TtWIsaWkcr7+2cxdMxDNvn8k0JqP4OeanEWwCh6pgLrCtzFwtNmtTyNaPi05T IjetxTHLJUQ47i+a0ZOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r2cnn-00EaHo-2e; Mon, 13 Nov 2023 19:40:55 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r2cnk-00EaGh-1W for linux-arm-kernel@lists.infradead.org; Mon, 13 Nov 2023 19:40:54 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 1184AB80ECE; Mon, 13 Nov 2023 19:40:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E15FC433C8; Mon, 13 Nov 2023 19:40:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699904450; bh=Sww/WWaJ51nm84r2fYUy70d6PRu+fd6AVzmVnWzJ8Js=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Kxr8pe7ZY2+J5nJ3lS//8qGM7EfFPIW/4giAq2x9J2xGT/AX4MkvGW4gLQXy1McRX 3MLKYj2V/ljB5JAgItq/LeuArUb81ZxdqmnevzKXzxmcoYVzo9MAN17Swm5OQjG84y MfZYR2aJz0fr2LL5CMB/fTF9efF7mqgOE2YQzaTLmY5pY+Tz3EAA7xD1y6XNCTmMsR YrfyynmdlLaQNUtWhoja90G0TGrvyQGhrCwwDlIhckTlRkOdygohQFzvH/tLEZYg6G pVQ/jETK0OmYzkSVEZpNLZL2qjvURE7pIopB3zeZugdOMAAI0kT29kuVhAd/lXEAfy 4q6CyN/Y+i/RA== From: Mark Brown To: 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, Ben Wolsieffer Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Alain Volmat , Erwan Leray , Fabrice Gasnier In-Reply-To: <20231102193722.3042245-1-ben.wolsieffer@hefring.com> References: <20231102193722.3042245-1-ben.wolsieffer@hefring.com> Subject: Re: (subset) [PATCH v2 0/5] Add STM32F7 SPI support Message-Id: <169990444654.3294163.14589555385933393439.b4-ty@kernel.org> Date: Mon, 13 Nov 2023 19:40:46 +0000 MIME-Version: 1.0 X-Mailer: b4 0.13-dev-0438c X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231113_114052_657348_EF2FED5F X-CRM114-Status: GOOD ( 14.29 ) 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 Thu, 02 Nov 2023 15:37:17 -0400, Ben Wolsieffer wrote: > This series adds support for SPI on STM32F7 processors. The STM32F7 SPI > peripheral is nearly identical to the STM32F4, with the only significant > differences being that it supports a wider range of word sizes, and the > addition of 32-bit transmit and receive FIFOs. > > v2: > - Add missing commit body > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/5] spi: stm32: rename stm32f4_* to stm32fx_* commit: adde8a55daf640515edd78b7ac5f3293c3960b8e [2/5] spi: stm32: use callbacks for read_rx and write_tx commit: 247ba5ea058290824862902f7ee64c20a744c461 [3/5] dt-bindings: spi: add stm32f7-spi compatible commit: 09388379b6d7143ed12fc06900ec9db3bb82ca8f [4/5] spi: stm32: add STM32F7 support commit: a84dcb410b5f928899a53ba79ec71108700872d6 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