Re: [U-Boot] [PATCH V4 1/2] mmc: sd: extracting erase related information from sd status

2016-09-08 Thread Jaehoon Chung
Hi Peng, On 09/08/2016 10:51 AM, Peng Fan wrote: > On Thu, Sep 08, 2016 at 10:49:53AM +0900, Jaehoon Chung wrote: >> Hi Peng, >> >> On 09/08/2016 10:42 AM, Peng Fan wrote: >>> Hi Jaehoon, >>> On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote: Hi Peng, On 09/01/2016

Re: [U-Boot] [PATCH V4 1/2] mmc: sd: extracting erase related information from sd status

2016-09-07 Thread Peng Fan
On Thu, Sep 08, 2016 at 10:49:53AM +0900, Jaehoon Chung wrote: >Hi Peng, > >On 09/08/2016 10:42 AM, Peng Fan wrote: >> Hi Jaehoon, >> On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote: >>> Hi Peng, >>> >>> On 09/01/2016 12:13 PM, Peng Fan wrote: Add function to read SD_STATUS

Re: [U-Boot] [PATCH V4 1/2] mmc: sd: extracting erase related information from sd status

2016-09-07 Thread Jaehoon Chung
Hi Peng, On 09/08/2016 10:42 AM, Peng Fan wrote: > Hi Jaehoon, > On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote: >> Hi Peng, >> >> On 09/01/2016 12:13 PM, Peng Fan wrote: >>> Add function to read SD_STATUS information. >>> According to the information, get

Re: [U-Boot] [PATCH V4 1/2] mmc: sd: extracting erase related information from sd status

2016-09-07 Thread Peng Fan
Hi Jaehoon, On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote: >Hi Peng, > >On 09/01/2016 12:13 PM, Peng Fan wrote: >> Add function to read SD_STATUS information. >> According to the information, get erase_timeout/erase_size/erase_offset. >> Add a structure sd_ssr to include the erase

Re: [U-Boot] [PATCH V4 1/2] mmc: sd: extracting erase related information from sd status

2016-09-07 Thread Jaehoon Chung
Hi Peng, On 09/01/2016 12:13 PM, Peng Fan wrote: > Add function to read SD_STATUS information. > According to the information, get erase_timeout/erase_size/erase_offset. > Add a structure sd_ssr to include the erase related information. Sorry for late..I'm testing with your patch on my SD-card.

[U-Boot] [PATCH V4 1/2] mmc: sd: extracting erase related information from sd status

2016-08-31 Thread Peng Fan
Add function to read SD_STATUS information. According to the information, get erase_timeout/erase_size/erase_offset. Add a structure sd_ssr to include the erase related information. Signed-off-by: Peng Fan Cc: Jaehoon Chung Cc: Simon Glass