aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-8/+8
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+6
2022-05-17media: v4l2: Reorder field reflistNicolas Dufresne1-0/+42
2022-05-17media: h264: Sort p/b reflist using frame_numNicolas Dufresne1-10/+13
2022-05-17media: v4l2: Trace calculated p/b0/b1 initial reflistNicolas Dufresne1-0/+100
2022-05-17media: h264: Store all fields into the unordered listNicolas Dufresne2-19/+48
2022-05-17media: h264: Store current picture fieldsNicolas Dufresne1-3/+7
2022-05-17media: h264: Increase reference lists size to 32Nicolas Dufresne1-3/+3
2022-05-17media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne6-46/+80
2022-05-17media: ov7251: fix mutex lock unbalanceMauro Carvalho Chehab1-0/+1
2022-05-17media: i2c: Add vblank control to ov7251 driverDaniel Scally1-0/+53
2022-05-17media: i2c: Add hblank control to ov7251Daniel Scally1-0/+12
2022-05-17media: i2c: add ov7251_init_ctrls()Daniel Scally1-41/+52
2022-05-17media: i2c: Extend .get_selection() for ov7251Daniel Scally1-6/+29
2022-05-17media: ipu3-cio2: Add INT347E to cio2-bridgeDaniel Scally1-0/+2
2022-05-17media: i2c: Remove .s_power() from ov7251Daniel Scally1-43/+10
2022-05-17media: i2c: Add pm_runtime support to ov7251Daniel Scally1-21/+60
2022-05-17media: i2c: Add ov7251_detect_chip()Daniel Scally1-27/+35
2022-05-17media: i2c: Add support for new frequencies to ov7251Daniel Scally1-21/+72
2022-05-17media: i2c: Add ov7251_pll_configure()Daniel Scally1-30/+145
2022-05-17media: i2c: Remove per-mode frequencies from ov7251Daniel Scally1-29/+14
2022-05-17media: i2c: Provide ov7251_check_hwcfg()Daniel Scally1-18/+57
2022-05-17media: i2c: Add acpi support to ov7251Daniel Scally1-0/+8
2022-05-17media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10Daniel Scally1-0/+5
2022-05-17media: uapi: Add IPU3 packed Y10 formatDaniel Scally1-0/+1
2022-05-17media: i2c: ov5645: Remove unneeded of_match_ptr macroMoses Christopher Bollavarapu1-1/+1
2022-05-17media: ov8856: apply digital gain by setting global gain control registerBingbu Cao1-17/+6
2022-05-17media: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang1-2/+2
2022-05-17media: i2c: ov2640: Depend on V4L2_ASYNCMike Pagano1-0/+1
2022-05-17media: i2c: video-i2c: Use GENMASK for masking bitsMoses Christopher Bollavarapu1-1/+2
2022-05-17media: i2c: video-i2c: Replace constants with proper namesMoses Christopher Bollavarapu1-2/+8
2022-05-17media: i2c: video-i2c: Move defines to the top of the fileMoses Christopher Bollavarapu1-25/+25
2022-05-17media: exynos4-is: Fix compile warningKwanghoon Son1-1/+1
2022-05-17media: i2c: adv7180: Add support for the test patternsFabio Estevam1-0/+46
2022-05-17media: ti: cal: use frame desc to get vc and dtTomi Valkeinen3-2/+76
2022-05-17media: media/v4l2-core: Add enum V4L2_FWNODE_BUS_TYPE_DPIXin Ji1-0/+4
2022-05-17media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu1-1/+0
2022-05-17media: dw9807-vcm: Add "dongwoon,dw9807" compatible stringSakari Ailus1-0/+2
2022-05-17media: i2c: imx412: Add bulk regulator supportBryan O'Donoghue1-0/+31
2022-05-17media: i2c: imx412: Fix power_off orderingBryan O'Donoghue1-2/+2
2022-05-17media: i2c: imx412: Fix reset GPIO polarityBryan O'Donoghue1-3/+3
2022-05-13media: h264: Avoid wrapping long_term_frame_idxNicolas Dufresne1-1/+3
2022-05-13media: v4l2-mem2mem: Trace on implicit un-holdNicolas Dufresne1-0/+1
2022-05-13media: mediatek: vcodec: add h264 decoder driver for mt8186Yunfei Dong1-1/+176
2022-05-13media: mediatek: vcodec: Support MT8186Yunfei Dong3-0/+24
2022-05-13media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.koYunfei Dong1-1/+2
2022-05-13media: mediatek: vcodec: support stateless VP9 decodingYunfei Dong7-3/+2061
2022-05-13media: mediatek: vcodec: support stateless VP8 decodingYunfei Dong6-2/+466
2022-05-13media: mediatek: vcodec: support stateless H.264 decoding for mt8192Yunfei Dong5-1/+638
2022-05-13media: mediatek: vcodec: Extract H264 common codeYunfei Dong4-383/+629