OSDN Git Service

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)
commit3094fe121e7514687dd1bdc35127a23be257400e
tree0eacbfb2a9b780994046598ee656280e21daf7ef
parentb79c332fb283c101abb5d8570dea2d29f3871802
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 1103b85) 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