On Tue, Jun 12, 2012 at 10:58 AM, Girish K S <[email protected]> wrote: > In the Current dwmmc driver there is support for selecting IDMAC from > the menu config option. If the support for IDMAC is enabled in the menu > config and Hardware configuration register's DMA_INTERFACE field is 0. > Still the driver will try to do the DMA initialization. > > The dw_mci_idmac_init function currently implemented returns only success > indicating that the DMA initialization is always successful. The current > patch will add a ciheck for existance of the DMA IP and allow the > DMA initialization. > > Signed-off-by: Girish K S <[email protected]> > --- > drivers/mmc/host/dw_mmc.c | 15 +++++++++++++-- > 1 files changed, 13 insertions(+), 2 deletions(-)
Ok, this version looks better. Acked-by: Will Newton <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
