Message ID | 20250324-upstream_ospi_required_resets-v2-0-85a48afcedec@foss.st.com |
---|---|
Headers | show |
Series | spi: spi-stm32-ospi: dt-bindings fixes | expand |
On Mon, 24 Mar 2025 10:40:12 +0100, Patrice Chotard wrote: > Make "resets" property mandatory. > Update spi-stm32-ospi driver and dt-bindings accordingly. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/2] spi: dt-bindings: st,stm32mp25-ospi: Make "resets" a required property commit: d58b4eb7c03cabb10d4eebc89d7596e06376e54d [2/2] spi: spi-stm32-ospi: Make "resets" a required property commit: 69e3433fa5e24edc94e94b4f34e3dbb754bdedbf 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
Make "resets" property mandatory. Update spi-stm32-ospi driver and dt-bindings accordingly. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> --- Changes in v2: - Update dt-bindings commit message to explain why OSPI's resets becomes a required property. - Link to v1: https://lore.kernel.org/r/20250321-upstream_ospi_required_resets-v1-0-9aa4702e3ae2@foss.st.com --- Patrice Chotard (2): spi: dt-bindings: st,stm32mp25-ospi: Make "resets" a required property spi: spi-stm32-ospi: Make "resets" a required property Documentation/devicetree/bindings/spi/st,stm32mp25-ospi.yaml | 1 + drivers/spi/spi-stm32-ospi.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- base-commit: e94bd4ec45ac156616da285a0bf03056cd7430fc change-id: 20250321-upstream_ospi_required_resets-34a8b17611b6 Best regards,