media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
authorRon Economos <w6rz@comcast.net>
Tue, 12 Dec 2017 00:51:53 +0000 (19:51 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 14 Dec 2017 17:22:23 +0000 (12:22 -0500)
commit380a6c86457573aa42d27ae11e025eb25941a0b7
treea74f7be25c27a06770c7ee5df700e0113d2d657c
parent78e41c16c0b5d47415f01ead3a3730d5b9a6a52c
media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart

On faster CPUs a delay is required after the resume command and the restart command. Without the delay, the restart command often returns -EREMOTEIO and the Si2168 does not restart.

Note that this patch fixes the same issue as https://patchwork.linuxtv.org/patch/44304/, but I believe my udelay() fix addresses the actual problem.

Signed-off-by: Ron Economos <w6rz@comcast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/si2168.c