summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-037-8/+8
|\
| * Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-033-12/+13
| |\
| * | media: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-237-8/+8
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-2/+6
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-271-2/+6
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-191-2/+6
| | |/
* | | media: v4l2: Reorder field reflistNicolas Dufresne2022-05-171-0/+42
* | | media: h264: Sort p/b reflist using frame_numNicolas Dufresne2022-05-171-10/+13
* | | media: v4l2: Trace calculated p/b0/b1 initial reflistNicolas Dufresne2022-05-171-0/+100
* | | media: h264: Store all fields into the unordered listNicolas Dufresne2022-05-172-19/+48
* | | media: h264: Store current picture fieldsNicolas Dufresne2022-05-171-3/+7
* | | media: h264: Increase reference lists size to 32Nicolas Dufresne2022-05-171-3/+3
* | | media: h264: Use v4l2_h264_reference for reflistNicolas Dufresne2022-05-176-46/+80
* | | media: ov7251: fix mutex lock unbalanceMauro Carvalho Chehab2022-05-171-0/+1
* | | media: i2c: Add vblank control to ov7251 driverDaniel Scally2022-05-171-0/+53
* | | media: i2c: Add hblank control to ov7251Daniel Scally2022-05-171-0/+12
* | | media: i2c: add ov7251_init_ctrls()Daniel Scally2022-05-171-41/+52
* | | media: i2c: Extend .get_selection() for ov7251Daniel Scally2022-05-171-6/+29
* | | media: ipu3-cio2: Add INT347E to cio2-bridgeDaniel Scally2022-05-171-0/+2
* | | media: i2c: Remove .s_power() from ov7251Daniel Scally2022-05-171-43/+10
* | | media: i2c: Add pm_runtime support to ov7251Daniel Scally2022-05-171-21/+60
* | | media: i2c: Add ov7251_detect_chip()Daniel Scally2022-05-171-27/+35
* | | media: i2c: Add support for new frequencies to ov7251Daniel Scally2022-05-171-21/+72
* | | media: i2c: Add ov7251_pll_configure()Daniel Scally2022-05-171-30/+145
* | | media: i2c: Remove per-mode frequencies from ov7251Daniel Scally2022-05-171-29/+14
* | | media: i2c: Provide ov7251_check_hwcfg()Daniel Scally2022-05-171-18/+57
* | | media: i2c: Add acpi support to ov7251Daniel Scally2022-05-171-0/+8
* | | media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10Daniel Scally2022-05-171-0/+5
* | | media: uapi: Add IPU3 packed Y10 formatDaniel Scally2022-05-171-0/+1
* | | media: i2c: ov5645: Remove unneeded of_match_ptr macroMoses Christopher Bollavarapu2022-05-171-1/+1
* | | media: ov8856: apply digital gain by setting global gain control registerBingbu Cao2022-05-171-17/+6
* | | media: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang2022-05-171-2/+2
* | | media: i2c: ov2640: Depend on V4L2_ASYNCMike Pagano2022-05-171-0/+1
* | | media: i2c: video-i2c: Use GENMASK for masking bitsMoses Christopher Bollavarapu2022-05-171-1/+2
* | | media: i2c: video-i2c: Replace constants with proper namesMoses Christopher Bollavarapu2022-05-171-2/+8
* | | media: i2c: video-i2c: Move defines to the top of the fileMoses Christopher Bollavarapu2022-05-171-25/+25
* | | media: exynos4-is: Fix compile warningKwanghoon Son2022-05-171-1/+1
* | | media: i2c: adv7180: Add support for the test patternsFabio Estevam2022-05-171-0/+46
* | | media: ti: cal: use frame desc to get vc and dtTomi Valkeinen2022-05-173-2/+76
* | | media: media/v4l2-core: Add enum V4L2_FWNODE_BUS_TYPE_DPIXin Ji2022-05-171-0/+4
* | | media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu2022-05-171-1/+0
* | | media: dw9807-vcm: Add "dongwoon,dw9807" compatible stringSakari Ailus2022-05-171-0/+2
* | | media: i2c: imx412: Add bulk regulator supportBryan O'Donoghue2022-05-171-0/+31
* | | media: i2c: imx412: Fix power_off orderingBryan O'Donoghue2022-05-171-2/+2
* | | media: i2c: imx412: Fix reset GPIO polarityBryan O'Donoghue2022-05-171-3/+3
* | | media: h264: Avoid wrapping long_term_frame_idxNicolas Dufresne2022-05-131-1/+3
* | | media: v4l2-mem2mem: Trace on implicit un-holdNicolas Dufresne2022-05-131-0/+1
* | | media: mediatek: vcodec: add h264 decoder driver for mt8186Yunfei Dong2022-05-131-1/+176
* | | media: mediatek: vcodec: Support MT8186Yunfei Dong2022-05-133-0/+24
* | | media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.koYunfei Dong2022-05-131-1/+2