Re: [PATCH v3 2/5] mmc: core: API for temporarily disabling auto-retuning due to errors

2019-06-12 Thread Ulf Hansson
On Sat, 8 Jun 2019 at 00:37, Douglas Anderson wrote: > > Normally when the MMC core sees an "-EILSEQ" error returned by a host > controller then it will trigger a retuning of the card. This is > generally a good idea. > > However, if a command is expected to sometimes cause transfer errors >

[PATCH v3 2/5] mmc: core: API for temporarily disabling auto-retuning due to errors

2019-06-07 Thread Douglas Anderson
Normally when the MMC core sees an "-EILSEQ" error returned by a host controller then it will trigger a retuning of the card. This is generally a good idea. However, if a command is expected to sometimes cause transfer errors then these transfer errors shouldn't cause a re-tuning. This