On 10/11/2017 21:25, Mike Nawrocki wrote: > This patch set does a few things. First, it switches the AMD CFI flash MMIO > operations from the old MMIO API to the new one. Second, it enables 8-byte > wide > flash arrays. Finally, it adds flash interleaving using the "device-width" and > "max-device-width" properties, using the same interface as pflash_cfi01.c. > Much > of the code was taken and adapted from that file.
This unfortunately is not a patch set, it's a patch that does many things. You should split it in three parts, according to the three things you've mentioned in the message above. Paolo