]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: m25p80: remove unused flash entries from id_table
authorRafał Miłecki <zajec5@gmail.com>
Tue, 7 Apr 2015 08:39:41 +0000 (10:39 +0200)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 May 2015 07:18:24 +0000 (00:18 -0700)
commit3b7cb01a6383e87ca7fd5ba3521302bd6b639bb4
tree0eacbfb2a9b780994046598ee656280e21daf7ef
parent98763cd55b7e513a0846d6e308a772291d75813b
mtd: m25p80: remove unused flash entries from id_table

We had many entries that were recently added just to allow selecting
some flashes directly but were never used. They weren't providing any
special flash handling, we just needed them due to the lack of some
generic binding string.

With the introduction of "nor-jedec" (in a70e9e7) they won't be needed
unless we discover some faulty flash requiring workarounds.
As explained in m25p80 DT documentation we require specifying
"nor-jedec" now as less specific compatible entry.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/devices/m25p80.c