Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-11-09 Thread Girish K S
On 8 November 2011 15:18, Sahitya Tummala wrote: > Hi Girish, > > On 10/18/2011 10:35 AM, Girish K S wrote: >> >> This patch adds the support for power off notify feature, available in >> eMMC 4.5 devices. If the the host has support for this feature, then the >> mmc core will notify it to the dev

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-11-08 Thread Sahitya Tummala
Hi Girish, On 10/18/2011 10:35 AM, Girish K S wrote: This patch adds the support for power off notify feature, available in eMMC 4.5 devices. If the the host has support for this feature, then the mmc core will notify it to the device by setting the POWER_OFF_NOTIFICATION byte in the extended cs

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-18 Thread Jaehoon Chung
Hi Chris. Thank you for merged about eMMC4.5 feature. Best regards, Jaehoon Chung On 10/18/2011 09:53 PM, Chris Ball wrote: > Hi, > > On Tue, Oct 18 2011, Girish K S wrote: >>> missing one thing.unsigned intpower_notify_type; in >>> include/linux/mmc/host.h >> is not alligned to

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-18 Thread Chris Ball
Hi, On Tue, Oct 18 2011, Girish K S wrote: >> missing one thing.unsigned intpower_notify_type; in >> include/linux/mmc/host.h > is not alligned to the above member, which was done in my latest patch Fixed. Thanks! - Chris. -- Chris Ball One Laptop Per Ch

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Girish K S
On 18 October 2011 11:17, Chris Ball wrote: > Hi, > > On Tue, Oct 18 2011, Jaehoon Chung wrote: >> Hi Girish. >> >> This patch is merged on mmc-next..did you know that? >> And if deleted commit id bd3151f6c55c553bed2c0df72792841457b75bb5, >> I will re-work for eMMC feature4.5. >> git://git.infrade

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Girish K S
On 18 October 2011 11:07, Jaehoon Chung wrote: > Hi Girish. > > I know you're worked based-on latest mmc-next. > But this patch is already merged on mmc-next... > > Merged patch is already included #define MMC_CAP2_CACHE_CTRL and > EXT_CSD_FLUSH_CACHE. > > So i didn't add them in [mmc: core: Add

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Chris Ball
Hi, On Tue, Oct 18 2011, Jaehoon Chung wrote: > Hi Girish. > > This patch is merged on mmc-next..did you know that? > And if deleted commit id bd3151f6c55c553bed2c0df72792841457b75bb5, > I will re-work for eMMC feature4.5. > git://git.infradead.org/users/kmpark/linux-2.6-samsung emmc4.5 > > To Chr

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Jaehoon Chung
Hi Girish. I know you're worked based-on latest mmc-next. But this patch is already merged on mmc-next... Merged patch is already included #define MMC_CAP2_CACHE_CTRL and EXT_CSD_FLUSH_CACHE. So i didn't add them in [mmc: core: Add cache control for eMMC4.5 device] on the below repository git:

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Girish K S
On 18 October 2011 10:49, Girish K S wrote: > On 18 October 2011 10:46, Jaehoon Chung wrote: >> Hi Girish. >> >> This patch is merged on mmc-next..did you know that? >> And if deleted commit id bd3151f6c55c553bed2c0df72792841457b75bb5, >> I will re-work for eMMC feature4.5. >> git://git.infradead

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Girish K S
On 18 October 2011 10:46, Jaehoon Chung wrote: > Hi Girish. > > This patch is merged on mmc-next..did you know that? > And if deleted commit id bd3151f6c55c553bed2c0df72792841457b75bb5, > I will re-work for eMMC feature4.5. > git://git.infradead.org/users/kmpark/linux-2.6-samsung emmc4.5 > > To Ch

Re: [PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Jaehoon Chung
Hi Girish. This patch is merged on mmc-next..did you know that? And if deleted commit id bd3151f6c55c553bed2c0df72792841457b75bb5, I will re-work for eMMC feature4.5. git://git.infradead.org/users/kmpark/linux-2.6-samsung emmc4.5 To Chris. If you re-commit this patch, i also change "git pull requ

[PATCH V9] mmc: core: Add Power Off Notify Feature eMMC 4.5

2011-10-17 Thread Girish K S
This patch adds the support for power off notify feature, available in eMMC 4.5 devices. If the the host has support for this feature, then the mmc core will notify it to the device by setting the POWER_OFF_NOTIFICATION byte in the extended csd register with a value 1(POWER_ON). For suspend mode s