From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] spi: Add Cadence QSPI controller Kconfig entry
Date: Thu, 05 Mar 2015 17:30:26 +0100 [thread overview]
Message-ID: <54F884A2.3040504@denx.de> (raw)
In-Reply-To: <201503051714.31249.marex@denx.de>
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.
HTP.
Thanks,
Stefan
next prev parent reply other threads:[~2015-03-05 16:30 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 [this message]
2015-03-05 16:39 ` Tom Rini
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=54F884A2.3040504@denx.de \
--to=sr@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.