Re: [PATCH 3/3] STA2X11 VIP: new V4L2 driver

2012-05-20 Thread Hans Verkuil
Hi Federico, This driver is now merged, but I'm not happy with this. The main criticism is that it doesn't use videobuf2, but still uses the old videobuf framework. You really, really should upgrade. There is also no reason to return -EBUSY if someone opens the device node a second time. That's

[PATCH 3/3] STA2X11 VIP: new V4L2 driver

2012-04-12 Thread Federico Vaga
V4L2 driver for the Video Input Port within STA2X11 board Signed-off-by: Federico Vaga Acked-by: Giancarlo Asnaghi Cc: Alan Cox --- drivers/media/video/Kconfig | 13 + drivers/media/video/Makefile |1 + drivers/media/video/sta2x11_vip.c | 1550 +