RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
On Thu, August 29, 2013, Tomasz Figa wrote: > Hi Seungwon, > > On Thursday 29 of August 2013 19:36:28 Seungwon Jeon wrote: > > Yuvaraj Kumar wrote: > > > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon > wrote: > > > > On Thu, August 29, 2013, Alim Akhtar wrote: > > > >> Hi Seungwon, > > > >> > >

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Tomasz Figa
Hi Seungwon, On Thursday 29 of August 2013 19:36:28 Seungwon Jeon wrote: > Yuvaraj Kumar wrote: > > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: > > > On Thu, August 29, 2013, Alim Akhtar wrote: > > >> Hi Seungwon, > > >> > > >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: >

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
Yuvaraj Kumar wrote: > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: > > On Thu, August 29, 2013, Alim Akhtar wrote: > >> Hi Seungwon, > >> > >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon > >> wrote: > >> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > >> >> Exynos5420 Mobile S

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Yuvaraj Kumar
On Thu, Aug 29, 2013 at 3:34 PM, Yuvaraj Kumar wrote: > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: >> On Thu, August 29, 2013, Alim Akhtar wrote: >>> Hi Seungwon, >>> >>> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: >>> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >>>

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Yuvaraj Kumar
On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: > On Thu, August 29, 2013, Alim Akhtar wrote: >> Hi Seungwon, >> >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: >> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >> >> Exynos5420 Mobile Storage Host controller has Security Manag

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
On Thu, August 29, 2013, Alim Akhtar wrote: > Hi Seungwon, > > On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: > > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > >> Exynos5420 Mobile Storage Host controller has Security Management Unit > >> (SMU) for channel 0 and channel 1 (mainly for

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Yuvaraj Kumar
On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >> Exynos5420 Mobile Storage Host controller has Security Management Unit >> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures >> SMU for exynos5420. >> >> This patch i

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Alim Akhtar
Hi Seungwon, On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >> Exynos5420 Mobile Storage Host controller has Security Management Unit >> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures >> SMU for exynos5420. >> >

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > Exynos5420 Mobile Storage Host controller has Security Management Unit > (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures > SMU for exynos5420. > > This patch is on top of the below patch by Doug Anderson. > mmc: dw_mmc:

[RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-28 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 configures SMU for exynos5420. This patch is on top of the below patch by Doug Anderson. mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INT changes