kernel-ark/drivers/staging/tm6000
Mauro Carvalho Chehab c4bccf5e78 V4L/DVB: tm6000: Replace all Req 8 group of regs with another naming convention
According with the original patch that added the register names, those
are related to tm6010, so name it properly as such. Also, clearly
indicates when a register belongs to Request 0x08 and add its register
value at the name. This makes easier to double check if the proper
register is used along the driver.

This patch were made with the help of this simple perl script, applied
over the definitions of the last register groups:

if (m/define (TM6000_)([^\s]+)\s+0x([A-F0-9].)/) { $name=$2;
$val=$3; printf "s,$1$2,TM6010_REQ08_R%s_%s,g\n", $val, $name; }

And were manually adjusted to fix a few minor issues.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-18 00:47: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: add new hybrid-stick 2010-05-18 00:47:02 -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: Replace all Req 8 group of regs with another naming convention 2010-05-18 00:47:08 -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