| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-18 | 2 | -8/+8 |
|\ |
|
| * | media: core: Don't use i2c_client->driver | Lars-Peter Clausen | 2013-10-03 | 2 | -8/+8 |
* | | Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2013-11-18 | 1 | -3/+27 |
|\ \ |
|
| * | | [media] v4l2-async: Don't use dynamic static allocation | Mauro Carvalho Chehab | 2013-11-08 | 1 | -3/+27 |
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-18 | 6 | -75/+158 |
|\ \ \
| |/ / |
|
| * | | [media] V4L2: add v4l2-clock helpers to register and unregister a fixed-rate ... | Guennadi Liakhovetski | 2013-10-31 | 1 | -0/+39 |
| * | | [media] v4l2-mem2mem: Don't schedule the context if abort job is called | Shaik Ameer Basha | 2013-10-28 | 1 | -0/+12 |
| * | | [media] v4l2-mem2mem: clear m2m queue ready counter in v4l2_m2m_streamoff | Philipp Zabel | 2013-10-28 | 1 | -0/+1 |
| * | | [media] v4l2-mem2mem: fix context removal from job queue in v4l2_m2m_streamoff | Philipp Zabel | 2013-10-28 | 1 | -1/+2 |
| * | | [media] videobuf2-core: call __setup_offsets only for mmap memory type | Philipp Zabel | 2013-10-17 | 1 | -1/+2 |
| * | | [media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return type | Sylwester Nawrocki | 2013-10-17 | 1 | -3/+3 |
| * | | [media] v4l: tuner-core: fix typo | Lad, Prabhakar | 2013-10-17 | 1 | -1/+1 |
| * | | [media] media: Remove unnecessary semicolons | Joe Perches | 2013-10-17 | 1 | -1/+1 |
| * | | [media] videobuf2: Add debug print for the output buffer plane lengths checks | Sylwester Nawrocki | 2013-09-26 | 1 | -1/+4 |
| * | | [media] videobuf2: Add log for size checking error in __qbuf_userptr | Seung-Woo Kim | 2013-09-26 | 1 | -0/+4 |
| * | | [media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table | Ricardo Ribalda | 2013-09-26 | 1 | -60/+43 |
| * | | [media] videobuf2-dma-sg: Allocate pages as contiguous as possible | Ricardo Ribalda | 2013-09-26 | 1 | -11/+49 |
| * | | [media] videobuf2: Fix vb2_write prototype | Ricardo Ribalda | 2013-09-26 | 1 | -3/+4 |
| |/ |
|
* | | [media] videobuf2-dc: Fix support for mappings without struct page in userptr... | Marek Szyprowski | 2013-09-24 | 1 | -5/+82 |
* | | [media] vb2: Allow queuing OUTPUT buffers with zeroed 'bytesused' | Sylwester Nawrocki | 2013-09-24 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-05 | 9 | -561/+941 |
|\ |
|
| * | [media] v4l2-dv-timings: add callback to handle exceptions | Hans Verkuil | 2013-08-24 | 1 | -8/+17 |
| * | [media] v4l2-dv-timings: rename v4l2_dv_valid_timings to v4l2_valid_dv_timings | Hans Verkuil | 2013-08-24 | 1 | -5/+5 |
| * | [media] v4l2-dv-timings: export the timings list | Hans Verkuil | 2013-08-24 | 1 | -8/+10 |
| * | [media] v4l2-dv-timings: fill in type field | Hans Verkuil | 2013-08-24 | 1 | -0/+2 |
| * | [media] v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timings | Hans Verkuil | 2013-08-24 | 1 | -6/+6 |
| * | [media] v4l2-dv-timings: add v4l2_print_dv_timings helper | Hans Verkuil | 2013-08-24 | 1 | -0/+49 |
| * | [media] v4l2-dv-timings: fix CVT calculation | Martin Bugge | 2013-08-24 | 1 | -10/+9 |
| * | [media] v4l2-dev: Fix race condition on __video_register_device | Ricardo Ribalda | 2013-08-24 | 1 | -3/+2 |
| * | [media] v4l2-ctrl: Suppress build warning from v4l2_ctrl_new_std_menu() | Sylwester Nawrocki | 2013-08-24 | 1 | -1/+1 |
| * | [media] media: OF: add "sync-on-green-active" property | Lad, Prabhakar | 2013-08-24 | 1 | -0/+4 |
| * | [media] v4l2-mem2mem: clear m2m context from job_queue before ctx streamoff | Shaik Ameer Basha | 2013-08-24 | 1 | -21/+38 |
| * | [media] media: vb2: Share code between vb2_prepare_buf and vb2_qbuf | Laurent Pinchart | 2013-08-22 | 1 | -123/+79 |
| * | [media] media: vb2: Fix potential deadlock in vb2_prepare_buffer | Laurent Pinchart | 2013-08-22 | 1 | -9/+43 |
| * | [media] v4l2-async: Use proper list head for iteration over registered subdevs | Sylwester Nawrocki | 2013-08-18 | 1 | -1/+1 |
| * | [media] v4l: async: Make it safe to unregister unregistered notifier | Laurent Pinchart | 2013-08-18 | 1 | -0/+6 |
| * | [media] v4l: of: Drop acquired reference to node when getting next endpoint | Laurent Pinchart | 2013-08-18 | 1 | -0/+1 |
| * | [media] v4l: of: Use of_get_child_by_name() | Laurent Pinchart | 2013-08-18 | 1 | -6/+2 |
| * | [media] videobuf2-core: Verify planes lengths for output buffers | Laurent Pinchart | 2013-08-18 | 1 | -0/+39 |
| * | [media] v4l2: move dv-timings related code to v4l2-dv-timings.c | Hans Verkuil | 2013-08-18 | 2 | -358/+357 |
| * | [media] v4l2-dv-timings: add new helper module | Hans Verkuil | 2013-08-18 | 2 | -0/+193 |
| * | [media] media: vb2: Take queue or device lock in mmap-related vb2 ioctl handlers | Laurent Pinchart | 2013-08-18 | 1 | -2/+16 |
| * | [media] V4L: Add VP8 encoder controls | Arun Kumar K | 2013-08-18 | 1 | -2/+37 |
| * | [media] V4L: Add support for integer menu controls with standard menu items | Sylwester Nawrocki | 2013-08-18 | 1 | -3/+25 |
| * | [media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdev | Sylwester Nawrocki | 2013-07-30 | 1 | -38/+29 |
| * | [media] V4L: Rename subdev field of struct v4l2_async_notifier | Sylwester Nawrocki | 2013-07-30 | 1 | -1/+1 |
| * | [media] V4L: Add V4L2_ASYNC_MATCH_OF subdev matching type | Sylwester Nawrocki | 2013-07-30 | 1 | -0/+9 |
| * | [media] V4L: Rename v4l2_async_bus_* to v4l2_async_match_* | Sylwester Nawrocki | 2013-07-30 | 1 | -13/+13 |
| * | [media] V4L: Drop bus_type check in v4l2-async match functions | Sylwester Nawrocki | 2013-07-30 | 1 | -3/+1 |
| * | [media] mem2mem: add support for hardware buffered queue | Philipp Zabel | 2013-07-26 | 1 | -2/+8 |