linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v11] arm64: defconfig: Enable STM32 Octo Memory Manager and OcstoSPI driver
@ 2025-06-30  8:44 Patrice Chotard
  2025-07-04  9:35 ` Alexandre TORGUE
  0 siblings, 1 reply; 2+ messages in thread
From: Patrice Chotard @ 2025-06-30  8:44 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, alexandre Torgue
  Cc: linux-arm-kernel, linux-kernel, Patrice Chotard

Enable STM32 OctoSPI driver.
Enable STM32 Octo Memory Manager (OMM) driver which is needed
for OSPI usage on STM32MP257F-EV1 board.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
---
Changes in v11:
  - rebase on top of next-20250627.
  - Add Alexandre in recipients.

Changes in v10:
  - rebase on top of next-20250509.
  - Link to v9: https://lore.kernel.org/r/20250428-upstream_omm_ospi_defconfig-v9-1-66c1bbac5461@foss.st.com

Changes in v9:
  - split patchset by susbsystem, current one include only defconfig related
    patch.
  - Link to v8: https://lore.kernel.org/r/20250407-upstream_ospi_v6-v8-0-7b7716c1c1f6@foss.st.com
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2211c385195456f8609edfad40202002df0abb5f..978bcd554ee18b0fa1975a984b9eb9058727df81 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -582,6 +582,7 @@ CONFIG_SPI_QUP=y
 CONFIG_SPI_QCOM_GENI=m
 CONFIG_SPI_S3C64XX=y
 CONFIG_SPI_SH_MSIOF=m
+CONFIG_SPI_STM32_OSPI=m
 CONFIG_SPI_SUN6I=y
 CONFIG_SPI_TEGRA210_QUAD=m
 CONFIG_SPI_TEGRA114=m
@@ -1528,6 +1529,7 @@ CONFIG_EXTCON_USB_GPIO=y
 CONFIG_EXTCON_USBC_CROS_EC=y
 CONFIG_FSL_IFC=y
 CONFIG_RENESAS_RPCIF=m
+CONFIG_STM32_OMM=m
 CONFIG_IIO=y
 CONFIG_EXYNOS_ADC=y
 CONFIG_IMX8QXP_ADC=m

---
base-commit: 2aeda9592360c200085898a258c4754bfe879921
change-id: 20250410-upstream_omm_ospi_defconfig-cbeda7cb302a

Best regards,
-- 
Patrice Chotard <patrice.chotard@foss.st.com>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v11] arm64: defconfig: Enable STM32 Octo Memory Manager and OcstoSPI driver
  2025-06-30  8:44 [PATCH v11] arm64: defconfig: Enable STM32 Octo Memory Manager and OcstoSPI driver Patrice Chotard
@ 2025-07-04  9:35 ` Alexandre TORGUE
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre TORGUE @ 2025-07-04  9:35 UTC (permalink / raw)
  To: Patrice Chotard, Catalin Marinas, Will Deacon
  Cc: linux-arm-kernel, linux-kernel

Hi Patrice

On 6/30/25 10:44, Patrice Chotard wrote:
> Enable STM32 OctoSPI driver.
> Enable STM32 Octo Memory Manager (OMM) driver which is needed
> for OSPI usage on STM32MP257F-EV1 board.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
> Changes in v11:
>    - rebase on top of next-20250627.
>    - Add Alexandre in recipients.
> 
> Changes in v10:
>    - rebase on top of next-20250509.
>    - Link to v9: https://lore.kernel.org/r/20250428-upstream_omm_ospi_defconfig-v9-1-66c1bbac5461@foss.st.com
> 
> Changes in v9:
>    - split patchset by susbsystem, current one include only defconfig related
>      patch.
>    - Link to v8: https://lore.kernel.org/r/20250407-upstream_ospi_v6-v8-0-7b7716c1c1f6@foss.st.com
> ---
>   arch/arm64/configs/defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 2211c385195456f8609edfad40202002df0abb5f..978bcd554ee18b0fa1975a984b9eb9058727df81 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -582,6 +582,7 @@ CONFIG_SPI_QUP=y
>   CONFIG_SPI_QCOM_GENI=m
>   CONFIG_SPI_S3C64XX=y
>   CONFIG_SPI_SH_MSIOF=m
> +CONFIG_SPI_STM32_OSPI=m
>   CONFIG_SPI_SUN6I=y
>   CONFIG_SPI_TEGRA210_QUAD=m
>   CONFIG_SPI_TEGRA114=m
> @@ -1528,6 +1529,7 @@ CONFIG_EXTCON_USB_GPIO=y
>   CONFIG_EXTCON_USBC_CROS_EC=y
>   CONFIG_FSL_IFC=y
>   CONFIG_RENESAS_RPCIF=m
> +CONFIG_STM32_OMM=m
>   CONFIG_IIO=y
>   CONFIG_EXYNOS_ADC=y
>   CONFIG_IMX8QXP_ADC=m
> 
> ---
> base-commit: 2aeda9592360c200085898a258c4754bfe879921
> change-id: 20250410-upstream_omm_ospi_defconfig-cbeda7cb302a
> 
> Best regards,


Applied on stm32-next.

thanks
Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-04  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-30  8:44 [PATCH v11] arm64: defconfig: Enable STM32 Octo Memory Manager and OcstoSPI driver Patrice Chotard
2025-07-04  9:35 ` Alexandre TORGUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).