Re: [PATCH V7] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-11-06 Thread Ulf Hansson
On 20 October 2014 09:12, Prabu Thangamuthu wrote: > Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address > mode from IP version 2.70a onwards. > Updated the driver to support IDMAC 64-bit addressing mode. > > Signed-off-by: Prabu Thangamuthu Thanks! Applied for next. K

Re: [PATCH V7] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-11-06 Thread Jaehoon Chung
Hi, I have tested this patch with 32bit/64bit board. It's working fine. After apply this patch, it can be upstream the codes related with exynos7. Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 10/20/2014 04:12 PM, Prabu Thangamuthu wrote: > Synopsys DW_MMC IP core supports Internal D

Re: [PATCH V7] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-29 Thread Alim Akhtar
Hi Prabu, On Mon, Oct 20, 2014 at 12:42 PM, Prabu Thangamuthu wrote: > Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address > mode from IP version 2.70a onwards. > Updated the driver to support IDMAC 64-bit addressing mode. > > Signed-off-by: Prabu Thangamuthu Thanks!! T

[PATCH V7] mmc: dw_mmc: Add IDMAC 64-bit address mode support

2014-10-20 Thread Prabu Thangamuthu
Synopsys DW_MMC IP core supports Internal DMA Controller with 64-bit address mode from IP version 2.70a onwards. Updated the driver to support IDMAC 64-bit addressing mode. Signed-off-by: Prabu Thangamuthu --- Change log v7: - Initialized reserved fileds and buffer size filed to zero.