Hi, On Sun, May 13, 2007 at 02:48:22AM +0200, Arnd Bergmann wrote: > Olof, have you looked at which of the two ->set_mode functions is more > appropriate for electra? I would guess that you actually want to use > the ata_generic one. Actually, the pata_platform driver is _exactly_ what I want at this time, since we can't do bus master dma and it assumes that. It's a perfect fit, I see no reason to retool it. Another reason for why I'm not that excited about doing a generic of_platform driver is that it's likely that I'll do a new driver that uses one of the simple dma engines on our SoC to get the data over PIO (i.e still not bus master dma, but at least offloaded). That'd make the resulting number of users of a pata_of driver 0 until the next one comes around, with whatever that means with respect to bit-rot, etc. That driver will, on the other hand, likely be an of_platform one. But until then there's not much use in doing one. -Olof - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html