summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2019-05-29media: coda: add decoder MPEG-2 profile and level controlsPhilipp Zabel4-1/+76
2019-05-29media: coda: add decoder MPEG-4 profile and level controlsPhilipp Zabel4-1/+78
2019-05-28media: vimc: Remove unneeded return statement in vimc_sen_s_stream()Niklas Söderlund1-1/+0
2019-05-28media: vimc: fix component match compareHelen Koike1-5/+2
2019-05-28media: rcar-csi2: Fix coccinelle warning for PTR_ERR_OR_ZERO()Niklas Söderlund1-3/+1
2019-05-28media: vim2m: fix two double-free issuesKefeng Wang1-3/+3
2019-05-28media: vicodec: correctly support unbinding of the driverHans Verkuil1-5/+18
2019-05-28media: coda: Clear the interrupt reasonEzequiel Garcia1-0/+1
2019-05-28media: coda: Replace the threaded interrupt with a hard interruptEzequiel Garcia1-2/+2
2019-05-28media: coda: Remove unbalanced and unneeded mutex unlockEzequiel Garcia1-1/+0
2019-05-28media: coda: Print a nicer device registered messageEzequiel Garcia1-4/+9
2019-05-28media: coda/venus/s5p_mfc: fix control typoHans Verkuil6-11/+11
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab38-0/+39
2019-05-24media: venus: firmware: fix leaked of_node referencesWen Yang1-2/+4
2019-05-24media: exynos4-is: Add missing of_node_put to fix reference leaksKrzysztof Kozlowski1-1/+5
2019-05-24media: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz5-16/+0
2019-05-23media: vpss: fix the order of resource clean upMukesh Ojha1-1/+1
2019-05-23media: vpss: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-05-23media: coda: remove -I$(src) header search pathMasahiro Yamada3-4/+3
2019-05-23media: marvell-ccic: don't generate EOF on parallel busLubomir Rintel1-6/+0
2019-05-23media: marvell-ccic: fix DMA s/g desc number calculationLubomir Rintel1-2/+3
2019-05-23media: cec-gpio: use disable/enable_irqHans Verkuil1-17/+11
2019-05-21media: venus: helpers: fix dynamic buffer mode for v4Stanimir Varbanov1-0/+7
2019-05-21media: venus: hfi_cmds: add more not-implemented propertiesStanimir Varbanov1-0/+2
2019-05-21media: venus: Add support for H265 controlsKelvin Lawson1-1/+20
2019-05-21media: venus: core: fix max load for msm8996 and sdm845Alexandre Courbot1-2/+2
2019-05-21media: coda: update profile and level controls after sequence initializationPhilipp Zabel4-28/+54
2019-05-21media: coda: add menu strings to s_ctrl debug outputPhilipp Zabel1-2/+7
2019-05-21media: coda: demote s_ctrl debug messages to level 2Philipp Zabel1-1/+1
2019-05-21media: coda: improve decoder job finished debug messagePhilipp Zabel1-5/+29
2019-05-21media: coda: add coda_frame_type_char helperPhilipp Zabel1-4/+9
2019-05-21media: coda: move job ready message to coda_debug level 2Philipp Zabel1-1/+1
2019-05-21media: coda: move register debugging to coda_debug level 3Philipp Zabel1-2/+2
2019-05-21media: atmel: atmel-isc: make try_fmt error less verboseEugen Hristev1-1/+2
2019-05-21media: atmel: atmel-isc: add support for DO_WHITE_BALANCEEugen Hristev1-7/+59
2019-05-21media: atmel: atmel-isc: reworked white balance featureEugen Hristev2-25/+181
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner38-0/+38
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-05-18media: remove unneeded header search pathsMasahiro Yamada1-1/+0
2019-05-16Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-20/+144
2019-05-09Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds21-92/+221
2019-05-08media: tegra-cec: fix cec_notifier_parse_hdmi_phandle return checkHans Verkuil1-2/+2
2019-05-08media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter1-1/+1
2019-05-08media: rcar-csi2: Propagate the FLD signal for NTSC and PALNiklas Söderlund1-3/+13
2019-05-08media: rcar-csi2: restart CSI-2 link if error is detectedNiklas Söderlund1-1/+51
2019-05-08media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter1-9/+6
2019-05-08media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel1-0/+10
2019-05-08media: atmel: atmel-isc: fix asd memory allocationEugen Hristev1-2/+6
2019-05-08media: atmel: atmel-isc: fix INIT_WORK misplacementEugen Hristev1-2/+2
2019-05-08media: atmel: atmel-isc: limit incoming pixels per frameEugen Hristev2-0/+53