From: Lee Jones Date: Thu, 20 Mar 2014 09:21:06 +0000 (+0000) Subject: mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct X-Git-Tag: v3.15-rc1~65^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b1bb4e18919b969cd876d48b40733993c2a7c7;p=pandora-kernel.git mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct Until now the dynamically configurable message sequences for read, write and enable 32bit addressing have been global. Brian makes a good point why this should not be the case. If there are ever two FSM's located on the same platform, we could be potentially introducing a race condition on "needlessly shared data". Suggested-by: Brian Norris Acked-by Angus Clark Signed-off-by: Lee Jones Signed-off-by: Brian Norris --- Reading git-diff-tree failed