Re: [PATCH] mmc: Do not send status of send_status is false

2022-08-10 Thread Tom Rini
On Fri, Jul 15, 2022 at 01:58:24AM +0200, Marek Vasut wrote: > Commit 44645f87de5 ("mmc: Fix mmc_switch excessive timeout") introduced > a side effect where CMD13 SEND_STATUS is issued in case mmc_wait_dat0() > does not return -ENOSYS and $send_status is not set. This happens on all > hardware whi

Re: [PATCH] mmc: Do not send status of send_status is false

2022-07-26 Thread Jaehoon Chung
On 7/15/22 08:58, Marek Vasut wrote: > Commit 44645f87de5 ("mmc: Fix mmc_switch excessive timeout") introduced > a side effect where CMD13 SEND_STATUS is issued in case mmc_wait_dat0() > does not return -ENOSYS and $send_status is not set. This happens on all > hardware which does implement .mmc_wa

Re: [PATCH] mmc: Do not send status of send_status is false

2022-07-15 Thread Marek Vasut
On 7/15/22 10:49, Marek BehĂșn wrote: On Fri, 15 Jul 2022 01:58:24 +0200 Marek Vasut wrote: Commit 44645f87de5 ("mmc: Fix mmc_switch excessive timeout") introduced a side effect where CMD13 SEND_STATUS is issued in case mmc_wait_dat0() does not return -ENOSYS and $send_status is not set. This h

Re: [PATCH] mmc: Do not send status of send_status is false

2022-07-15 Thread Marek BehĂșn
On Fri, 15 Jul 2022 01:58:24 +0200 Marek Vasut wrote: > Commit 44645f87de5 ("mmc: Fix mmc_switch excessive timeout") introduced > a side effect where CMD13 SEND_STATUS is issued in case mmc_wait_dat0() > does not return -ENOSYS and $send_status is not set. This happens on all > hardware which doe