aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/omap4iss/iss_video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-17[media] v4l: omap4iss: Signal fatal errors to the vb2 queueLaurent Pinchart1-9/+6
2014-07-17[media] v4l: omap4iss: Add module debug parameterLaurent Pinchart1-0/+5
2014-07-17[media] v4l: omap4iss: Don't reinitialize the video qlock at every streamonLaurent Pinchart1-1/+1
2014-05-25[media] omap3isp: Move to videobuf2Laurent Pinchart1-1/+1
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-1/+1
2014-01-02[media] v4l: omap4iss: Restore irq flags correctly in omap4iss_video_buffer_next()Dan Carpenter1-2/+2
2013-12-11[media] v4l: omap4iss: Cancel streaming when a fatal error occursLaurent Pinchart1-1/+46
2013-12-11[media] v4l: omap4iss: Reset the ISS when the pipeline can't be stoppedLaurent Pinchart1-0/+8
2013-12-11[media] v4l: omap4iss: Add enum_fmt_vid_cap ioctl supportLaurent Pinchart1-0/+36
2013-12-11[media] v4l: omap4iss: Make __iss_video_get_format() return a v4l2_mbus_framefmtLaurent Pinchart1-10/+15
2013-12-11[media] v4l: omap4iss: Add description field to iss_format_info structureLaurent Pinchart1-19/+19
2013-12-11[media] v4l: omap4iss: Remove double semicolon at end of lineLaurent Pinchart1-1/+1
2013-12-11[media] v4l: omap4iss: Restrict line lengths to 80 characters where possibleLaurent Pinchart1-4/+7
2013-12-11[media] v4l: omap4iss: Don't split log strings on multiple linesLaurent Pinchart1-2/+2
2013-12-11[media] v4l: omap4iss: Replace printk by dev_errLaurent Pinchart1-1/+2
2013-12-03[media] v4l: omap4iss: Implement VIDIOC_S_INPUTLaurent Pinchart1-0/+7
2013-12-03[media] v4l: omap4iss: Move code out of mutex-protected sectionLaurent Pinchart1-3/+2
2013-12-03[media] v4l: omap4iss: Translate -ENOIOCTLCMD to -ENOTTYLaurent Pinchart1-3/+3
2013-12-03[media] v4l: omap4iss: Don't check for missing get_fmt op on remote subdevLaurent Pinchart1-3/+1
2013-12-03[media] v4l: omap4iss: Simplify error pathsLaurent Pinchart1-7/+8
2013-12-03[media] v4l: omap4iss: Remove duplicate video_is_registered() checkLaurent Pinchart1-2/+1
2013-12-03[media] v4l: omap4iss: Set the vb2 timestamp typeLaurent Pinchart1-0/+1
2013-12-03[media] v4l: omap4iss: Remove iss_video streaming fieldLaurent Pinchart1-9/+0
2013-12-03[media] v4l: omap4iss: Report device caps in response to VIDIOC_QUERYCAPLaurent Pinchart1-2/+5
2013-12-03[media] v4l: omap4iss: Add support for OMAP4 camera interface - Video devicesSergio Aguirre1-0/+1129