mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Jan 12 15:59:09 PST 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=c1711b297f6e2270c1cb17de512985ef500e0de9
Commit:     c1711b297f6e2270c1cb17de512985ef500e0de9
Parent:     de57732da86288cae9a84bd6ce7cf1d1e21f8329
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Mon Nov 16 14:34:51 2015 -0800
Committer:  Brian Norris <computersforpeace at gmail.com>
CommitDate: Thu Nov 19 16:46:49 2015 -0800

    mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments
    
    I overlooked a few comments in commit 8947e396a829 ("Documentation: dt:
    mtd: replace "nor-jedec" binding with "jedec, spi-nor""). Fix these up
    now.
    
    Suggested-by: Javier Martinez Canillas <javier at osg.samsung.com>
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Reviewed-by: Javier Martinez Canillas <javier at osg.samsung.com>
---
 drivers/mtd/devices/m25p80.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 1275357..c9c3b7f 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -246,13 +246,13 @@ static const struct spi_device_id m25p_ids[] = {
 
 	/*
 	 * Entries not used in DTs that should be safe to drop after replacing
-	 * them with "nor-jedec" in platform data.
+	 * them with "spi-nor" in platform data.
 	 */
 	{"s25sl064a"},	{"w25x16"},	{"m25p10"},	{"m25px64"},
 
 	/*
-	 * Entries that were used in DTs without "nor-jedec" fallback and should
-	 * be kept for backward compatibility.
+	 * Entries that were used in DTs without "jedec,spi-nor" fallback and
+	 * should be kept for backward compatibility.
 	 */
 	{"at25df321a"},	{"at25df641"},	{"at26df081a"},
 	{"mr25h256"},



More information about the linux-mtd-cvs mailing list