In my thus-far-futile quest to get dm355 booting out of the GIT tree and not running out of initramfs ... here are some MMC updates.
- Clock framework updates, so that clk_get(dev, "mmc") can return the MMC clock used by that device without teaching the MMC driver about all the various clock names it might encounter. - MMC device creation update, providing more resources (DMA channels, SDIO IRQ) and the second MMC device. - Teach the MMC driver to use those DMA resources, so that DMA could work on MMC1 (not just MMC0). - Use that new clk_get() facility to get the right clock (not just MMC0). These have been sanity tested on a dm6446, which still works as well as it used to work. On dm355, MMC0 is not responsive, while MMC1 is at least collecting IRQs. So it's a net improvement, though MMC access of any kind isn't quite there yet. _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
