summaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: cx18: use GFP_KERNELJulia Lawall2022-02-221-1/+1
* stkwebcam: add new Asus laptop to upside_down tableXose Vazquez Perez2022-02-221-0/+7
* media: imx-jpeg: fix a bug of accessing array out of boundsMing Qian2022-02-221-1/+0
* media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()Mikhail Rudenko2022-02-221-1/+5
* media: usb: go7007: s2250-board: fix leak in probe()Dan Carpenter2022-02-221-6/+4
* media: imx-jpeg: Remove unnecessary print function dev_err()Yang Li2022-02-221-1/+0
* media: aspeed: Remove duplicated include in aspeed-video.cYang Li2022-02-221-1/+0
* media: saa7164: remove redundant assignment to variable idxColin Ian King2022-02-221-1/+0
* media: saa7134: remove redundant assignment to variable idColin Ian King2022-02-221-2/+0
* media: mtk-jpeg: remove redundant initialization of variable plane_fmtColin Ian King2022-02-221-1/+1
* media: gspca: remove redundant assignment of variable nColin Ian King2022-02-221-1/+0
* media: uapi: Init VP9 stateless decode paramsYunfei Dong2022-02-221-0/+8
* media: go7007: Constify static struct snd_device_opsRikard Falkeborn2022-02-221-1/+1
* media: saa7115: make static read-only array lcr2vbi constColin Ian King2022-02-221-1/+1
* media: em28xx: initialize refcount before kref_getDongliang Mu2022-02-221-4/+4
* media: usb: pwc-uncompress: Use struct_size() helper in pwc_decompress()Gustavo A. R. Silva2022-02-221-1/+1
* media: platform: mtk-vcodec: Do not force /dev/videoX node numberBenjamin Gaignard2022-02-222-16/+13
* media: aspeed: Use of_device_get_match_data() helperJammy Huang2022-02-221-5/+4
* media: aspeed: Use full swing as JFIF to fix incorrect colorJammy Huang2022-02-221-3/+11
* media: aspeed: Fix unstable timing detectionJammy Huang2022-02-221-0/+13
* media: aspeed: Add macro for the fields of the mode-detect registersJammy Huang2022-02-221-1/+12
* media: aspeed: add comments and macroJammy Huang2022-02-221-3/+33
* media: rcar-{csi2,vin}: Move to full Virtual Channel routing per CSI-2 IPNiklas Söderlund2022-02-224-258/+137
* media: rcar-vin: Breakout media link creationNiklas Söderlund2022-02-221-20/+19
* media: rcar-vin: Refactor link notifyNiklas Söderlund2022-02-221-44/+46
* media: xilinx: csi2rxss: Use mipi-csi2.hLaurent Pinchart2022-02-171-61/+45
* media: rcar-csi2: Use mipi-csi2.hLaurent Pinchart2022-02-171-11/+46
* media: rcar-isp: Use mipi-csi2.hLaurent Pinchart2022-02-171-6/+26
* media: vsp1: mask interrupts before enablingNikita Yushchenko2022-02-171-8/+29
* media: uvcvideo: Add support for Apple T2-attached FaceTime HD CameraPaul Pawlowski2022-02-171-0/+9
* media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_forma...Zhou Qingyang2022-02-171-0/+3
* media: i2c: ov08d10: Unlock on error in ov08d10_enum_frame_size()Dan Carpenter2022-02-171-1/+3
* media: ov5675: use group write to update digital gainBingbu Cao2022-02-171-3/+29
* media: omap3isp: Use struct_group() for memcpy() regionKees Cook2022-02-171-2/+3
* media: v4l2-mediabus: Drop V4L2_MBUS_CSI2_CONTINUOUS_CLOCK flagLaurent Pinchart2022-02-173-9/+6
* media: v4l2-mediabus: Drop legacy V4L2_MBUS_CSI2_CHANNEL_* flagsLaurent Pinchart2022-02-171-1/+0
* media: v4l2-mediabus: Use structures to describe bus configurationLaurent Pinchart2022-02-1712-80/+51
* media: microchip-csi2dc: Remove VC support for nowSakari Ailus2022-02-171-16/+2
* media: camss: csiphy: Move to hardcode CSI Clock Lane numberRobert Foss2022-02-174-23/+41
* media: video/hdmi: handle short reads of hdmi info frame.Tom Rix2022-02-163-3/+3
* media: vimc: Add support for contiguous DMA buffersLaurent Pinchart2022-02-164-2/+25
* media: mexon-ge2d: fixup frames size in registersNeil Armstrong2022-02-161-12/+12
* media: s5p_mfc_dec: set flags for OUTPUT coded formatsMaxime Jourdan2022-02-162-0/+19
* media: lirc: report ir receiver overflowSean Young2022-01-282-8/+11
* media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young2022-01-2824-29/+27
* media: aspeed: Correct values for detected timingJammy Huang2022-01-281-13/+97
* media: aspeed: Use FIELD_GET to improve readabilityJammy Huang2022-01-281-19/+12
* media: aspeed: Correct value for h-total-pixelsJammy Huang2022-01-281-3/+6
* media: aspeed: Fix no complete irq for non-64-aligned widthJammy Huang2022-01-281-8/+9
* media: aspeed: add more debug log messagesJammy Huang2022-01-281-0/+24