linux/drivers/staging/tm6000
Randy Dunlap 29ec15e90b V4L/DVB: tm6000: fix build errors
(1) tm6000 uses usb_*() interfaces, so it should depend on USB.

drivers/built-in.o: In function `tm6000_usb_disconnect':
tm6000-cards.c:(.text+0x4abb44): undefined reference to `usb_put_dev'
drivers/built-in.o: In function `tm6000_usb_probe':
tm6000-cards.c:(.text+0x4ac923): undefined reference to `usb_get_dev'
tm6000-cards.c:(.text+0x4ac93c): undefined reference to `usb_set_interface'
drivers/built-in.o: In function `tm6000_read_write_usb':
(.text+0x4ad274): undefined reference to `usb_control_msg'
drivers/built-in.o: In function `tm6000_uninit_isoc':
tm6000-video.c:(.text+0x4b00d5): undefined reference to `usb_kill_urb'
tm6000-video.c:(.text+0x4b00e4): undefined reference to `usb_unlink_urb'
tm6000-video.c:(.text+0x4b013c): undefined reference to `usb_buffer_free'
tm6000-video.c:(.text+0x4b014b): undefined reference to `usb_free_urb'
drivers/built-in.o: In function `tm6000_prepare_isoc':
tm6000-video.c:(.text+0x4b0773): undefined reference to `usb_alloc_urb'
tm6000-video.c:(.text+0x4b0835): undefined reference to `usb_buffer_alloc'
drivers/built-in.o: In function `tm6000_irq_callback':
tm6000-video.c:(.text+0x4b1ad3): undefined reference to `usb_submit_urb'
drivers/built-in.o: In function `tm6000_module_init':
tm6000-cards.c:(.init.text+0x24499): undefined reference to `usb_register_driver'
drivers/built-in.o: In function `tm6000_module_exit':
tm6000-cards.c:(.exit.text+0x5cb0): undefined reference to `usb_deregister'

(2) tm6000-alsa uses interfaces from tm6000-core, so when they are
both built as modules, the core interfaces need to be exported.

ERROR: "tm6000_set_reg" [drivers/staging/tm6000/tm6000-alsa.ko] undefined!
ERROR: "tm6000_get_reg" [drivers/staging/tm6000/tm6000-alsa.ko] undefined!

Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>, 	linux-media@vger.kernel.org
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-05-18 00:43:57 -03:00
..
hack.c V4L/DVB: tm6000: add a different set param values 2010-05-18 00:43:55 -03:00
hack.h V4L/DVB (12788): tm6000: Add initial DVB-T support 2010-05-18 00:39:37 -03:00
Kconfig V4L/DVB: tm6000: fix build errors 2010-05-18 00:43:57 -03:00
Makefile V4L/DVB: tm6000: Allow tm6000 driver compilation 2010-05-18 00:43:56 -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 (12852): tm6000: Fix compilation against 2.6.31 2010-05-18 00:40:24 -03:00
tm6000-cards.c V4L/DVB: tm6000: move board-specific init to tm6000-cards 2010-05-18 00:43:57 -03:00
tm6000-core.c V4L/DVB: tm6000: fix build errors 2010-05-18 00:43:57 -03:00
tm6000-dvb.c V4L/DVB: tm6000: Allow tm6000 driver compilation 2010-05-18 00:43:56 -03:00
tm6000-i2c.c V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer 2010-05-18 00:43:51 -03:00
tm6000-regs.h V4L/DVB (12823): tm6000: Uses another method for handling incomplete packets 2010-05-18 00:40:05 -03:00
tm6000-stds.c V4L/DVB (12822): tm6000: Add support for tm6010 2010-05-18 00:40:04 -03:00
tm6000-usb-isoc.h V4L/DVB (12836): tm6000: revert to an old way to copy video 2010-05-18 00:40:15 -03:00
tm6000-video.c V4L/DVB (13556a): v4l: Remove unneeded video_device::minor assignments 2010-05-18 00:43:44 -03:00
tm6000.h V4L/DVB: tm6000: move board-specific init to tm6000-cards 2010-05-18 00:43:57 -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