The patch number 9820 was added via Hans Verkuil <hverk...@xs4all.nl> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: v4l-dvb-maintai...@linuxtv.org ------ From: Hans Verkuil <hverk...@xs4all.nl> v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework. Start implementing a proper v4l2 framework as discussed during the Linux Plumbers Conference 2008. Introduces v4l2_device (for device instances) and v4l2_subdev (representing sub-device instances). Priority: normal Signed-off-by: Hans Verkuil <hverk...@xs4all.nl> Reviewed-by: Laurent Pinchart <laurent.pinch...@skynet.be> Reviewed-by: Guennadi Liakhovetski <g.liakhovet...@gmx.de> Reviewed-by: Andy Walls <awa...@radix.net> Reviewed-by: David Brownell <davi...@pacbell.net> --- linux/Documentation/video4linux/v4l2-framework.txt | 362 +++++++++++++ linux/drivers/media/video/Makefile | 2 linux/drivers/media/video/v4l2-device.c | 86 +++ linux/drivers/media/video/v4l2-subdev.c | 108 +++ linux/include/media/v4l2-device.h | 109 +++ linux/include/media/v4l2-subdev.h | 188 ++++++ 6 files changed, 854 insertions(+), 1 deletion(-) <diff discarded since it is too big> --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/5611723c95120a73fa7280d1fa661b3dde2b6494 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits