From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] spi: Add Cadence QSPI controller Kconfig entry
Date: Thu, 5 Mar 2015 11:39:11 -0500 [thread overview]
Message-ID: <20150305163911.GW25373@bill-the-cat> (raw)
In-Reply-To: <54F884A2.3040504@denx.de>
On Thu, Mar 05, 2015 at 05:30:26PM +0100, Stefan Roese wrote:
> On 05.03.2015 17:14, Marek Vasut wrote:
> >>>diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> >>>index c0b2570..eaf31ed 100644
> >>>--- a/drivers/spi/Kconfig
> >>>+++ b/drivers/spi/Kconfig
> >>>@@ -16,3 +16,9 @@ config DESIGNWARE_SPI
> >>>
> >>> depends on DM_SPI
> >>> help
> >>>
> >>> Enable the Designware SPI driver.
> >>>
> >>>+
> >>>+config CADENCE_QSPI
> >>>+ bool "Cadence QSPI driver"
> >>>+ depends on DM_SPI
> >>>+ help
> >>>+ Enable the Cadence QSPI driver.
> >>
> >>Can we get a bit more detail here? What does QSPI mean? What features
> >>does it support?
> >
> >Stefan ? ;-)
>
> Its the IP core from Cadence supporting SPI NOR flash and is present
> on the Altera SoCFPGA. Enabling access to such SPI NOR flash
> devices. QSPI stands for Quad-SPI and refers to the optional use of
> up to 4 data lines for flash access.
>
> So perhaps something like this:
>
> +
> +config CADENCE_QSPI
> + bool "Cadence QSPI driver"
> + depends on DM_SPI
> + help
> + Enable the Cadence QSPI driver. This driver can be used to +
> access the SPI NOR flash on platforms embedding this
> + Cadence IP core (like the Altera SoCFPGA). QSPI stands for
> + Quad-SPI and refers to the optional use of up to 4 data lines
> + for flash access.
Please don't mention platforms in the help for what I think of as
IP-block-vendor drivers. The Cadence QSPI block will be reused by
others and I can see someone "needing" to patch the help text. How
about:
Enable the Cadence Quad-SPI (QSPI) driver. This driver can be used to
access the SPI NOR flash on platforms embedding this
Cadence IP core.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150305/4d2c52b2/attachment.sig>
next prev parent reply other threads:[~2015-03-05 16:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 22:22 [U-Boot] [PATCH 1/2] spi: Add Designware SPI controller Kconfig entry Marek Vasut
2015-03-04 22:22 ` [U-Boot] [PATCH 2/2] spi: Add Cadence QSPI " Marek Vasut
2015-03-05 9:47 ` Stefan Roese
2015-03-05 15:58 ` Simon Glass
2015-03-05 16:14 ` Marek Vasut
2015-03-05 16:30 ` Stefan Roese
2015-03-05 16:39 ` Tom Rini [this message]
2015-03-05 16:47 ` Stefan Roese
2015-03-05 20:48 ` Marek Vasut
2015-03-05 9:47 ` [U-Boot] [PATCH 1/2] spi: Add Designware SPI " Stefan Roese
2015-03-05 10:57 ` Pavel Machek
2015-03-05 19:48 ` Simon Glass
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=20150305163911.GW25373@bill-the-cat \
--to=trini@konsulko.com \
--cc=u-boot@lists.denx.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