linux/drivers/media/video/cx25840
Andy Walls 5f27264446 V4L/DVB: cx25840: Make cx25840 i2c register read transactions atomic
There was a small window between writing the cx25840 register
address over the i2c bus and reading the register contents back from the
cx25840 device that the i2c adapter lock was released.  This change ensures the
adapter lock is not released until the register read is done.

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-08-08 23:42:54 -03:00
..
cx25840-audio.c V4L/DVB (13089): cx25840: Separate set_audclk_freq functionality for the different chips 2009-12-05 18:40:18 -02:00
cx25840-core.c V4L/DVB: cx25840: Make cx25840 i2c register read transactions atomic 2010-08-08 23:42:54 -03:00
cx25840-core.h V4L/DVB: cx25840: support new vbi ops to set/get VBI format 2010-05-19 12:58:47 -03:00
cx25840-firmware.c V4L/DVB (13088): cx25840: Convert chip/core family checks to static inline functions 2009-12-05 18:40:17 -02:00
cx25840-vbi.c V4L/DVB: cx25840: support new vbi ops to set/get VBI format 2010-05-19 12:58:47 -03:00
Kconfig V4L/DVB (9507): v4l: remove EXPERIMENTAL from several drivers 2008-12-29 17:53:26 -02:00
Makefile