aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-01-12media: venus: vdec: Make decoder return LAST flag for sufficient eventStanimir Varbanov1-14/+28
2021-01-12media: venus: vdec: Fix non reliable setting of LAST flagStanimir Varbanov3-23/+33
2021-01-12media: venus: use contig vb2 opsAlexandre Courbot4-14/+9
2021-01-12media: aspeed: fix error return code in aspeed_video_setup_video()Zhang Changzhong1-3/+3
2021-01-12media: pwc: Use correct device for DMAMatwey V. Kornilov1-9/+13
2021-01-12media: tm6000: Fix memleak in tm6000_start_streamDinghao Liu1-0/+4
2021-01-12media: media/pci: Fix memleak in empress_initDinghao Liu1-1/+4
2021-01-12media: platform: davinci: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2021-01-12media: em28xx: Fix use-after-free in em28xx_alloc_urbsDinghao Liu1-5/+1
2021-01-12media: cec: fix trivial style warningsNigel Christian1-2/+2
2021-01-12media: vsp1: Use BIT macro for feature identificationKieran Bingham1-10/+10
2021-01-12media: vsp1: Fix an error handling path in the probe functionChristophe JAILLET1-1/+3
2021-01-12media: rkisp1: isp: Add the enum_frame_size ioctlSebastian Fricke1-0/+34
2021-01-12media: sh_vou: Drop bogus __refdata annotationGeert Uytterhoeven1-1/+1
2021-01-12media: camss: missing error code in msm_video_register()Dan Carpenter1-0/+1
2021-01-12media: camss: Fix signedness bug in video_enum_fmt()Dan Carpenter1-1/+1
2021-01-12media: mtk-vcodec: fix error return code in vdec_vp9_decode()Zhang Changzhong1-1/+2
2021-01-12media: ti-vpe: cal: avoid FIELD_GET assertionArnd Bergmann1-1/+1
2021-01-12media: ccs: Small definition cleanupSakari Ailus2-1/+2
2021-01-12media: Revert "media: ccs-pll: Fix MODULE_LICENSE"Sakari Ailus1-1/+1
2021-01-12media: ccs: Switch from standard integer types to kernel onesSakari Ailus3-15/+14
2021-01-12media: ccs-pll: Switch from standard integer types to kernel onesSakari Ailus2-100/+100
2021-01-12media: ccs: Support and default to auto PHY controlSakari Ailus1-11/+43
2021-01-12media: ccs: Add a sanity check for external clock frequencySakari Ailus1-0/+5
2021-01-12media: ccs: Hardware requires a delay after starting the clock of lifting resetSakari Ailus1-13/+16
2021-01-12media: ccs: Wait until software reset is doneSakari Ailus1-0/+15
2021-01-12media: ccs: Only do software reset if we have no hardware resetSakari Ailus1-4/+6
2021-01-12media: ccs: Don't change the I²C address just for software resetSakari Ailus1-8/+0
2021-01-12media: ccs: Get the endpoint by port rather than any next endpointSakari Ailus1-1/+2
2021-01-12media: ccs: Add shading correction and luminance correction level controlsSakari Ailus2-0/+47
2021-01-12media: ccs: Add debug prints for MSR registersSakari Ailus1-0/+8
2021-01-12media: ccs: Add support for alternate analogue global gainSakari Ailus1-0/+55
2021-01-12media: ccs: Add support for analogue gain coefficient controlsSakari Ailus1-2/+36
2021-01-12media: ccs: Only add analogue gain control if the device supports itSakari Ailus1-6/+10
2021-01-12media: ccs: Remove analogue gain fieldSakari Ailus2-8/+6
2021-01-12media: ccs: Add support for old-style SMIA digital gainSakari Ailus2-2/+33
2021-01-12media: ccs: Add digital gain supportSakari Ailus1-1/+16
2021-01-12media: mt9v111: Remove unneeded device-managed putsEzequiel Garcia1-6/+0
2021-01-12media: i2c: Add support for the OV8865 image sensorPaul Kocialkowski3-0/+2986
2021-01-12media: i2c: Add support for the OV5648 image sensorPaul Kocialkowski3-0/+2637
2021-01-12media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt()Pavel Machek1-1/+1
2021-01-12media: i2c: ov5670: Fix PIXEL_RATE minimum valueJacopo Mondi1-1/+2
2021-01-12media: ipu3-cio2: Build only for x86Andy Shevchenko1-1/+2
2021-01-12media: v4l: ioctl: Use kmalloc to allocate a small chunk of memorySakari Ailus1-2/+2
2021-01-12media: v4l: ioctl: Fix memory leak in video_usercopySakari Ailus1-18/+14
2021-01-12media: ov5647: Remove 640x480 SBGGR8 modeJacopo Mondi1-171/+9
2021-01-12media: ov5647: Support VIDIOC_SUBSCRIBE_EVENTJacopo Mondi1-0/+3
2021-01-12media: ov5647: Constify oe_enable/disable reglistJacopo Mondi1-2/+2
2021-01-12media: ov5647: Apply controls only when poweredJacopo Mondi1-17/+27
2021-01-12media: ov5647: Rework s_stream() operationJacopo Mondi1-2/+31