kernel-ark/drivers/staging/tm6000
Stefan Ringel 02512fe33e V4L/DVB: tm6000: bugfix reading problems with demodulator zl10353
Reading from zl10353 with tm6000 has a bug. For example:

regs  w/o patch  with patch

0x06     0x00        0x7f
0x07     0x33        0x30
0x08     0x00        0x00
0x09     0x58        0x50
0x0f     0x31        0x28
0x10     0x00        0x84

This patch provides the workaround for the bug

[mchehab@redhat.com: Fix merge conflict and add a comment at the workaround]
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-18 00:44:08 -03:00
..
Kconfig V4L/DVB: tm6000: fix build errors 2010-05-18 00:43:57 -03:00
Makefile V4L/DVB: tm6000: remove hack.c hack.h, switch to zl10353 module 2010-05-18 00:44:05 -03:00
README V4L/DVB (12848): tm6000: Add README with todo list 2010-05-18 00:40:23 -03:00
tm6000-alsa.c V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-cards.c V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-core.c V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-dvb.c V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-i2c.c V4L/DVB: tm6000: bugfix reading problems with demodulator zl10353 2010-05-18 00:44:08 -03:00
tm6000-regs.h V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-stds.c V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-usb-isoc.h V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000-video.c V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00
tm6000.h V4L/DVB: tm6000: fix some info messages 2010-05-18 00:44:07 -03:00

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups
	- convert to new i2c approach
	- better support DVB
	- fix reading from i2c, if possible
	- fix loosing frames
	- fix oops?

Please send patches to linux-media@vger.kernel.org