[PATCH v4 02/10] mtd: st_spi_fsm: Fetch boot device locations from DT match tables
Brian Norris
computersforpeace at gmail.com
Mon Mar 30 11:16:11 PDT 2015
On Mon, Mar 16, 2015 at 08:13:06AM +0000, Lee Jones wrote:
> So when you said "we have consistently agreed that we aren't going to
> work around that in Linux", who has agreed this. Would you be kind
> enough to point me in the direction of that conversation please?
A few pointers from recent history:
http://lists.infradead.org/pipermail/linux-mtd/2014-September/055156.html
http://lists.infradead.org/pipermail/linux-mtd/2014-September/055559.html
If the question came up in other threads, though, I'm sure the answers
were the same.
BTW, there are sound solutions to this problem in Linux, and they are
supported where possible. Some flash support a separate set of opcodes
that always expect a 4-byte address. If we use these opcodes, we never
have to do any persistent mode-switching. We only found that Spansion
consistently supports these opcodes on all their flash, though.
See:
commit 87c9511fba2bd069a35e1312587a29e112fc0cd6
Author: Brian Norris <computersforpeace at gmail.com>
Date: Thu Apr 11 01:34:57 2013 -0700
mtd: m25p80: utilize dedicated 4-byte addressing commands
Brian
More information about the linux-mtd
mailing list