Miquel Raynal <miquel.raynal@xxxxxxxxxxx> writes: > Hi Robert, Mi Miquel, >> I hope someone still has a board to test that. No, unfortunately I don't have this board, nor do I know of anyone having one. It's the second time I see patches on cmx270, and the question to whether we shoud keep this board in kernel is still in my mind ... given that cm-x300 is fully supported and testable, and no one I know has a cm-x2700 ... Now for your series, I have 2 comments : - dsb() : can you explain the rationale of each of the 3 instances I saw please. - the +2 IOMEM offset I don't like it at all. I don't mind the offset, I disklike the use of readb() or readw() where before there was a readl().. Same thing for writeb() against writel(). The bus semantics are not the same, the alignment is not the same as well (and PXA is very old and doesn't cope well with alignment), and without a proper board to test, I would be very wary to have that change. Cheers. -- Robert ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/