Re: [PATCH] esdhc: fix DMA_MASK to not break mx25 DMA access

2012-07-22 Thread Chris Ball
Hi Wilson and Sascha, On Tue, Jul 17 2012, Wilson & Cassie wrote: > Patch to not set reserved bits in i.MX25 PROCTL register. DMA stops working > if those bits get set. > > Signed-off-by: Wilson Callan > Acked-by: Sascha Hauer > > --- linux-3.4.4/drivers/mmc/host/sdhci-esdhc-imx.c.orig 2

Re: [PATCH] esdhc: fix DMA_MASK to not break mx25 DMA access

2012-07-18 Thread Chris Ball
Hi, On Tue, Jul 17 2012, Wilson & Cassie wrote: > Patch to not set reserved bits in i.MX25 PROCTL register. DMA stops working > if those bits get set. > > Signed-off-by: Wilson Callan > Acked-by: Sascha Hauer > > --- linux-3.4.4/drivers/mmc/host/sdhci-esdhc-imx.c.orig 2012-07-04 > 13:58

Re: [PATCH] esdhc: fix DMA_MASK to not break mx25 DMA access

2012-07-17 Thread Wilson & Cassie
Patch to not set reserved bits in i.MX25 PROCTL register. DMA stops working if those bits get set. Signed-off-by: Wilson Callan Acked-by: Sascha Hauer --- linux-3.4.4/drivers/mmc/host/sdhci-esdhc-imx.c.orig 2012-07-04 13:58:16.239979741 -0400 +++ linux-3.4.4/drivers/mmc/host/sdhci-esdhc-imx.