summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp/ispvideo.c
Commit message (Expand)AuthorAgeFilesLines
* [media] v4l: omap3isp: Clean up file handle in open() and release()Shailendra Verma2017-01-311-0/+2
* [media] omap3isp: Use a local media device pointer insteadSakari Ailus2017-01-301-1/+1
* [media] media: Rename graph and pipeline structs and functionsSakari Ailus2017-01-271-8/+8
* [media] v4l2: remove g/s_crop from video opsHans Verkuil2016-08-241-31/+57
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-10/+2Star
* [media] media: Rename is_media_entity_v4l2_io to is_media_entity_v4l2_video_d...Laurent Pinchart2016-04-131-1/+1
* [media] v4l: omap3isp: Use V4L2 graph PM operationsSakari Ailus2016-03-031-9/+4Star
* [media] v4l: omap3isp: use vb2_buffer_state enum for vb2 buffer stateLad, Prabhakar2016-01-251-4/+6
* [media] v4l: omap3isp: Return buffers back to videobuf2 if pipeline streamon ...Sakari Ailus2016-01-251-14/+32
* [media] v4l: omap3isp: Move starting the sensor from streamon IOCTL handler t...Sakari Ailus2016-01-251-19/+30
* [media] v4l: omap3isp: Use media entity enumeration interfaceSakari Ailus2016-01-111-6/+14
* [media] v4l: omap3isp: Use the new media graph walk interfaceSakari Ailus2016-01-111-2/+18
* [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-4/+3Star
* [media] media: use entity.graph_obj.mdev instead of .parentJavier Martinez Canillas2016-01-111-1/+1
* [media] omap3isp: get entity ID using media_entity_id()Javier Martinez Canillas2016-01-111-3/+5
* [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/+0Star
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+1
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-11/+14
* [media] v4l: omap3isp: Drop platform data supportLaurent Pinchart2015-08-161-6/+3Star
* [media] omap3isp: Platform data could be NULLSakari Ailus2015-04-021-3/+3
* [media] media: omap3isp: video: Use v4l2_get_timestamp()Laurent Pinchart2015-04-021-4/+1Star
* [media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_S...Lad, Prabhakar2015-04-021-1/+0Star
* [media] media: omap3isp: video: Don't call vb2 mmap with queue lock heldLaurent Pinchart2015-04-021-7/+1Star
* [media] omap3isp: Correctly set QUERYCAP capabilitiesSakari Ailus2015-01-221-2/+5
* [media] platform: Make use of media_bus_format enumBoris BREZILLON2014-11-141-48/+47Star
* [media] omap3isp: ccdc: Support the interlaced field orders at the CCDC outputLaurent Pinchart2014-08-211-7/+33
* [media] omap3isp: ccdc: Add basic support for interlaced videoLaurent Pinchart2014-08-211-0/+6
* [media] omap3isp: video: Validate the video node field orderLaurent Pinchart2014-08-211-2/+3
* [media] omap3isp: Default to progressive field order when setting the formatLaurent Pinchart2014-08-211-0/+9
* [media] omap3isp: Move non-critical code out of the mutex-protected sectionLaurent Pinchart2014-08-211-3/+2Star
* [media] omap3isp: Remove boilerplate disclaimer and FSF addressLaurent Pinchart2014-08-211-10/+0Star
* [media] omap3isp: Rename isp_buffer isp_addr field to dmaLaurent Pinchart2014-05-251-1/+1
* [media] omap3isp: Move to videobuf2Laurent Pinchart2014-05-251-70/+97
* [media] omap3isp: Cancel all queued buffers when stopping the video streamLaurent Pinchart2014-05-251-0/+2
* [media] omap3isp: Move buffer irqlist to isp_buffer structureLaurent Pinchart2014-05-251-19/+20
* [media] omap3isp: Move queue irqlock to isp_video structureLaurent Pinchart2014-05-251-8/+13
* [media] omap3isp: Move queue mutex to isp_video structureLaurent Pinchart2014-05-251-13/+59
* [media] omap3isp: queue: Move IOMMU handling code to the queueLaurent Pinchart2014-05-251-76/+1Star
* [media] omap3isp: video: Set the buffer bytesused field at completion timeLaurent Pinchart2014-05-251-1/+4
* [media] omap3isp: Rename the variable names in descriptionLad, Prabhakar2014-03-051-2/+2
* [media] omap3isp: Don't ignore failure to locate external subdevLaurent Pinchart2014-02-241-2/+2
* [media] omap3isp: Don't try to locate external subdev for mem-to-mem pipelinesLaurent Pinchart2014-02-241-0/+4
* [media] omap3isp: Cancel streaming when a fatal error occursLaurent Pinchart2014-01-071-0/+46
* Merge branch 'upstream-fixes' into patchworkMauro Carvalho Chehab2013-12-131-5/+2Star
|\
| * [media] v4l: omap3isp: Don't check for missing get_fmt op on remote subdevLaurent Pinchart2013-12-041-5/+2Star
* | [media] omap3isp: Add resizer data rate configuration to resizer_link_validateSakari Ailus2013-12-041-54/+0Star