mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v1] spi: add STM32F7 QSPI controller driver
Date: Tue, 1 Apr 2025 10:07:22 +0200	[thread overview]
Message-ID: <Z-ueuhmDq-gYUmcQ@pengutronix.de> (raw)
In-Reply-To: <20250331122918.564304-1-o.rempel@pengutronix.de>

On Mon, Mar 31, 2025 at 02:29:18PM +0200, Oleksij Rempel wrote:
> From: Ahmad Fatoum <a.fatoum@pengutronix.de>
> 
> Introduce support for the STM32F7 QSPI controller, compatible with
> "st,stm32f469-qspi".
> 
> Validated on STM32MP133-based MECT1S r1 board, which includes an
> F7-compatible QSPI peripheral
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  drivers/spi/Kconfig          |   8 +
>  drivers/spi/Makefile         |   1 +
>  drivers/spi/spi-stm32-qspi.c | 496 +++++++++++++++++++++++++++++++++++
>  3 files changed, 505 insertions(+)
>  create mode 100644 drivers/spi/spi-stm32-qspi.c
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index aebfe30a1343..d6e8bea13c9c 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -114,6 +114,14 @@ config SPI_ZYNQ_QSPI
>  	  This enables support for the Zynq Quad SPI controller in master mode.
>  	  This controller only supports SPI memory interface.
>  
> +config STM32_QSPI
> +	bool "STM32F7 QSPI driver"
> +	depends on ARCH_STM32

Shall we add a || COMPILE_TEST here?

Sascha


> +	help
> +	  Enable the STM32F7 Quad-SPI (QSPI) driver. This driver can be
> +	  used to access the SPI NOR flash chips on platforms embedding
> +	  this ST IP core.
> +

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2025-04-01  8:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-31 12:29 Oleksij Rempel
2025-04-01  8:07 ` Sascha Hauer [this message]
2025-04-01  8:21   ` Oleksij Rempel
2025-04-01  8:53 ` Ahmad Fatoum
2025-04-01  9:05   ` Oleksij Rempel
2025-04-01 11:41     ` Ahmad Fatoum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z-ueuhmDq-gYUmcQ@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=o.rempel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox