summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2138-0/+38
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: remove unneeded header search pathsMasahiro Yamada2019-05-181-1/+0Star
* Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-05-167-20/+144
|\
| * media: tegra-cec: fix cec_notifier_parse_hdmi_phandle return checkHans Verkuil2019-05-081-2/+2
| * media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter2019-05-081-1/+1
| * media: rcar-csi2: Propagate the FLD signal for NTSC and PALNiklas Söderlund2019-05-081-3/+13
| * media: rcar-csi2: restart CSI-2 link if error is detectedNiklas Söderlund2019-05-081-1/+51
| * media: omap_vout: potential buffer overflow in vidioc_dqbuf()Dan Carpenter2019-05-081-9/+6Star
| * media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel2019-05-081-0/+10
| * media: atmel: atmel-isc: fix asd memory allocationEugen Hristev2019-05-081-2/+6
| * media: atmel: atmel-isc: fix INIT_WORK misplacementEugen Hristev2019-05-081-2/+2
| * media: atmel: atmel-isc: limit incoming pixels per frameEugen Hristev2019-05-082-0/+53
* | Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-0921-92/+221
|\ \ | |/ |/|
| * media: vsp1: drm: Implement writeback supportLaurent Pinchart2019-03-183-2/+40
| * media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart2019-03-183-3/+4
| * media: vsp1: drm: Split RPF format setting to separate functionLaurent Pinchart2019-03-181-20/+35
| * media: vsp1: wpf: Add writeback supportLaurent Pinchart2019-03-182-9/+58
| * media: vsp1: dl: Allow chained display lists for display pipelinesLaurent Pinchart2019-03-181-12/+23
| * media: vsp1: Add vsp1_dl_list argument to .configure_stream() operationLaurent Pinchart2019-03-1816-5/+22
| * media: vsp1: Replace the display list internal flag with a flags fieldLaurent Pinchart2019-03-184-18/+25
| * media: vsp1: Fix addresses of display-related registers for VSP-DLLaurent Pinchart2019-03-183-6/+6
| * media: vsp1: Replace leftover occurrence of fragment with bodyLaurent Pinchart2019-03-181-2/+2
| * media: vsp1: wpf: Fix partition configuration for display pipelinesLaurent Pinchart2019-03-181-7/+9
| * Revert "[media] v4l: vsp1: Supply frames to the DU continuously"Kieran Bingham2019-03-181-11/+0Star
* | media: platform: Aspeed: Make reserved memory optionalEddie James2019-04-301-5/+1Star
* | media: platform: Aspeed: Remove use of reset lineEddie James2019-04-301-22/+5Star
* | media: stm32-dcmi: return appropriate error codes during probeFabien Dessenne2019-04-301-6/+8
* | media: vsp1: Add support for missing 16-bit RGB555 formatsLaurent Pinchart2019-04-251-0/+24
* | media: vsp1: Add support for missing 16-bit RGB444 formatsLaurent Pinchart2019-04-251-0/+24
* | media: vsp1: Add support for missing 32-bit RGB formatsLaurent Pinchart2019-04-251-0/+14
* | media: platform: meson: Add Amlogic Meson G12A AO CEC Controller driverNeil Armstrong2019-04-223-0/+796
* | media: cros-ec-cec: decrement HDMI device refcountHans Verkuil2019-04-221-0/+1
* | media: seco-cec: decrement HDMI device refcountHans Verkuil2019-04-221-0/+1
* | media: tegra_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil2019-04-221-10/+4Star
* | media: stih_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil2019-04-221-14/+7Star
* | media: s5p_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil2019-04-221-11/+5Star
* | media: meson: ao-cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil2019-04-221-11/+5Star
* | media: seco-cec: fix building with RC_CORE=mArnd Bergmann2019-04-221-1/+1
* | media: rcar-csi2: Move setting of Field Detection Control RegisterNiklas Söderlund2019-04-221-2/+2
* | media: rcar-csi2: Update start procedure for H3 ES2Niklas Söderlund2019-04-221-6/+29
* | media: rcar-csi2: Update V3M and E3 start procedureNiklas Söderlund2019-04-221-5/+5
* | media: rcar-csi2: Use standby mode instead of resettingNiklas Söderlund2019-04-222-26/+42
* | media: coda: throw error on create_bufs with too small sizePhilipp Zabel2019-04-221-0/+3
* | media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel2019-04-221-5/+5
* | media: coda: implement encoder frame size enumerationPhilipp Zabel2019-04-221-0/+37
* | media: coda: disable encoder command on decoder and vice versaPhilipp Zabel2019-04-221-8/+10
* | media: coda: add min number of buffers controlsPhilipp Zabel2019-04-221-0/+6
* | media: coda: clear error return value before picture runPhilipp Zabel2019-04-221-0/+3
* | media: coda: remove mask from decoder h.264 level controlPhilipp Zabel2019-04-221-18/+4Star