All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: MMC timeout issue on 4.6 kernel
@ 2016-10-04  9:03 Sai Krishna Potthuri
  2016-10-04 12:20 ` Adrian Hunter
  0 siblings, 1 reply; 7+ messages in thread
From: Sai Krishna Potthuri @ 2016-10-04  9:03 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson

Hi All,

With further debug, I am seeing the issue only with ADMA2, whereas SDMA and PIO mode are working fine.
Can anyone help me on this issue?

Regards
Sai Krishna

> -----Original Message-----
> From: Sai Krishna Potthuri
> Sent: Saturday, October 01, 2016 1:59 PM
> To: 'linux-mmc@vger.kernel.org' <linux-mmc@vger.kernel.org>
> Cc: 'Ulf Hansson' <ulf.hansson@linaro.org>
> Subject: RE: MMC timeout issue on 4.6 kernel
> 
> Hi,
> 
> Any help
> 
> Regards
> Sai Krishna
> 
> > -----Original Message-----
> > From: Sai Krishna Potthuri
> > Sent: Monday, September 26, 2016 10:29 PM
> > To: linux-mmc@vger.kernel.org
> > Cc: Ulf Hansson <ulf.hansson@linaro.org>
> > Subject: MMC timeout issue on 4.6 kernel
> >
> > Hi,
> >
> > With 4.6 kernel, I am doing regression test on SD which does following things.
> > 1. Mount SD card.
> > 2. Read and write random 1MB data.
> > 3. Reboot the board.
> >
> > I am facing following error while reading the data from the SD card.
> >
> > mmc0: Timeout waiting for hardware interrupt.
> > mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
> > 0x900, card status 0xb00
> > mmc0: tried to reset card
> > mmc0: Timeout waiting for hardware interrupt.
> > mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
> > 0x900, card status 0xb00
> > mmcblk0: retrying using single block read
> > mmc0: Timeout waiting for hardware interrupt.
> > mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
> > 0x900, card status 0x0
> > blk_update_request: I/O error, dev mmcblk0, sector 8194
> > mmc0: Timeout waiting for hardware interrupt.
> > mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response
> > 0x900, card status 0x0
> > blk_update_request: I/O error, dev mmcblk0, sector 8195 EXT2-fs
> (mmcblk0p1):
> > error: unable to read superblock
> > mmc0: Timeout waiting for hardware interrupt.
> > mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd
> > response 0x900, card status 0xb00
> > mmc0: tried to reset card
> >
> > Getting this error once in a while in regression test after several runs.
> > I am not seeing this issue with 4.5 kernel.
> > Please let me know if anyone has seen this issue.
> >
> > Regards
> > Sai Krishna

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: MMC timeout issue on 4.6 kernel
  2016-10-04  9:03 MMC timeout issue on 4.6 kernel Sai Krishna Potthuri
@ 2016-10-04 12:20 ` Adrian Hunter
  2016-10-04 12:41   ` Sai Krishna Potthuri
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Hunter @ 2016-10-04 12:20 UTC (permalink / raw)
  To: Sai Krishna Potthuri, linux-mmc; +Cc: Ulf Hansson

On 04/10/16 12:03, Sai Krishna Potthuri wrote:
> Hi All,
> 
> With further debug, I am seeing the issue only with ADMA2, whereas SDMA and PIO mode are working fine.
> Can anyone help me on this issue?

You should use git bisect to find the failing commit.

What driver is it?

Does the problem still happen on 4.8? Or stable kernels?

> 
> Regards
> Sai Krishna
> 
>> -----Original Message-----
>> From: Sai Krishna Potthuri
>> Sent: Saturday, October 01, 2016 1:59 PM
>> To: 'linux-mmc@vger.kernel.org' <linux-mmc@vger.kernel.org>
>> Cc: 'Ulf Hansson' <ulf.hansson@linaro.org>
>> Subject: RE: MMC timeout issue on 4.6 kernel
>>
>> Hi,
>>
>> Any help
>>
>> Regards
>> Sai Krishna
>>
>>> -----Original Message-----
>>> From: Sai Krishna Potthuri
>>> Sent: Monday, September 26, 2016 10:29 PM
>>> To: linux-mmc@vger.kernel.org
>>> Cc: Ulf Hansson <ulf.hansson@linaro.org>
>>> Subject: MMC timeout issue on 4.6 kernel
>>>
>>> Hi,
>>>
>>> With 4.6 kernel, I am doing regression test on SD which does following things.
>>> 1. Mount SD card.
>>> 2. Read and write random 1MB data.
>>> 3. Reboot the board.
>>>
>>> I am facing following error while reading the data from the SD card.
>>>
>>> mmc0: Timeout waiting for hardware interrupt.
>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>> 0x900, card status 0xb00
>>> mmc0: tried to reset card
>>> mmc0: Timeout waiting for hardware interrupt.
>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>> 0x900, card status 0xb00
>>> mmcblk0: retrying using single block read
>>> mmc0: Timeout waiting for hardware interrupt.
>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>> 0x900, card status 0x0
>>> blk_update_request: I/O error, dev mmcblk0, sector 8194
>>> mmc0: Timeout waiting for hardware interrupt.
>>> mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response
>>> 0x900, card status 0x0
>>> blk_update_request: I/O error, dev mmcblk0, sector 8195 EXT2-fs
>> (mmcblk0p1):
>>> error: unable to read superblock
>>> mmc0: Timeout waiting for hardware interrupt.
>>> mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd
>>> response 0x900, card status 0xb00
>>> mmc0: tried to reset card
>>>
>>> Getting this error once in a while in regression test after several runs.
>>> I am not seeing this issue with 4.5 kernel.
>>> Please let me know if anyone has seen this issue.
>>>
>>> Regards
>>> Sai Krishna
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: MMC timeout issue on 4.6 kernel
  2016-10-04 12:20 ` Adrian Hunter
@ 2016-10-04 12:41   ` Sai Krishna Potthuri
  2016-10-04 12:59     ` Adrian Hunter
  0 siblings, 1 reply; 7+ messages in thread
From: Sai Krishna Potthuri @ 2016-10-04 12:41 UTC (permalink / raw)
  To: Adrian Hunter, linux-mmc; +Cc: Ulf Hansson

Hi,

>
> You should use git bisect to find the failing commit.
It is failing after many successful runs, issue occurring in regression sometimes after 4 to 5hrs.
So, it is taking lot of time to test a single commit. Anyway I will do this if I don't have any
Other option.
>
> What driver is it?
sdhci arasan driver(sdhci-of-arasan.c)
>
> Does the problem still happen on 4.8? Or stable kernels?
Tried on 4.7 kernel, didn't see the issue.

Regards
Sai Krishna
>
> >
> > Regards
> > Sai Krishna
> >
> >> -----Original Message-----
> >> From: Sai Krishna Potthuri
> >> Sent: Saturday, October 01, 2016 1:59 PM
> >> To: 'linux-mmc@vger.kernel.org' <linux-mmc@vger.kernel.org>
> >> Cc: 'Ulf Hansson' <ulf.hansson@linaro.org>
> >> Subject: RE: MMC timeout issue on 4.6 kernel
> >>
> >> Hi,
> >>
> >> Any help
> >>
> >> Regards
> >> Sai Krishna
> >>
> >>> -----Original Message-----
> >>> From: Sai Krishna Potthuri
> >>> Sent: Monday, September 26, 2016 10:29 PM
> >>> To: linux-mmc@vger.kernel.org
> >>> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> >>> Subject: MMC timeout issue on 4.6 kernel
> >>>
> >>> Hi,
> >>>
> >>> With 4.6 kernel, I am doing regression test on SD which does following
> things.
> >>> 1. Mount SD card.
> >>> 2. Read and write random 1MB data.
> >>> 3. Reboot the board.
> >>>
> >>> I am facing following error while reading the data from the SD card.
> >>>
> >>> mmc0: Timeout waiting for hardware interrupt.
> >>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
> >>> 0x900, card status 0xb00
> >>> mmc0: tried to reset card
> >>> mmc0: Timeout waiting for hardware interrupt.
> >>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
> >>> 0x900, card status 0xb00
> >>> mmcblk0: retrying using single block read
> >>> mmc0: Timeout waiting for hardware interrupt.
> >>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
> >>> 0x900, card status 0x0
> >>> blk_update_request: I/O error, dev mmcblk0, sector 8194
> >>> mmc0: Timeout waiting for hardware interrupt.
> >>> mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response
> >>> 0x900, card status 0x0
> >>> blk_update_request: I/O error, dev mmcblk0, sector 8195 EXT2-fs
> >> (mmcblk0p1):
> >>> error: unable to read superblock
> >>> mmc0: Timeout waiting for hardware interrupt.
> >>> mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd
> >>> response 0x900, card status 0xb00
> >>> mmc0: tried to reset card
> >>>
> >>> Getting this error once in a while in regression test after several runs.
> >>> I am not seeing this issue with 4.5 kernel.
> >>> Please let me know if anyone has seen this issue.
> >>>
> >>> Regards
> >>> Sai Krishna
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >



This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: MMC timeout issue on 4.6 kernel
  2016-10-04 12:41   ` Sai Krishna Potthuri
@ 2016-10-04 12:59     ` Adrian Hunter
  2016-10-05  5:49       ` Adrian Hunter
  0 siblings, 1 reply; 7+ messages in thread
From: Adrian Hunter @ 2016-10-04 12:59 UTC (permalink / raw)
  To: Sai Krishna Potthuri, linux-mmc
  Cc: Ulf Hansson, Shawn Lin, dianders, Soren Brinkmann

On 04/10/16 15:41, Sai Krishna Potthuri wrote:
> Hi,
> 
>>
>> You should use git bisect to find the failing commit.
> It is failing after many successful runs, issue occurring in regression sometimes after 4 to 5hrs.
> So, it is taking lot of time to test a single commit. Anyway I will do this if I don't have any
> Other option.
>>
>> What driver is it?
> sdhci arasan driver(sdhci-of-arasan.c)

So let's cc some of the people who have worked on it.

>>
>> Does the problem still happen on 4.8? Or stable kernels?
> Tried on 4.7 kernel, didn't see the issue.

What about 4.5 stable? i.e. 4.5.7

> 
> Regards
> Sai Krishna
>>
>>>
>>> Regards
>>> Sai Krishna
>>>
>>>> -----Original Message-----
>>>> From: Sai Krishna Potthuri
>>>> Sent: Saturday, October 01, 2016 1:59 PM
>>>> To: 'linux-mmc@vger.kernel.org' <linux-mmc@vger.kernel.org>
>>>> Cc: 'Ulf Hansson' <ulf.hansson@linaro.org>
>>>> Subject: RE: MMC timeout issue on 4.6 kernel
>>>>
>>>> Hi,
>>>>
>>>> Any help
>>>>
>>>> Regards
>>>> Sai Krishna
>>>>
>>>>> -----Original Message-----
>>>>> From: Sai Krishna Potthuri
>>>>> Sent: Monday, September 26, 2016 10:29 PM
>>>>> To: linux-mmc@vger.kernel.org
>>>>> Cc: Ulf Hansson <ulf.hansson@linaro.org>
>>>>> Subject: MMC timeout issue on 4.6 kernel
>>>>>
>>>>> Hi,
>>>>>
>>>>> With 4.6 kernel, I am doing regression test on SD which does following
>> things.
>>>>> 1. Mount SD card.
>>>>> 2. Read and write random 1MB data.
>>>>> 3. Reboot the board.
>>>>>
>>>>> I am facing following error while reading the data from the SD card.
>>>>>
>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>>>> 0x900, card status 0xb00
>>>>> mmc0: tried to reset card
>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>>>> 0x900, card status 0xb00
>>>>> mmcblk0: retrying using single block read
>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>>>> 0x900, card status 0x0
>>>>> blk_update_request: I/O error, dev mmcblk0, sector 8194
>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>> mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response
>>>>> 0x900, card status 0x0
>>>>> blk_update_request: I/O error, dev mmcblk0, sector 8195 EXT2-fs
>>>> (mmcblk0p1):
>>>>> error: unable to read superblock
>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>> mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd
>>>>> response 0x900, card status 0xb00
>>>>> mmc0: tried to reset card
>>>>>
>>>>> Getting this error once in a while in regression test after several runs.
>>>>> I am not seeing this issue with 4.5 kernel.
>>>>> Please let me know if anyone has seen this issue.
>>>>>
>>>>> Regards
>>>>> Sai Krishna
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
> 
> 
> 
> This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.
> 
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: MMC timeout issue on 4.6 kernel
  2016-10-04 12:59     ` Adrian Hunter
@ 2016-10-05  5:49       ` Adrian Hunter
  0 siblings, 0 replies; 7+ messages in thread
From: Adrian Hunter @ 2016-10-05  5:49 UTC (permalink / raw)
  To: Sai Krishna Potthuri, linux-mmc
  Cc: Ulf Hansson, Shawn Lin, dianders, Soren Brinkmann

On 04/10/16 15:59, Adrian Hunter wrote:
> On 04/10/16 15:41, Sai Krishna Potthuri wrote:
>> Hi,
>>
>>>
>>> You should use git bisect to find the failing commit.
>> It is failing after many successful runs, issue occurring in regression sometimes after 4 to 5hrs.
>> So, it is taking lot of time to test a single commit. Anyway I will do this if I don't have any
>> Other option.
>>>
>>> What driver is it?
>> sdhci arasan driver(sdhci-of-arasan.c)
> 
> So let's cc some of the people who have worked on it.
> 
>>>
>>> Does the problem still happen on 4.8? Or stable kernels?
>> Tried on 4.7 kernel, didn't see the issue.
> 
> What about 4.5 stable? i.e. 4.5.7

Actually 4.6.7 i.e. the stable version of the failing kernel.

> 
>>
>> Regards
>> Sai Krishna
>>>
>>>>
>>>> Regards
>>>> Sai Krishna
>>>>
>>>>> -----Original Message-----
>>>>> From: Sai Krishna Potthuri
>>>>> Sent: Saturday, October 01, 2016 1:59 PM
>>>>> To: 'linux-mmc@vger.kernel.org' <linux-mmc@vger.kernel.org>
>>>>> Cc: 'Ulf Hansson' <ulf.hansson@linaro.org>
>>>>> Subject: RE: MMC timeout issue on 4.6 kernel
>>>>>
>>>>> Hi,
>>>>>
>>>>> Any help
>>>>>
>>>>> Regards
>>>>> Sai Krishna
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Sai Krishna Potthuri
>>>>>> Sent: Monday, September 26, 2016 10:29 PM
>>>>>> To: linux-mmc@vger.kernel.org
>>>>>> Cc: Ulf Hansson <ulf.hansson@linaro.org>
>>>>>> Subject: MMC timeout issue on 4.6 kernel
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> With 4.6 kernel, I am doing regression test on SD which does following
>>> things.
>>>>>> 1. Mount SD card.
>>>>>> 2. Read and write random 1MB data.
>>>>>> 3. Reboot the board.
>>>>>>
>>>>>> I am facing following error while reading the data from the SD card.
>>>>>>
>>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>>>>> 0x900, card status 0xb00
>>>>>> mmc0: tried to reset card
>>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>>>>> 0x900, card status 0xb00
>>>>>> mmcblk0: retrying using single block read
>>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>>> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response
>>>>>> 0x900, card status 0x0
>>>>>> blk_update_request: I/O error, dev mmcblk0, sector 8194
>>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>>> mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response
>>>>>> 0x900, card status 0x0
>>>>>> blk_update_request: I/O error, dev mmcblk0, sector 8195 EXT2-fs
>>>>> (mmcblk0p1):
>>>>>> error: unable to read superblock
>>>>>> mmc0: Timeout waiting for hardware interrupt.
>>>>>> mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd
>>>>>> response 0x900, card status 0xb00
>>>>>> mmc0: tried to reset card
>>>>>>
>>>>>> Getting this error once in a while in regression test after several runs.
>>>>>> I am not seeing this issue with 4.5 kernel.
>>>>>> Please let me know if anyone has seen this issue.
>>>>>>
>>>>>> Regards
>>>>>> Sai Krishna
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>>
>>
>>
>>
>> This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.
>>
>>
> 
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: MMC timeout issue on 4.6 kernel
@ 2016-10-01  8:29 Sai Krishna Potthuri
  0 siblings, 0 replies; 7+ messages in thread
From: Sai Krishna Potthuri @ 2016-10-01  8:29 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson

Hi,

Any help

Regards
Sai Krishna

> -----Original Message-----
> From: Sai Krishna Potthuri
> Sent: Monday, September 26, 2016 10:29 PM
> To: linux-mmc@vger.kernel.org
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Subject: MMC timeout issue on 4.6 kernel
>
> Hi,
>
> With 4.6 kernel, I am doing regression test on SD which does following things.
> 1. Mount SD card.
> 2. Read and write random 1MB data.
> 3. Reboot the board.
>
> I am facing following error while reading the data from the SD card.
>
> mmc0: Timeout waiting for hardware interrupt.
> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response 0x900,
> card status 0xb00
> mmc0: tried to reset card
> mmc0: Timeout waiting for hardware interrupt.
> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response 0x900,
> card status 0xb00
> mmcblk0: retrying using single block read
> mmc0: Timeout waiting for hardware interrupt.
> mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response 0x900,
> card status 0x0
> blk_update_request: I/O error, dev mmcblk0, sector 8194
> mmc0: Timeout waiting for hardware interrupt.
> mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response 0x900,
> card status 0x0
> blk_update_request: I/O error, dev mmcblk0, sector 8195 EXT2-fs (mmcblk0p1):
> error: unable to read superblock
> mmc0: Timeout waiting for hardware interrupt.
> mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd response
> 0x900, card status 0xb00
> mmc0: tried to reset card
>
> Getting this error once in a while in regression test after several runs.
> I am not seeing this issue with 4.5 kernel.
> Please let me know if anyone has seen this issue.
>
> Regards
> Sai Krishna


This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* MMC timeout issue on 4.6 kernel
@ 2016-09-26 16:58 Sai Krishna Potthuri
  0 siblings, 0 replies; 7+ messages in thread
From: Sai Krishna Potthuri @ 2016-09-26 16:58 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson

Hi,

With 4.6 kernel, I am doing regression test on SD which does following things.
1. Mount SD card.
2. Read and write random 1MB data.
3. Reboot the board.

I am facing following error while reading the data from the SD card. 

mmc0: Timeout waiting for hardware interrupt.
mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response 0x900, card status 0xb00
mmc0: tried to reset card
mmc0: Timeout waiting for hardware interrupt.
mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response 0x900, card status 0xb00
mmcblk0: retrying using single block read
mmc0: Timeout waiting for hardware interrupt.
mmcblk0: error -110 transferring data, sector 8194, nr 2, cmd response 0x900, card status 0x0
blk_update_request: I/O error, dev mmcblk0, sector 8194
mmc0: Timeout waiting for hardware interrupt.
mmcblk0: error -110 transferring data, sector 8195, nr 1, cmd response 0x900, card status 0x0
blk_update_request: I/O error, dev mmcblk0, sector 8195
EXT2-fs (mmcblk0p1): error: unable to read superblock
mmc0: Timeout waiting for hardware interrupt.
mmcblk0: error -110 transferring data, sector 16387, nr 61, cmd response 0x900, card status 0xb00
mmc0: tried to reset card

Getting this error once in a while in regression test after several runs.
I am not seeing this issue with 4.5 kernel.
Please let me know if anyone has seen this issue.

Regards
Sai Krishna

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-05  5:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04  9:03 MMC timeout issue on 4.6 kernel Sai Krishna Potthuri
2016-10-04 12:20 ` Adrian Hunter
2016-10-04 12:41   ` Sai Krishna Potthuri
2016-10-04 12:59     ` Adrian Hunter
2016-10-05  5:49       ` Adrian Hunter
  -- strict thread matches above, loose matches on Subject: below --
2016-10-01  8:29 Sai Krishna Potthuri
2016-09-26 16:58 Sai Krishna Potthuri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.