V4L/DVB (9475): cx18: Disable write retries for registers that always change - part 1.
authorAndy Walls <awalls@radix.net>
Sun, 26 Oct 2008 02:27:06 +0000 (23:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 11 Nov 2008 10:11:24 +0000 (08:11 -0200)
commitf3a3e881b81ae33b786759c7042de974c1e0bbf7
tree95550ab8f4a12e0562084801da1d6e6a761079d3
parent8182ff69f8675fc1847a399be4eea5e8118a8dd3
V4L/DVB (9475): cx18: Disable write retries for registers that always change - part 1.

cx18: Disable write retries for registers that always change - part 1.
Interrupt related registers will likely not read back the value we just wrote.
Disable retries for these registers for now to avoid accidently discarding
interrupts.  More intelligent read back verification criteria are needed for
these and other registers (e.g. GPIO line registers), which will be addressed in
subsequent changes.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-io.c
drivers/media/video/cx18/cx18-irq.c
drivers/media/video/cx18/cx18-mailbox.c