Age | Commit message (Expand) | Author | Files | Lines |
2013-06-21 | [media] v4l2: always require v4l2_dev, rename parent to dev_parent | Hans Verkuil | 1 | -2/+2 |
2013-06-17 | [media] v4l2: remove deprecated current_norm support completely | Hans Verkuil | 1 | -1/+0 |
2012-09-26 | [media] v4l2-dev: add new VFL_DIR_ defines | Hans Verkuil | 1 | -1/+8 |
2012-08-10 | [media] v4l2-dev: remove V4L2_FL_LOCK_ALL_FOPS | Hans Verkuil | 1 | -3/+0 |
2012-07-07 | [media] v4l2-dev/ioctl.c: add vb2_queue support to video_device | Hans Verkuil | 1 | -0/+3 |
2012-05-14 | [media] v4l2-dev: rename two functions | Hans Verkuil | 1 | -5/+5 |
2012-05-14 | [media] v4l2-dev.h: add comment not to use V4L2_FL_LOCK_ALL_FOPS in new drivers | Hans Verkuil | 1 | -1/+1 |
2012-05-14 | [media] v4l2-dev: add flag to have the core lock all file operations | Hans Verkuil | 1 | -0/+3 |
2012-05-14 | [media] v4l2-dev/ioctl: determine the valid ioctls upfront | Hans Verkuil | 1 | -0/+11 |
2012-05-14 | [media] v4l2-dev: make it possible to skip locking for selected ioctls | Hans Verkuil | 1 | -0/+11 |
2012-03-19 | [media] v4l: Add custom compat_ioctl32 operation | Laurent Pinchart | 1 | -0/+3 |
2011-06-01 | [media] v4l: Fix media_entity_to_video_device macro argument name | Laurent Pinchart | 1 | -2/+2 |
2011-05-20 | [media] Revert "V4L/DVB: v4l2-dev: remove get_unmapped_area" | Bob Liu | 1 | -0/+2 |
2011-03-22 | [media] v4l2: use new flag to enable core priority handling | Hans Verkuil | 1 | -0/+3 |
2011-03-22 | [media] v4l2: add v4l2_prio_state to v4l2_device and video_device | Hans Verkuil | 1 | -0/+3 |
2011-03-22 | [media] v4l2_prio: move from v4l2-common to v4l2-dev | Hans Verkuil | 1 | -0/+15 |
2011-03-22 | [media] v4l: Make video_device inherit from media_entity | Laurent Pinchart | 1 | -0/+7 |
2011-03-22 | [media] v4l: subdev: Add device node support | Laurent Pinchart | 1 | -3/+15 |
2010-10-21 | V4L/DVB: v4l2: add core serialization lock | Hans Verkuil | 1 | -0/+3 |
2010-10-21 | V4L/DVB: v4l2-dev: remove get_unmapped_area | Hans Verkuil | 1 | -2/+0 |
2010-10-21 | V4L/DVB: videotext: remove this obsolete API | Hans Verkuil | 1 | -2/+1 |
2010-08-09 | V4L/DVB: v4l2: Add new control handling framework | Hans Verkuil | 1 | -0/+4 |
2010-05-19 | V4L/DVB: V4L: File handles | Sakari Ailus | 1 | -0/+5 |
2009-12-16 | V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registered | Laurent Pinchart | 1 | -10/+8 |
2009-12-16 | V4L/DVB (13549): v4l: Add video_device_node_name function | Laurent Pinchart | 1 | -0/+5 |
2009-09-19 | V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu... | Hans Verkuil | 1 | -0/+4 |
2009-09-19 | V4L/DVB (12541): v4l: remove video_register_device_index | Hans Verkuil | 1 | -2/+0 |
2009-03-30 | V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handler | Daniel Glöckner | 1 | -0/+2 |
2009-01-02 | V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. | Hans Verkuil | 1 | -1/+1 |
2009-01-02 | V4L/DVB (10135): v4l2: introduce v4l2_file_operations. | Hans Verkuil | 1 | -1/+14 |
2008-12-30 | V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parent | Hans Verkuil | 1 | -0/+4 |
2008-12-30 | V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdev | Hans Verkuil | 1 | -15/+32 |
2008-10-12 | V4L/DVB (9133): v4l: disconnect kernel number from minor | Hans Verkuil | 1 | -10/+2 |
2008-10-12 | V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdev | Hans Verkuil | 1 | -0/+3 |
2008-10-12 | V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper function | Hans Verkuil | 1 | -14/+21 |
2008-10-12 | V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata instead | Hans Verkuil | 1 | -11/+3 |
2008-10-12 | V4L/DVB (8785): v4l2: add __must_check to v4l2_dev.h | Hans Verkuil | 1 | -3/+3 |
2008-10-12 | V4L/DVB (8782): v4l2-dev: add video_device_release_empty | Hans Verkuil | 1 | -0/+5 |
2008-10-12 | V4L/DVB (8781): v4l2-dev: remove obsolete video_exclusive_open/release | Hans Verkuil | 1 | -6/+0 |
2008-07-27 | V4L/DVB (8525): fix a few assorted spelling mistakes. | Hans Verkuil | 1 | -2/+2 |
2008-07-27 | V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device | Hans Verkuil | 1 | -2/+1 |
2008-07-26 | V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2... | Hans Verkuil | 1 | -25/+0 |
2008-07-26 | V4L/DVB (8483): Remove obsolete owner field from video_device struct. | Hans Verkuil | 1 | -13/+7 |
2008-07-26 | V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st... | Hans Verkuil | 1 | -219/+3 |
2008-07-24 | V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.... | Hans Verkuil | 1 | -45/+0 |
2008-07-23 | V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev' | Hans Verkuil | 1 | -7/+7 |
2008-07-23 | V4L/DVB (8428): videodev: rename 'dev' to 'parent' | Hans Verkuil | 1 | -1/+1 |
2008-07-20 | V4L/DVB (8387): Some cosmetic changes | Hans Verkuil | 1 | -1/+1 |
2008-07-20 | V4L/DVB (8103): videodev: fix/improve ioctl debugging | Hans Verkuil | 1 | -2/+2 |
2008-07-20 | V4L/DVB (8078): Introduce "index" attribute for persistent video4linux device... | brandon@ifup.org | 1 | -0/+4 |