Re: [PATCH v2 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

From: Ryan Case
Date: Thu Sep 20 2018 - 19:48:15 EST


On Thu, Sep 20, 2018 at 3:46 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> On 9/20/18 3:40 PM, Ryan Case wrote:
> > diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> > index de03d67bcd2b..36922e12c3b0 100644
> > --- a/drivers/spi/Kconfig
> > +++ b/drivers/spi/Kconfig
> > @@ -549,6 +549,12 @@ config SPI_RSPI
> > help
> > SPI driver for Renesas RSPI and QSPI blocks.
> >
> > +config SPI_QCOM_QSPI
> > + tristate "QTI QPSPI controller"
>
> Is that QPSPI correct?
> This is the only place that QPSPI or PSPI is used in this patch.
>

Thanks Randy, that is a typo. I'll fix this in the next revision in a
day or two pending further feedback.