Age | Commit message (Expand) | Author | Files | Lines |
2020-08-29 | media: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-26 | media: omap3isp: remove cacheflush.h | Nathan Chancellor | 1 | -1/+0 |
2020-06-08 | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig | 1 | -1/+1 |
2020-03-02 | media: Split v4l2_pipeline_pm_use into v4l2_pipeline_pm_{get, put} | Ezequiel Garcia | 1 | -2/+2 |
2020-02-24 | media: media/platform: rename VFL_TYPE_GRABBER to _VIDEO | Hans Verkuil | 1 | -2/+2 |
2019-07-25 | media: v4l: ctrls: Add debug messages | Ezequiel Garcia | 1 | -2/+2 |
2019-07-22 | media: omap3isp: set device_caps in struct video_device | Hans Verkuil | 1 | -4/+7 |
2019-07-09 | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 1 | -2/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-05-29 | media: omap3isp: Call video_unregister_device() unconditionally | Sakari Ailus | 1 | -2/+1 |
2018-10-31 | Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -2/+2 |
2018-09-11 | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 1 | -4/+4 |
2018-08-31 | media: videobuf2-v4l2: integrate with media requests | Hans Verkuil | 1 | -1/+1 |
2018-08-31 | media: v4l2-ctrls: support g/s_ext_ctrls for requests | Hans Verkuil | 1 | -1/+1 |
2018-04-23 | media: v4l: omap3isp: make v4l2_file_operations const | Bhumika Goyal | 1 | -1/+1 |
2017-11-28 | media: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-01-31 | [media] v4l: omap3isp: Clean up file handle in open() and release() | Shailendra Verma | 1 | -0/+2 |
2017-01-30 | [media] omap3isp: Use a local media device pointer instead | Sakari Ailus | 1 | -1/+1 |
2017-01-27 | [media] media: Rename graph and pipeline structs and functions | Sakari Ailus | 1 | -8/+8 |
2016-08-24 | [media] v4l2: remove g/s_crop from video ops | Hans Verkuil | 1 | -31/+57 |
2016-07-08 | [media] vb2: replace void *alloc_ctxs by struct device *alloc_devs | Hans Verkuil | 1 | -1/+1 |
2016-07-08 | [media] media/platform: convert drivers to use the new vb2_queue dev field | Hans Verkuil | 1 | -10/+2 |
2016-04-13 | [media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_d... | Laurent Pinchart | 1 | -1/+1 |
2016-03-03 | [media] v4l: omap3isp: Use V4L2 graph PM operations | Sakari Ailus | 1 | -9/+4 |
2016-01-25 | [media] v4l: omap3isp: use vb2_buffer_state enum for vb2 buffer state | Lad, Prabhakar | 1 | -4/+6 |
2016-01-25 | [media] v4l: omap3isp: Return buffers back to videobuf2 if pipeline streamon ... | Sakari Ailus | 1 | -14/+32 |
2016-01-25 | [media] v4l: omap3isp: Move starting the sensor from streamon IOCTL handler t... | Sakari Ailus | 1 | -19/+30 |
2016-01-11 | [media] v4l: omap3isp: Use media entity enumeration interface | Sakari Ailus | 1 | -6/+14 |
2016-01-11 | [media] v4l: omap3isp: Use the new media graph walk interface | Sakari Ailus | 1 | -2/+18 |
2016-01-11 | [media] media framework: rename pads init function to media_entity_pads_init() | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-01-11 | [media] media: use macros to check for V4L2 subdev entities | Mauro Carvalho Chehab | 1 | -4/+3 |
2016-01-11 | [media] media: use entity.graph_obj.mdev instead of .parent | Javier Martinez Canillas | 1 | -1/+1 |
2016-01-11 | [media] omap3isp: get entity ID using media_entity_id() | Javier Martinez Canillas | 1 | -3/+5 |
2016-01-11 | [media] media: get rid of unused "extra_links" param on media_entity_init() | Mauro Carvalho Chehab | 1 | -1/+1 |
2015-12-18 | [media] media: videobuf2: Move timestamp to vb2_buffer | Junghak Sung | 1 | -1/+1 |
2015-12-18 | [media] vb2: drop v4l2_format argument from queue_setup | Hans Verkuil | 1 | -1/+0 |
2015-10-20 | [media] media: videobuf2: Change queue_setup argument | Junghak Sung | 1 | -1/+1 |
2015-10-01 | [media] media: videobuf2: Restructure vb2_buffer | Junghak Sung | 1 | -11/+14 |
2015-08-16 | [media] v4l: omap3isp: Drop platform data support | Laurent Pinchart | 1 | -6/+3 |
2015-04-02 | [media] omap3isp: Platform data could be NULL | Sakari Ailus | 1 | -3/+3 |
2015-04-02 | [media] media: omap3isp: video: Use v4l2_get_timestamp() | Laurent Pinchart | 1 | -4/+1 |
2015-04-02 | [media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_S... | Lad, Prabhakar | 1 | -1/+0 |
2015-04-02 | [media] media: omap3isp: video: Don't call vb2 mmap with queue lock held | Laurent Pinchart | 1 | -7/+1 |
2015-01-22 | [media] omap3isp: Correctly set QUERYCAP capabilities | Sakari Ailus | 1 | -2/+5 |
2014-11-14 | [media] platform: Make use of media_bus_format enum | Boris BREZILLON | 1 | -48/+47 |
2014-08-22 | [media] omap3isp: ccdc: Support the interlaced field orders at the CCDC output | Laurent Pinchart | 1 | -7/+33 |
2014-08-22 | [media] omap3isp: ccdc: Add basic support for interlaced video | Laurent Pinchart | 1 | -0/+6 |
2014-08-22 | [media] omap3isp: video: Validate the video node field order | Laurent Pinchart | 1 | -2/+3 |
2014-08-22 | [media] omap3isp: Default to progressive field order when setting the format | Laurent Pinchart | 1 | -0/+9 |
2014-08-22 | [media] omap3isp: Move non-critical code out of the mutex-protected section | Laurent Pinchart | 1 | -3/+2 |