summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* media: i2c: imx219: take lock in imx219_enum_mbus_code/frame_sizeHans Verkuil2021-01-121-1/+7
* media: Documentation: v4l: Document that link_validate op is valid for sink onlySakari Ailus2021-01-121-5/+6
* media: Documentation: v4l: Remove reference to video opsSakari Ailus2021-01-121-4/+0
* media: allegro: rename stream_id to dst_handleMichael Tretter2021-01-043-9/+9
* media: allegro: remove custom drain state handlingMichael Tretter2021-01-041-129/+45
* media: dt-bindings: media: allegro,al5e: Convert to YAMLMichael Tretter2021-01-043-43/+106
* media: allegro: move driver out of stagingMichael Tretter2021-01-0413-24/+17
* media: allegro: Fix use after free on errorDan Carpenter2021-01-041-2/+1
* media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil2021-01-041-1/+1
* media: v4l2-dev: add EPOLLPRI in v4l2_poll() when dev is unregisteredHans Verkuil2021-01-041-5/+7
* media: vivid: call v4l2_event_wake_all() on disconnectHans Verkuil2021-01-041-20/+18
* media: v4l2-dev/event: add v4l2_event_wake_all()Hans Verkuil2021-01-043-2/+31
* media: v4l2-mem2mem: always call poll_wait() on queuesAlexandre Courbot2021-01-041-3/+12
* media: videobuf2: always call poll_wait() on queuesAlexandre Courbot2021-01-041-2/+9
* media: tegra-video: Add custom V4L2 control V4L2_CID_TEGRA_SYNCPT_TIMEOUT_RETRYSowjanya Komatineni2021-01-043-2/+38
* media: tegra-video: Add support for x8 captures with gang portsSowjanya Komatineni2021-01-045-149/+362
* media: dt-bindings: tegra: Update csi data-lanes to maximum 8 lanesSowjanya Komatineni2021-01-041-2/+2
* media: v4l2-fwnode: Update V4L2_FWNODE_CSI2_MAX_DATA_LANES to 8Sowjanya Komatineni2021-01-041-1/+1
* media: tegra-video: Implement V4L2 device notify callbackSowjanya Komatineni2021-01-042-0/+21
* media: tegra-video: Add support for V4L2_EVENT_SOURCE_CHANGESowjanya Komatineni2021-01-041-1/+13
* media: tegra-video: Add support for VIDIOC_LOG_STATUS ioctlSowjanya Komatineni2021-01-041-0/+10
* media: tegra-video: Add support for EDID ioctl opsSowjanya Komatineni2021-01-041-0/+28
* media: tegra-video: Add DV timing supportSowjanya Komatineni2021-01-041-0/+99
* media: tegra-video: Add support for V4L2_PIX_FMT_NV16Sowjanya Komatineni2021-01-042-0/+15
* media: tegra-video: Fix V4L2 pixel format RGB and YUVSowjanya Komatineni2021-01-041-10/+10
* media: tegra-video: Enable VI pixel transform for YUV and RGB formatsSowjanya Komatineni2021-01-041-1/+14
* media: tegra-video: Use zero crop settings if subdev has no get_selectionSowjanya Komatineni2021-01-041-5/+12
* media: ti-vpe: cal: Simplify the context APILaurent Pinchart2021-01-043-45/+41
* media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart2021-01-043-5/+5
* media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart2021-01-042-9/+11
* media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart2021-01-043-62/+79
* media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart2021-01-042-2/+2
* media: ti-vpe: cal: Remove DMA queue empty check at start streaming timeLaurent Pinchart2021-01-041-6/+0
* media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()Laurent Pinchart2021-01-041-11/+5
* media: ti-vpe: cal: Drop V4L2_CAP_READWRITELaurent Pinchart2021-01-041-4/+2
* media: ti-vpe: cal: Share buffer release code between start and stopLaurent Pinchart2021-01-041-29/+26
* media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart2021-01-041-9/+7
* media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart2021-01-044-62/+117
* media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart2021-01-043-18/+18
* media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart2021-01-044-60/+57
* media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart2021-01-044-66/+66
* media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart2021-01-043-19/+12
* media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart2021-01-043-21/+21
* media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart2021-01-042-0/+207
* media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart2021-01-041-11/+9
* media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart2021-01-041-1/+2
* media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart2021-01-042-4/+13
* media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart2021-01-043-103/+134
* media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart2021-01-043-9/+7
* media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart2021-01-044-10/+88