summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Merge tag 'iommu-updates-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-14/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-67/+31
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+20
2023-04-26Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+7
2023-04-25media: ov5670: Fix probe on ACPISakari Ailus1-1/+1
2023-04-20media: radio-shark: Add endpoint checksAlan Stern2-0/+20
2023-04-16media: nxp: imx8-isi: Remove 300ms sleep after enabling channelJacopo Mondi1-2/+0
2023-04-16media: nxp: imx8-isi: Replace udelay() with fsleep()Laurent Pinchart1-1/+2
2023-04-16media: nxp: imx8-isi: Drop partial support for i.MX8QM and i.MX8QXPLaurent Pinchart2-108/+1
2023-04-16media: nxp: Add i.MX8 ISI driverLaurent Pinchart13-0/+6017
2023-04-15media: i2c: Drop unused vs6624 camera sensor driverLaurent Pinchart4-1190/+0
2023-04-15media: i2c: Drop unused sr030pc30 camera sensor driverLaurent Pinchart3-769/+0
2023-04-15media: i2c: Drop unused s5k6aa camera sensor driverLaurent Pinchart3-1662/+0
2023-04-15media: i2c: Drop unused noon010pc30 camera sensor driverLaurent Pinchart3-830/+0
2023-04-15media: i2c: Drop unused mt9t001 camera sensor driverLaurent Pinchart3-1002/+0
2023-04-15media: i2c: Drop unused mt9m032 camera sensor driverLaurent Pinchart3-902/+0
2023-04-15media: i2c: Drop unused m5mols camera sensor driverLaurent Pinchart9-2556/+0
2023-04-15media: i2c: Drop unused ad9389b video encoder driverLaurent Pinchart3-1230/+0
2023-04-15media: imx-jpeg: Encoder add support for 12bit jpegMing Qian3-15/+175
2023-04-15media: imx-jpeg: Decoder add support for 12bit jpegMing Qian1-2/+134
2023-04-15media: imx-jpeg: Clear slot next desc ptr if config errorMing Qian3-0/+7
2023-04-15media: imx-jpeg: Refine the function mxc_jpeg_find_formatMing Qian1-9/+8
2023-04-15media: Add ABGR64_12 video formatMing Qian2-0/+2
2023-04-15media: Add BGR48_12 video formatMing Qian2-0/+2
2023-04-15media: Add YUV48_12 video formatMing Qian2-0/+2
2023-04-15media: Add Y212 v4l2 format infoMing Qian1-0/+1
2023-04-15media: Add Y012 video formatMing Qian1-0/+1
2023-04-15media: Add P012 and P012M video formatMing Qian2-0/+4
2023-04-15media: v4l2-subdev: Add new ioctl for client capabilitiesTomi Valkeinen1-0/+63
2023-04-15media: pci: saa7146: advertise only those TV standard that are supportedHans Verkuil3-21/+24
2023-04-15media: mxb: allow tuner/input/audio ioctls for vbiHans Verkuil1-0/+11
2023-04-15media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_capHans Verkuil1-0/+1
2023-04-15media: mxb: update the tvnorms when changing inputHans Verkuil1-0/+3
2023-04-15media: common: saa7146: allow S_STD(G_STD)Hans Verkuil1-3/+8
2023-04-15media: common: saa7146: check minimum video format sizeHans Verkuil1-0/+4
2023-04-15media: common: saa7146: fix compliance problems with field handlingHans Verkuil2-10/+11
2023-04-15media: saa7146: convert to vb2Hans Verkuil5-792/+306
2023-04-15media: common: saa7146: use for_each_sg_dma_pageHans Verkuil2-73/+32
2023-04-15media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P supportHans Verkuil1-1/+1
2023-04-15media: common: saa7146: replace BUG_ON by WARN_ONHans Verkuil3-9/+15
2023-04-15media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil2-23/+26
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil7-78/+68
2023-04-15media: pci: saa7146: hexium_orion: initialize input 0Hans Verkuil1-0/+1
2023-04-15media: common/saa7146: fix VFL direction for vbi outputHans Verkuil1-4/+8
2023-04-15media: common: saa7146: disable clippingHans Verkuil1-0/+17
2023-04-15media: mediatek: vcodec: Coverity issues in encoder driverIrui Wang2-5/+13
2023-04-15media: mediatek: vcodec: Fix potential array out-of-bounds in decoder queue_s...Wei Chen1-0/+7
2023-04-15media: mediatek: vcodec: add remove function for decoder platform driverYunfei Dong1-0/+8
2023-04-15media: mediatek: vcodec: fix decoder disable pm crashYunfei Dong1-1/+2
2023-04-15media: hantro: use devm_reset_control_array_get_optional_exclusive()Ye Xingchen1-1/+1