aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)Author
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-18media: remove unneeded header search pathsMasahiro Yamada
2019-05-16Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-05-08media: tegra-cec: fix cec_notifier_parse_hdmi_phandle return checkHans Verkuil
2019-05-08media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter
2019-05-08media: rcar-csi2: Propagate the FLD signal for NTSC and PALNiklas Söderlund
2019-05-08media: rcar-csi2: restart CSI-2 link if error is detectedNiklas Söderlund
2019-05-08media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter
2019-05-08media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel
2019-05-08media: atmel: atmel-isc: fix asd memory allocationEugen Hristev
2019-05-08media: atmel: atmel-isc: fix INIT_WORK misplacementEugen Hristev
2019-05-08media: atmel: atmel-isc: limit incoming pixels per frameEugen Hristev
2019-04-30media: platform: Aspeed: Make reserved memory optionalEddie James
2019-04-30media: platform: Aspeed: Remove use of reset lineEddie James
2019-04-30media: stm32-dcmi: return appropriate error codes during probeFabien Dessenne
2019-04-25media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart
2019-04-25media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart
2019-04-25media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart
2019-04-22media: platform: meson: Add Amlogic Meson G12A AO CEC Controller driverNeil Armstrong
2019-04-22media: cros-ec-cec: decrement HDMI device refcountHans Verkuil
2019-04-22media: seco-cec: decrement HDMI device refcountHans Verkuil
2019-04-22media: tegra_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil
2019-04-22media: stih_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil
2019-04-22media: s5p_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil
2019-04-22media: meson: ao-cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil
2019-04-22media: seco-cec: fix building with RC_CORE=mArnd Bergmann
2019-04-22media: rcar-csi2: Move setting of Field Detection Control RegisterNiklas Söderlund
2019-04-22media: rcar-csi2: Update start procedure for H3 ES2Niklas Söderlund
2019-04-22media: rcar-csi2: Update V3M and E3 start procedureNiklas Söderlund
2019-04-22media: rcar-csi2: Use standby mode instead of resettingNiklas Söderlund
2019-04-22media: coda: throw error on create_bufs with too small sizePhilipp Zabel
2019-04-22media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel
2019-04-22media: coda: implement encoder frame size enumerationPhilipp Zabel
2019-04-22media: coda: disable encoder command on decoder and vice versaPhilipp Zabel
2019-04-22media: coda: add min number of buffers controlsPhilipp Zabel
2019-04-22media: coda: clear error return value before picture runPhilipp Zabel
2019-04-22media: coda: remove mask from decoder h.264 level controlPhilipp Zabel
2019-04-22media: coda: set codec earlierPhilipp Zabel
2019-04-22media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko
2019-04-22media: mtk-vcodec: fix vp9 content playback error with show exist frameMaoguang Meng
2019-04-22media: stm32-dcmi: fix crash when subdev do not expose any formatsHugues Fruchet
2019-04-22media: stm32-dcmi: do not emit error trace in case of few overrunHugues Fruchet
2019-04-22media: stm32-dcmi: fix error messagesHugues Fruchet
2019-04-22media: mtk-vcodec: enlarge struct vdec_pic_info fieldsYunfei Dong
2019-04-22media: vimc: propagate pixel format in the streamHelen Fornazier
2019-04-22media: platform: stm32: wait end of transmissionYannick Fertre
2019-04-22media: atmel: atmel-isc: removed ARGB32 added ABGR32 and XBGR32Eugen Hristev
2019-04-22media: atmel: atmel-isc: reworked driver and formatsEugen Hristev
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab