Re: [PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-27 Thread Jaehoon Chung
Hi, Did you read my comment? Which kernel version did you use? I think your patch doesn't need on mainline kernel. If you want to apply the patch, work on the latest kernel. https://patchwork.kernel.org/patch/7719811/ Author: Chaotian Jing AuthorDate: Mon Nov 30 09:27:30 2015 +0800

[PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-27 Thread Youngjin Jang
__mmc_switch() is possible to misjudge error. Although jiffies was overed timeout, the chance about "R1_CURRENT_STATE(status) != R1_STATE_PRG" is exists. In other words, Successful completion of CMD6 with timeout error. Kernel expects failure of __mmc_switch, but card is completed CMD6 in this

Re: [PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-27 Thread Jaehoon Chung
Hi, Did you read my comment? Which kernel version did you use? I think your patch doesn't need on mainline kernel. If you want to apply the patch, work on the latest kernel. https://patchwork.kernel.org/patch/7719811/ Author: Chaotian Jing AuthorDate: Mon Nov

[PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-27 Thread Youngjin Jang
__mmc_switch() is possible to misjudge error. Although jiffies was overed timeout, the chance about "R1_CURRENT_STATE(status) != R1_STATE_PRG" is exists. In other words, Successful completion of CMD6 with timeout error. Kernel expects failure of __mmc_switch, but card is completed CMD6 in this

Re: [PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-24 Thread Jaehoon Chung
Hi, NAK. Maybe..It seems that this is not the patch based on latest kernel.. Which kernel version did you use? Plz, check the latest kernel. Best Regards, Jaehoon Chung On 12/24/2015 06:24 PM, Jaehoon Chung wrote: > Hi, > > Before send the patch at mailing list, you need to make the patch as

Re: [PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-24 Thread Jaehoon Chung
Hi, Before send the patch at mailing list, you need to make the patch as mainline style. Maybe..maintainer should not review this patch. Refer to "Linux kernel coding style" and "submitting Patches". Also set your email environment. (Documentation/email-clients.txt) Best Regards, Jaehoon

[PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-24 Thread 장영진
>From bc1e491b29d9199f16c6e002a69f9377677b93af Mon Sep 17 00:00:00 2001 From: "yj84.jang" Date: Wed, 16 Dec 2015 08:52:47 +0900 Subject: [PATCH] Move the judgement of timeout into mmc_switch_status_error() __mmc_switch() is possible to misjudge error. Although jiffies was overed

[PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-24 Thread 장영진
>From bc1e491b29d9199f16c6e002a69f9377677b93af Mon Sep 17 00:00:00 2001 From: "yj84.jang" Date: Wed, 16 Dec 2015 08:52:47 +0900 Subject: [PATCH] Move the judgement of timeout into mmc_switch_status_error() __mmc_switch() is possible to misjudge error. Although

Re: [PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-24 Thread Jaehoon Chung
Hi, Before send the patch at mailing list, you need to make the patch as mainline style. Maybe..maintainer should not review this patch. Refer to "Linux kernel coding style" and "submitting Patches". Also set your email environment. (Documentation/email-clients.txt) Best Regards, Jaehoon

Re: [PATCH] Move the judgement of timeout into mmc_switch_status_error()

2015-12-24 Thread Jaehoon Chung
Hi, NAK. Maybe..It seems that this is not the patch based on latest kernel.. Which kernel version did you use? Plz, check the latest kernel. Best Regards, Jaehoon Chung On 12/24/2015 06:24 PM, Jaehoon Chung wrote: > Hi, > > Before send the patch at mailing list, you need to make the patch as