summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap4iss/iss_video.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: omap4iss: Clean up file handle in open() and release()Shailendra Verma2017-01-311-0/+2
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-16/+16
* [media] v4l2: remove g/s_crop from video opsHans Verkuil2016-08-241-0/+99
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] staging/media: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-9/+1
* [media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_d...Laurent Pinchart2016-04-131-1/+1
* [media] staging: v4l: omap4iss: Use V4L2 graph PM operationsSakari Ailus2016-03-031-11/+4
* [media] staging: v4l: omap4iss: Use the new media graph walk interfaceSakari Ailus2016-01-111-4/+29
* [media] staging: v4l: omap4iss: Use media entity enumeration interfaceSakari Ailus2016-01-111-7/+16
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: use macros to check for V4L2 subdev entitiesMauro Carvalho Chehab2016-01-111-3/+2
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-111-1/+1
* [media] staging: omap4iss: get entity ID using media_entity_id()Javier Martinez Canillas2016-01-111-1/+1
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-1/+0
* Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-11-051-13/+13
|\
| * [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
| * [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-9/+12
| * [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-011-4/+1
* | staging: media: omap4iss: Removes unnecessary blank linesAmarjargal Gundjalam2015-10-271-1/+0
* | staging: media: omap4iss: Fixes NULL comparisonAmarjargal Gundjalam2015-10-271-9/+9
|/
* [media] v4l: omap4iss: Remove video node crop supportLaurent Pinchart2015-07-061-73/+0
* Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux...Mauro Carvalho Chehab2015-04-211-2/+1
|\
| * Staging: media: clean dev_err loggingHaneen Mohammed2015-03-061-2/+1
* | [media] staging: media: omap4iss: video: Don't WARN() on unknown pixel formatsLaurent Pinchart2015-04-021-4/+4
|/
* [media] Revert "[media] v4l: omap4iss: Add module debug parameter"Laurent Pinchart2015-01-271-5/+0
* [media] v4l: omap4iss: Enable DMABUF supportLaurent Pinchart2014-12-231-1/+10
* [media] staging: media: Make use of MEDIA_BUS_FMT_ definitionsBoris BREZILLON2014-11-141-39/+39
* staging: media: omap4iss: Fix missing blank line warning.Gulsah Kose2014-09-231-0/+1
* [media] v4l: omap4iss: Signal fatal errors to the vb2 queueLaurent Pinchart2014-07-171-9/+6
* [media] v4l: omap4iss: Add module debug parameterLaurent Pinchart2014-07-171-0/+5
* [media] v4l: omap4iss: Don't reinitialize the video qlock at every streamonLaurent Pinchart2014-07-171-1/+1
* [media] omap3isp: Move to videobuf2Laurent Pinchart2014-05-251-1/+1
* [media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus2014-03-051-1/+1
* [media] v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_n...Dan Carpenter2014-01-021-2/+2
* [media] v4l: omap4iss: Cancel streaming when a fatal error occursLaurent Pinchart2013-12-111-1/+46
* [media] v4l: omap4iss: Reset the ISS when the pipeline can't be stoppedLaurent Pinchart2013-12-111-0/+8
* [media] v4l: omap4iss: Add enum_fmt_vid_cap ioctl supportLaurent Pinchart2013-12-111-0/+36
* [media] v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmtLaurent Pinchart2013-12-111-10/+15
* [media] v4l: omap4iss: Add description field to iss_format_info structureLaurent Pinchart2013-12-111-19/+19
* [media] v4l: omap4iss: Remove double semicolon at end of lineLaurent Pinchart2013-12-111-1/+1
* [media] v4l: omap4iss: Restrict line lengths to 80 characters where possibleLaurent Pinchart2013-12-111-4/+7
* [media] v4l: omap4iss: Don't split log strings on multiple linesLaurent Pinchart2013-12-111-2/+2
* [media] v4l: omap4iss: Replace printk by dev_errLaurent Pinchart2013-12-111-1/+2
* [media] v4l: omap4iss: Implement VIDIOC_S_INPUTLaurent Pinchart2013-12-031-0/+7
* [media] v4l: omap4iss: Move code out of mutex-protected sectionLaurent Pinchart2013-12-031-3/+2
* [media] v4l: omap4iss: Translate -ENOIOCTLCMD to -ENOTTYLaurent Pinchart2013-12-031-3/+3
* [media] v4l: omap4iss: Don't check for missing get_fmt op on remote subdevLaurent Pinchart2013-12-031-3/+1
* [media] v4l: omap4iss: Simplify error pathsLaurent Pinchart2013-12-031-7/+8
OpenPOWER on IntegriCloud