aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21media: vivid: add CEC support to display present ctrlJohan Korsnes3-6/+38
2019-06-21media: vivid: reorder CEC allocation and control set-upJohan Korsnes1-42/+58
2019-06-21media: vivid: add HDMI (dis)connect RX emulationJohan Korsnes2-2/+23
2019-06-21media: vivid: add HDMI (dis)connect TX emulationJohan Korsnes2-1/+27
2019-06-21media: vivid: add number of HDMI ports to device stateJohan Korsnes2-0/+4
2019-06-21media: vivid: add display present controlJohan Korsnes4-0/+29
2019-06-21media: vivid: make input std_signal per-inputJohan Korsnes7-46/+64
2019-06-21media: vivid: make input dv_timings per-inputJohan Korsnes6-34/+69
2019-06-21media: coda: Use devm_platform_ioremap_resource()Fabio Estevam1-3/+1
2019-06-21media: aspeed: add a workaround to fix a silicon bugJae Hyun Yoo1-7/+21
2019-06-21media: vimc: stream: add missing function documentationAndré Almeida1-0/+22
2019-06-21media: vivid: remove unnecessary min and max timeperframe constantsAkinobu Mita2-19/+0
2019-06-21media: mtk-vcodec: remove unneeded proxy functionsAlexandre Courbot9-52/+17
2019-06-21media: mtk-vcodec: avoid unneeded pointer-to-long conversionsAlexandre Courbot10-46/+46
2019-06-21media: vimc: Makefile: file cleanupAndré Almeida3-17/+3
2019-06-21media: vimc: debayer: Fix typosAndré Almeida1-2/+4
2019-06-21media: s5p-mfc: Make additional clocks optionalMarek Szyprowski1-0/+5
2019-06-21media: rcar-vin: Merge Gen2 and Gen3 file operationsNiklas Söderlund1-83/+19
2019-06-21media: rcar-vin: Fold rvin_initialize_device() into rvin_open()Niklas Söderlund1-16/+8
2019-06-21media: rcar-vin: Merge helpers dealing with powering the parallel subdeviceNiklas Söderlund1-15/+5
2019-06-21media: rcar-vin: Move pm_runtime_{get,put} out of helpersNiklas Söderlund1-14/+21
2019-06-21media: rcar-vin: Do not sync subdevice format when opening the video deviceNiklas Söderlund1-25/+0
2019-06-21media: rcar-vin: Allow interrupting lock when trying to open the video deviceNiklas Söderlund1-1/+3
2019-06-21media: rcar-vin: Remove unneeded calls to pm_runtime_{enable, disable}Niklas Söderlund1-6/+1
2019-06-21media: rcar-vin: Do not call pm_runtime_{resume,suspend}()Niklas Söderlund1-5/+0
2019-06-21media: atmel: atmel-isc: fix and cleanup potential bugsEugen Hristev3-15/+29
2019-06-21media: atmel: atmel-isc: split driver into driver base and iscEugen Hristev4-501/+618
2019-06-21media: sti: Use vb2_get_bufferEzequiel Garcia1-1/+3
2019-06-21media: mtk-vcodec: Use vb2_get_bufferEzequiel Garcia1-4/+10
2019-06-21media: mtk-jpeg: Use vb2_get_bufferEzequiel Garcia1-1/+1
2019-06-21Merge tag 'v5.2-rc5' into patchworkMauro Carvalho Chehab1-2/+2
2019-06-12Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2019-06-12media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7Marek Szyprowski1-1/+2
2019-06-12media: davinci: vpif_capture: fix memory leak in vpif_probe()Young Xiao1-2/+14
2019-06-12media: drivers: media: coda: fix warning same module namesAnders Roxell1-2/+2
2019-06-11media: fdp1: Support M3N and E3 platformsKieran Bingham1-0/+8
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab154-965/+275
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-05media: platform: ao-cec-g12a: remove spin_lock_irqsave() locking in meson_ao_cec_g12a_read/writeNeil 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