* [PATCH] spi-nor: Kconfig: Remove unneeded help message
@ 2015-08-12 11:28 Fabio Estevam
2015-08-13 3:12 ` Brian Norris
0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2015-08-12 11:28 UTC (permalink / raw)
To: han.xu; +Cc: computersforpeace, linux-mtd, Fabio Estevam
From: Fabio Estevam <fabio.estevam@freescale.com>
The "We only connect the NOR to this controller now" phrase
is not really useful for a Kconfig help text, so remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
drivers/mtd/spi-nor/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index 64a4f0e..baa8442 100644
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -26,6 +26,5 @@ config SPI_FSL_QUADSPI
depends on ARCH_MXC
help
This enables support for the Quad SPI controller in master mode.
- We only connect the NOR to this controller now.
endif # MTD_SPI_NOR
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] spi-nor: Kconfig: Remove unneeded help message
2015-08-12 11:28 [PATCH] spi-nor: Kconfig: Remove unneeded help message Fabio Estevam
@ 2015-08-13 3:12 ` Brian Norris
2015-08-13 16:49 ` Li Frank
0 siblings, 1 reply; 4+ messages in thread
From: Brian Norris @ 2015-08-13 3:12 UTC (permalink / raw)
To: Fabio Estevam; +Cc: han.xu, linux-mtd, Fabio Estevam, Huang Shijie
On Wed, Aug 12, 2015 at 08:28:19AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> The "We only connect the NOR to this controller now" phrase
> is not really useful for a Kconfig help text, so remove it.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> drivers/mtd/spi-nor/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
> index 64a4f0e..baa8442 100644
> --- a/drivers/mtd/spi-nor/Kconfig
> +++ b/drivers/mtd/spi-nor/Kconfig
> @@ -26,6 +26,5 @@ config SPI_FSL_QUADSPI
> depends on ARCH_MXC
> help
> This enables support for the Quad SPI controller in master mode.
> - We only connect the NOR to this controller now.
I'm inclined to accept this patch, but I'm curious what the intention
for the original statement was. Does this mean "this controller could
support generic SPI, but this driver only bothers to implement the NOR
flash protocol"?
>
> endif # MTD_SPI_NOR
> --
> 1.9.1
>
Brian
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] spi-nor: Kconfig: Remove unneeded help message
2015-08-13 3:12 ` Brian Norris
@ 2015-08-13 16:49 ` Li Frank
2015-08-13 17:05 ` Fabio Estevam
0 siblings, 1 reply; 4+ messages in thread
From: Li Frank @ 2015-08-13 16:49 UTC (permalink / raw)
To: Brian Norris, Fabio Estevam
Cc: Fabio Estevam, Huang Shijie, linux-mtd@lists.infradead.org,
Xu Han
> -----Original Message-----
> From: linux-mtd [mailto:linux-mtd-bounces@lists.infradead.org] On Behalf Of
> Brian Norris
> Sent: Wednesday, August 12, 2015 10:13 PM
> To: Fabio Estevam
> Cc: Estevam Fabio-R49496; Huang Shijie; linux-mtd@lists.infradead.org; Xu
> Han-B45815
> Subject: Re: [PATCH] spi-nor: Kconfig: Remove unneeded help message
>
> On Wed, Aug 12, 2015 at 08:28:19AM -0300, Fabio Estevam wrote:
> > From: Fabio Estevam <fabio.estevam@freescale.com>
> >
> > The "We only connect the NOR to this controller now" phrase is not
> > really useful for a Kconfig help text, so remove it.
> >
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> > drivers/mtd/spi-nor/Kconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
> > index 64a4f0e..baa8442 100644
> > --- a/drivers/mtd/spi-nor/Kconfig
> > +++ b/drivers/mtd/spi-nor/Kconfig
> > @@ -26,6 +26,5 @@ config SPI_FSL_QUADSPI
> > depends on ARCH_MXC
> > help
> > This enables support for the Quad SPI controller in master mode.
> > - We only connect the NOR to this controller now.
>
> I'm inclined to accept this patch, but I'm curious what the intention for the
> original statement was. Does this mean "this controller could support generic
> SPI, but this driver only bothers to implement the NOR flash protocol"?
This controller doesn't support generic SPI.
Just support connect to SPI NOR flash.
Best regards
Frank Li
>
> >
> > endif # MTD_SPI_NOR
> > --
> > 1.9.1
> >
>
> Brian
>
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] spi-nor: Kconfig: Remove unneeded help message
2015-08-13 16:49 ` Li Frank
@ 2015-08-13 17:05 ` Fabio Estevam
0 siblings, 0 replies; 4+ messages in thread
From: Fabio Estevam @ 2015-08-13 17:05 UTC (permalink / raw)
To: Li Frank
Cc: Brian Norris, Fabio Estevam, Huang Shijie,
linux-mtd@lists.infradead.org, Xu Han
Hi Frank,
On Thu, Aug 13, 2015 at 1:49 PM, Li Frank <Frank.Li@freescale.com> wrote:
>> I'm inclined to accept this patch, but I'm curious what the intention for the
>> original statement was. Does this mean "this controller could support generic
>> SPI, but this driver only bothers to implement the NOR flash protocol"?
>
> This controller doesn't support generic SPI.
> Just support connect to SPI NOR flash.
Thanks for the clarification.
I changed the Kconfig in v2 to make this clear as per your suggestion.
Regards,
Fabio Estevam
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-13 17:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 11:28 [PATCH] spi-nor: Kconfig: Remove unneeded help message Fabio Estevam
2015-08-13 3:12 ` Brian Norris
2015-08-13 16:49 ` Li Frank
2015-08-13 17:05 ` Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox