RE: [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature

2011-01-10 Thread Dong, Chuanxiao
g; > a...@linux-foundation.org > Subject: Re: [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature > > Hi Chuanxiao, > > On Mon, Dec 27, 2010 at 06:13:05PM +0800, Chuanxiao Dong wrote: > > Hi all, > >This is the version 6 of hardware reset feature implementati

Re: [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature

2011-01-10 Thread Chris Ball
Hi Chuanxiao, On Mon, Dec 27, 2010 at 06:13:05PM +0800, Chuanxiao Dong wrote: > Hi all, >This is the version 6 of hardware reset feature implementation. When eMMC >card cannot response any command, signal RST_n can help to reset eMMC >card. > >patch1: enable HW reset capability if

RE: [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature

2011-01-09 Thread Dong, Chuanxiao
vger.kernel.org; c...@laptop.org; a...@linux-foundation.org > Subject: [PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature > > Hi all, >This is the version 6 of hardware reset feature implementation. When eMMC >card cannot response any command, signal RST_n can help to res

[PATCH v6 0/3]mmc: implement eMMC4.4 standard HW reset feature

2010-12-27 Thread Chuanxiao Dong
Hi all, This is the version 6 of hardware reset feature implementation. When eMMC card cannot response any command, signal RST_n can help to reset eMMC card. patch1: enable HW reset capability if card supports. patch2: do hardware reset if card occurs read/write/erase timeout pat