aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-01-12media: ov5647: Implement enum_frame_size()Jacopo Mondi1-3/+22
2021-01-12media: ov5647: Program mode at s_stream(1) timeJacopo Mondi1-37/+44
2021-01-12media: ov5647: Fix return value from read/writeJacopo Mondi1-4/+8
2021-01-12media: ov5647: Replace license with SPDX identifierJacopo Mondi1-9/+1
2021-01-12media: ov5647: Fix style issuesJacopo Mondi1-55/+47
2021-01-12media: ov5647: Fix format initializationJacopo Mondi1-3/+2
2021-01-12media: ov5647: Add set_fmt and get_fmt calls.Dave Stevenson1-0/+19
2021-01-12media: ov5647: Add support for non-continuous clock modeDave Stevenson1-4/+20
2021-01-12media: ov5647: Add support for PWDN GPIO.Dave Stevenson1-0/+32
2021-01-12media: i2c: imx219: take lock in imx219_enum_mbus_code/frame_sizeHans Verkuil1-1/+7
2021-01-12media: Revert "media: videobuf2: Fix length check for single plane dmabuf que...Naushir Patuck1-2/+1
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter4-2/+224
2021-01-12mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter1-2/+1
2021-01-12media: rc: ite-cir: fix min_timeout calculationMatthias Reichl1-1/+1
2021-01-11media: venus: core: Fix platform driver shutdownStanimir Varbanov1-0/+2
2021-01-11media: rc: fix timeout handling after switch to microsecond durationsMatthias Reichl3-4/+4
2021-01-07media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus2-3/+3
2021-01-07media: rcar-vin: fix return, use ret instead of zeroColin Ian King1-1/+1
2021-01-07media: ccs: Get static data version minor correctlySakari Ailus1-1/+1
2021-01-07media: ccs-pll: Fix link frequency for C-PHYSakari Ailus1-7/+1
2021-01-04media: allegro: rename stream_id to dst_handleMichael Tretter3-9/+9
2021-01-04media: allegro: remove custom drain state handlingMichael Tretter1-129/+45
2021-01-04media: allegro: move driver out of stagingMichael Tretter8-0/+5293
2021-01-04media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil1-1/+1
2021-01-04media: v4l2-dev: add EPOLLPRI in v4l2_poll() when dev is unregisteredHans Verkuil1-5/+7
2021-01-04media: vivid: call v4l2_event_wake_all() on disconnectHans Verkuil1-20/+18
2021-01-04media: v4l2-dev/event: add v4l2_event_wake_all()Hans Verkuil2-0/+20
2021-01-04media: v4l2-mem2mem: always call poll_wait() on queuesAlexandre Courbot1-3/+12
2021-01-04media: videobuf2: always call poll_wait() on queuesAlexandre Courbot1-2/+9
2021-01-04media: ti-vpe: cal: Simplify the context APILaurent Pinchart3-45/+41
2021-01-04media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart3-5/+5
2021-01-04media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart2-9/+11
2021-01-04media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart3-62/+79
2021-01-04media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart2-2/+2
2021-01-04media: ti-vpe: cal: Remove DMA queue empty check at start streaming timeLaurent Pinchart1-6/+0
2021-01-04media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()Laurent Pinchart1-11/+5
2021-01-04media: ti-vpe: cal: Drop V4L2_CAP_READWRITELaurent Pinchart1-4/+2
2021-01-04media: ti-vpe: cal: Share buffer release code between start and stopLaurent Pinchart1-29/+26
2021-01-04media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart1-9/+7
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart4-62/+117
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart3-18/+18
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart4-60/+57
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart4-66/+66
2021-01-04media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart3-19/+12
2021-01-04media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart3-21/+21
2021-01-04media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart2-0/+207
2021-01-04media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart1-11/+9
2021-01-04media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart1-1/+2
2021-01-04media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart2-4/+13
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart3-103/+134