summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2019-06-11media: vicodec: improve handling of ENC_CMD_STOP/STARTHans Verkuil1-28/+122
2019-06-11media: vicodec: stateless codecs do not have EOS and SOURCE_CHANGE eventsHans Verkuil1-0/+2
2019-06-11media: vicodec: use correct sizeimage value when drainingHans Verkuil1-2/+4
2019-06-11media: vicodec: set KEY/PFRAME flag when decodingHans Verkuil1-2/+5
2019-06-11media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_OUTPUTHans Verkuil1-1/+4
2019-06-11media: vicodec: pass on enc output format to capture sideHans Verkuil1-10/+43
2019-06-11media: vicodec: fix initial stateless sizeimage valueHans Verkuil1-1/+3
2019-06-11media: vicodec: always return a valid format.Hans Verkuil1-12/+14
2019-06-11media: vicodec: move v4l2_ctrl_request_complete after spin_unlockHans Verkuil1-2/+2
2019-06-10media: ttpci: use rc-core for the IR receiverSean Young4-347/+112
2019-06-10media: stv090x: Implement probe/remove for stv090xTobias Klausmann3-53/+150
2019-06-10media: stv6110x: Implement probe/remove for stv6110xTobias Klausmann3-23/+118
2019-06-10media: v4l2: Fix the _MPLANE format check in v4l_enum_fmt()Boris Brezillon1-2/+7
2019-06-05media: pvrusb2: fix null-ptr-deref in class_unregister()Kefeng Wang1-1/+2
2019-06-05media: platform: ao-cec-g12a: remove spin_lock_irqsave() locking in meson_ao_...Neil Armstrong1-17/+3
2019-06-05media: aspeed: use different delays for triggering VE H/W resetJae Hyun Yoo1-4/+5
2019-06-05media: aspeed: remove source buffer allocation before mode detectionJae Hyun Yoo1-32/+5
2019-06-05media: aspeed: refine interrupt handling logicJae Hyun Yoo1-3/+4
2019-06-05media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETEJae Hyun Yoo1-8/+4
2019-06-05media: aspeed: reduce noisy log printing outsJae Hyun Yoo1-5/+5
2019-06-05media: aspeed: remove IRQF_SHARED flagJae Hyun Yoo1-2/+1
2019-06-05media: aspeed: change irq to threaded irqJae Hyun Yoo1-2/+3
2019-06-05media: aspeed: refine clock control logicJae Hyun Yoo1-9/+29
2019-06-05media: aspeed: fix a kernel warning on clk controlJae Hyun Yoo1-0/+11
2019-06-05media: stm32-dcmi: fix irq = 0 caseFabien Dessenne1-1/+1
2019-06-05media: cxusb: Revert "media: cxusb: add raw mode support for, Medion MD95700"Hans Verkuil3-163/+34
2019-06-05media: platform: Fix Warning of Unneeded Semicolon reported by coccicheckShobhit Kukreti3-4/+4
2019-06-05media: vivid: fix incorrect assignment operation when setting video modeColin Ian King1-1/+1
2019-06-05media: mtk-vcodec: support single-buffer framesYunfei Dong1-4/+7
2019-06-05media: mtk-vcodec: constify formatsAlexandre Courbot3-19/+21
2019-06-05media: mtk-vcodec: replace GPLv2 with SPDXAlexandre Courbot32-450/+32
2019-06-05media: vimc: Remove or modify stream checksAndré Almeida3-14/+4
2019-06-05media: vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcsHans Verkuil1-31/+4
2019-06-05media: v4l2-mem2mem: add try_en/decoder_cmd ioctl helpersHans Verkuil1-0/+29
2019-06-05media: rtl2832_sdr: set device_caps in struct video_deviceHans Verkuil1-3/+2
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil20-133/+100
2019-06-05media: media/radio: set device_caps in struct video_deviceHans Verkuil20-73/+42
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon27-108/+81
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon12-34/+18
2019-06-03media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmapNeil Armstrong1-1/+0
2019-06-03media: cx23885: remove redundant assignment to errColin Ian King1-2/+0
2019-06-03media: dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.hHans Verkuil1-3/+2
2019-06-03media: wl128x: Fix some error handling in fm_v4l2_init_video_device()Kefeng Wang1-0/+3
2019-05-29media: omap3isp: constify platform_device_idArvind Yadav1-1/+1
2019-05-29media: omap3isp: Call video_unregister_device() unconditionallySakari Ailus1-2/+1
2019-05-29media: omap3isp: Don't rely on devm for memory resource managementSakari Ailus5-23/+54
2019-05-29media: staging: media: davinci_vpfe: Replace a bit shiftArushi Singhal1-1/+1
2019-05-29media: videobuf-dma-contig: Use size of buffer in mmap not vma sizeAndrew F. Davis1-3/+1
2019-05-29media: cx231xx-dvb: fix memory leak in dvb_fini()Young Xiao1-0/+1
2019-05-29media: em28xx: use usb_to_input_id() rather than handrolling itSean Young1-8/+3