Re: [RFC V2 4/4] mmc: dw_mmc: exynos: add a quirk for SMU.

2013-08-23 Thread Yuvaraj Kumar
Hi Jaehoon, Yes,Its depend on the below patch. mmc: dw_mmc: exynos: Add a new compatible string for exynos5420 http://permalink.gmane.org/gmane.linux.kernel.mmc/21060 Best Regards Yuvaraj On Fri, Aug 23, 2013 at 6:25 PM, Jaehoon Chung wrote: > Hi Yuvaraj, > > Is there dependency with other patc

Re: [RFC V2 4/4] mmc: dw_mmc: exynos: add a quirk for SMU.

2013-08-23 Thread Jaehoon Chung
Hi Yuvaraj, Is there dependency with other patch? I didn't see the defined "DW_MCI_TYPE_EXYNOS5420". If i missed something, let me know. Best Regards, Jaehoon Chung On 08/23/2013 08:15 PM, Yuvaraj Kumar C D wrote: > Exynos5420 Mobile Storage Host controller has Security Management Unit > (SMU) f

[RFC V2 4/4] mmc: dw_mmc: exynos: add a quirk for SMU.

2013-08-23 Thread Yuvaraj Kumar C D
Exynos5420 Mobile Storage Host controller has Security Management Unit (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch adds a quirk to bypass SMU as it is not being used yet. This patch is on top of the below patch by Doug Anderson. mmc: dw_mmc: Add exynos resume_noirq callback to c