[PATCH v2 1/2] ARM: configs: Enable TI_EDMA in omap2plus_defconfig

2013-06-26 Thread Joel Fernandes
Build EDMA in by default to avoid fewer people stepping on their toes with broken DMA on drivers needing EDMA. Signed-off-by: Joel Fernandes --- arch/arm/configs/omap2plus_defconfig |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/om

[PATCH v2 2/2] DMA: EDMA: Add comments for A-sync case calculations

2013-06-26 Thread Joel Fernandes
A-sync case in EDMA driver is tricky and not so obvious. Document the reasons for the calculations and the scenarious they are used. Signed-off-by: Joel Fernandes --- drivers/dma/edma.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/dma/edma.c b/drivers/dma

[PATCH v2 0/2] DMA: EDMA: Config and comments

2013-06-26 Thread Joel Fernandes
Minor patches remaining after EDMA series was posted. First patch adds the TI_EDMA option which people can forget to add and can result in failure without any informative errors of why DMA is not working. There was a discussion on avoiding Kconfig and putting this in the defconfig instead. Second

Re: [PATCH] RFC: mmc: dw_mmc: Always go to STATE_DATA_BUSY from STATE_DATA_ERROR

2013-06-26 Thread Jaehoon Chung
Hi Seungwon, I didn't get the same result..In my case, it's working fine. But as Bing's result, i will check more and share the result. Best Regards, Jaehoon Chung On 06/26/2013 10:53 AM, Seungwon Jeon wrote: > Hi Jaehoon, > Do you have the same result? > Could you share the result? > > Thanks,

[PATCH v2] ARM: dts: add AM33XX MMC support

2013-06-26 Thread Joel Fernandes
From: Matt Porter Adds AM33XX MMC support for am335x-bone, am335x-evm, and am335x-evmsk. Also added is the DMA binding definitions based on the generic DMA request binding. The HWMOD data removal was breaking MMC so some new properties like reg, interrupt etc were added. Changes to DTS: Interru

Re: [RFC PATCH] mmc: Enable wakeup_sources for mmc core

2013-06-26 Thread Ulf Hansson
On 24 June 2013 21:58, Zoran Markovic wrote: >>> This patch is ported from the Android common tree, so you've probably >>> been using it. >> >> We removed more or less all Android code in the mmc subsystem, since >> it just didn't work. :-) >> >> The "deferred resume" was very useful though, so af

Re: [PATCH 3/5] ARM: dts: am33xx: Add interrupts and memory resources for MMC

2013-06-26 Thread Balaji T K
Hi Joel, On Wednesday 26 June 2013 06:54 AM, Joel A Fernandes wrote: From: Joel A Fernandes HWMOD irq entries for MMC were removed. We provide the same from DT for MMC. This fixes issue where memory resource could not be found during probe. Also, added the reg-offset property to account for t