aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-02-22media: imx-jpeg: fix a bug of accessing array out of boundsMing Qian1-1/+0
2022-02-22media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()Mikhail Rudenko1-1/+5
2022-02-22media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter1-6/+4
2022-02-22media: imx-jpeg: Remove unnecessary print function dev_err()Yang Li1-1/+0
2022-02-22media: aspeed: Remove duplicated include in aspeed-video.cYang Li1-1/+0
2022-02-22media: saa7164: remove redundant assignment to variable idxColin Ian King1-1/+0
2022-02-22media: saa7134: remove redundant assignment to variable idColin Ian King1-2/+0
2022-02-22media: mtk-jpeg: remove redundant initialization of variable plane_fmtColin Ian King1-1/+1
2022-02-22media: gspca: remove redundant assignment of variable nColin Ian King1-1/+0
2022-02-22media: uapi: Init VP9 stateless decode paramsYunfei Dong1-0/+8
2022-02-22media: go7007: Constify static struct snd_device_opsRikard Falkeborn1-1/+1
2022-02-22media: saa7115: make static read-only array lcr2vbi constColin Ian King1-1/+1
2022-02-22media: em28xx: initialize refcount before kref_getDongliang Mu1-4/+4
2022-02-22media: usb: pwc-uncompress: Use struct_size() helper in pwc_decompress()Gustavo A. R. Silva1-1/+1
2022-02-22media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard2-16/+13
2022-02-22media: aspeed: Use of_device_get_match_data() helperJammy Huang1-5/+4
2022-02-22media: aspeed: Use full swing as JFIF to fix incorrect colorJammy Huang1-3/+11
2022-02-22media: aspeed: Fix unstable timing detectionJammy Huang1-0/+13
2022-02-22media: aspeed: Add macro for the fields of the mode-detect registersJammy Huang1-1/+12
2022-02-22media: aspeed: add comments and macroJammy Huang1-3/+33
2022-02-22media: rcar-{csi2,vin}: Move to full Virtual Channel routing per CSI-2 IPNiklas Söderlund4-258/+137
2022-02-22media: rcar-vin: Breakout media link creationNiklas Söderlund1-20/+19
2022-02-22media: rcar-vin: Refactor link notifyNiklas Söderlund1-44/+46
2022-02-17media: xilinx: csi2rxss: Use mipi-csi2.hLaurent Pinchart1-61/+45
2022-02-17media: rcar-csi2: Use mipi-csi2.hLaurent Pinchart1-11/+46
2022-02-17media: rcar-isp: Use mipi-csi2.hLaurent Pinchart1-6/+26
2022-02-17media: vsp1: mask interrupts before enablingNikita Yushchenko1-8/+29
2022-02-17media: uvcvideo: Add support for Apple T2-attached FaceTime HD CameraPaul Pawlowski1-0/+9
2022-02-17media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_forma...Zhou Qingyang1-0/+3
2022-02-17media: i2c: ov08d10: Unlock on error in ov08d10_enum_frame_size()Dan Carpenter1-1/+3
2022-02-17media: ov5675: use group write to update digital gainBingbu Cao1-3/+29
2022-02-17media: omap3isp: Use struct_group() for memcpy() regionKees Cook1-2/+3
2022-02-17media: v4l2-mediabus: Drop V4L2_MBUS_CSI2_CONTINUOUS_CLOCK flagLaurent Pinchart3-9/+6
2022-02-17media: v4l2-mediabus: Drop legacy V4L2_MBUS_CSI2_CHANNEL_* flagsLaurent Pinchart1-1/+0
2022-02-17media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart12-80/+51
2022-02-17media: microchip-csi2dc: Remove VC support for nowSakari Ailus1-16/+2
2022-02-17media: camss: csiphy: Move to hardcode CSI Clock Lane numberRobert Foss4-23/+41
2022-02-16media: video/hdmi: handle short reads of hdmi info frame.Tom Rix3-3/+3
2022-02-16media: vimc: Add support for contiguous DMA buffersLaurent Pinchart4-2/+25
2022-02-16media: mexon-ge2d: fixup frames size in registersNeil Armstrong1-12/+12
2022-02-16media: s5p_mfc_dec: set flags for OUTPUT coded formatsMaxime Jourdan2-0/+19
2022-02-09spi: make remove callback a void functionUwe Kleine-König3-8/+3
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi3-13/+15
2022-01-28media: lirc: report ir receiver overflowSean Young2-8/+11
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young24-29/+27
2022-01-28media: aspeed: Correct values for detected timingJammy Huang1-13/+97
2022-01-28media: aspeed: Use FIELD_GET to improve readabilityJammy Huang1-19/+12
2022-01-28media: aspeed: Correct value for h-total-pixelsJammy Huang1-3/+6
2022-01-28media: aspeed: Fix no complete irq for non-64-aligned widthJammy Huang1-8/+9
2022-01-28media: aspeed: add more debug log messagesJammy Huang1-0/+24