summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-04-30media: platform: Aspeed: Make reserved memory optionalEddie James1-5/+1
2019-04-30media: platform: Aspeed: Remove use of reset lineEddie James1-22/+5
2019-04-30media: stm32-dcmi: return appropriate error codes during probeFabien Dessenne1-6/+8
2019-04-25media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart1-0/+24
2019-04-25media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart1-0/+24
2019-04-25media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart1-0/+14
2019-04-22media: platform: meson: Add Amlogic Meson G12A AO CEC Controller driverNeil Armstrong3-0/+796
2019-04-22media: cros-ec-cec: decrement HDMI device refcountHans Verkuil1-0/+1
2019-04-22media: seco-cec: decrement HDMI device refcountHans Verkuil1-0/+1
2019-04-22media: tegra_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil1-10/+4
2019-04-22media: stih_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil1-14/+7
2019-04-22media: s5p_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil1-11/+5
2019-04-22media: meson: ao-cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil1-11/+5
2019-04-22media: seco-cec: fix building with RC_CORE=mArnd Bergmann1-1/+1
2019-04-22media: rcar-csi2: Move setting of Field Detection Control RegisterNiklas Söderlund1-2/+2
2019-04-22media: rcar-csi2: Update start procedure for H3 ES2Niklas Söderlund1-6/+29