Hi Tom,
many thanks,
i reply so late since there is always something that delay my coldfire activity :smileysad:
Yes the same seems to be actually done by
host->sdma_boundary = 0;
I checked sdhci-of-esdhc.c and also tried to have working sdhci-esdhc-imx.c, it seems both are for esdhc but there are some issues with them,
- sdhci-of-esdhc.c is for devicetree (of) and m68k is still stuck on platform board.c, of course i can add platform support in it, but not sure it's welcome, then there was some other reasons i don't remember right now,
- coldfire controller has some oddities and different bitfields from imx, and it is actually resultied easier, and less risky, to issue a new < 200 lines mcf driver. I am trying this way, but of course community is able to block it. Until now, they seems to agree my approach.
Hopefully in few days i should be able to come back on this.
Thanks
Angelo