V4L/DVB (12938): SAA7164: Increase the firmware command timeout to avoid firmware...
authorSteven Toth <stoth@kernellabs.com>
Sat, 8 Aug 2009 13:22:02 +0000 (10:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 03:15:06 +0000 (00:15 -0300)
commitbbf504c37ddced9957fa65aac9a213f322871b07
treebf081f9c2d02679fdf5caf30150fc09e1f5c46f7
parent2ceae8fdfa55475ef8d7cb9bcaf3fd242ea1edcc
V4L/DVB (12938): SAA7164: Increase the firmware command timeout to avoid firmware errors.

The firmware typically responds in < 50ms and, via the interrupts and
deferred work queue the caller (blocked in the driver) is signalled very
efficiently. In a highly stressed system this can take many multiples
of seconds. So, we need a larger maximum timeout for busy systems.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7164/saa7164-cmd.c
drivers/media/video/saa7164/saa7164-core.c