* [PATCH v2] mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs
@ 2018-03-19 9:21 Miquel Raynal
2018-03-19 9:54 ` Boris Brezillon
0 siblings, 1 reply; 2+ messages in thread
From: Miquel Raynal @ 2018-03-19 9:21 UTC (permalink / raw)
To: Boris Brezillon, Richard Weinberger, David Woodhouse,
Brian Norris, Marek Vasut
Cc: linux-mtd, Miquel Raynal
Files have been moved in the NAND subsystem to reflect the different
flavors of NAND devices.
Raw/Parallel NAND devices have been moved to a "raw" subdirectory to
make the difference with OneNAND and SPI NAND for instance. So adjust
the Kconfig entry to clarify things.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
Changes since v1:
=================
- s|RawNAND|Raw/Parallel NAND| to avoid a possible confusion with a
brand name like OneNAND.
drivers/mtd/nand/raw/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 9b1918af0064..46b29d277804 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -11,12 +11,12 @@ config MTD_NAND_ECC_SMC
menuconfig MTD_NAND
- tristate "NAND Device Support"
+ tristate "Raw/Parallel NAND Device Support"
depends on MTD
select MTD_NAND_ECC
help
- This enables support for accessing all type of NAND flash
- devices. For further information see
+ This enables support for accessing all type of raw/parallel
+ NAND flash devices. For further information see
<http://www.linux-mtd.infradead.org/doc/nand.html>.
if MTD_NAND
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs
2018-03-19 9:21 [PATCH v2] mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs Miquel Raynal
@ 2018-03-19 9:54 ` Boris Brezillon
0 siblings, 0 replies; 2+ messages in thread
From: Boris Brezillon @ 2018-03-19 9:54 UTC (permalink / raw)
To: Miquel Raynal
Cc: Richard Weinberger, David Woodhouse, Brian Norris, Marek Vasut,
linux-mtd
On Mon, 19 Mar 2018 10:21:58 +0100
Miquel Raynal <miquel.raynal@bootlin.com> wrote:
> Files have been moved in the NAND subsystem to reflect the different
> flavors of NAND devices.
>
> Raw/Parallel NAND devices have been moved to a "raw" subdirectory to
> make the difference with OneNAND and SPI NAND for instance. So adjust
> the Kconfig entry to clarify things.
>
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Applied.
Thanks,
Boris
> ---
>
> Changes since v1:
> =================
> - s|RawNAND|Raw/Parallel NAND| to avoid a possible confusion with a
> brand name like OneNAND.
>
> drivers/mtd/nand/raw/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
> index 9b1918af0064..46b29d277804 100644
> --- a/drivers/mtd/nand/raw/Kconfig
> +++ b/drivers/mtd/nand/raw/Kconfig
> @@ -11,12 +11,12 @@ config MTD_NAND_ECC_SMC
>
>
> menuconfig MTD_NAND
> - tristate "NAND Device Support"
> + tristate "Raw/Parallel NAND Device Support"
> depends on MTD
> select MTD_NAND_ECC
> help
> - This enables support for accessing all type of NAND flash
> - devices. For further information see
> + This enables support for accessing all type of raw/parallel
> + NAND flash devices. For further information see
> <http://www.linux-mtd.infradead.org/doc/nand.html>.
>
> if MTD_NAND
--
Boris Brezillon, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-19 9:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 9:21 [PATCH v2] mtd: rawnand: makes the Kconfig entry clear when it comes to raw NANDs Miquel Raynal
2018-03-19 9:54 ` Boris Brezillon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox