summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner34-67/+67
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-0/+517
2025-03-25Merge tag 'media/v6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds243-3187/+20994
2025-03-25objtool, media: dib8000: Prevent divide-by-zero in dib8000_set_dds()Josh Poimboeuf1-1/+4
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-8/+5
2025-03-12media: rtl2832_sdr: assign vb2 lock before vb2_queue_initHans Verkuil1-1/+1
2025-03-07media: pci: mgb4: include linux/errno.hArnd Bergmann1-0/+1
2025-03-07media: synopsys: hdmirx: Fix signedness bug in hdmirx_parse_dt()Dan Carpenter1-1/+1
2025-03-07media: platform: synopsys: hdmirx: Fix 64-bit division for 32-bit targetsNathan Chancellor1-1/+2
2025-03-06media: vim2m: print device name after registering deviceMatthew Majewski1-3/+3
2025-03-06media: vivid: Introduce VIDEO_VIVID_OSDRicardo Ribalda5-3/+34
2025-03-06media: vivid: Move all fb_info references into vivid-osdRicardo Ribalda5-16/+28
2025-03-06media: platform: synopsys: hdmirx: Optimize struct snps_hdmirx_devDmitry Osipenko1-1/+1
2025-03-06media: platform: synopsys: hdmirx: Remove unused HDMI audio CODEC relicsDmitry Osipenko1-4/+0
2025-03-06media: platform: synopsys: hdmirx: Remove duplicated header inclusionDmitry Osipenko1-1/+0
2025-03-06media: qcom: Clean up Kconfig dependenciesRobin Murphy1-1/+1
2025-03-06media: dvb-frontends: tda10048: Make the range of z explicit.Ricardo Ribalda1-1/+7
2025-03-06media: platform: stm32: Add check for clk_enable()Jiasheng Jiang1-1/+2
2025-03-06media: xilinx-tpg: fix double put in xtpg_parse_of()Dan Carpenter1-2/+0
2025-03-06media: siano: Fix error handling in smsdvb_module_init()Yuan Can1-0/+2
2025-03-06media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()Markus Elfring1-2/+1
2025-03-06media: i2c: tda1997x: Call of_node_put(ep) only once in tda1997x_parse_dt()Markus Elfring1-4/+3
2025-03-06media: v4l2-dv-timings: prevent possible overflow in v4l2_detect_gtf()Karina Yankevich1-2/+2
2025-03-06media: rockchip: rga: fix rga offset lookupJohn Keeping1-1/+1
2025-03-06media: rockchip: rga: fix field in OUTPUT buffersMichael Tretter1-0/+7
2025-03-06media: ccs-pll: Make variables const where appropriateLaurent Pinchart1-8/+8
2025-03-06media: cec: use us_to_ktime() where appropriateVitaliy Shevtsov1-6/+5
2025-03-06media: i2c: add lt6911uxe hdmi bridge driverDongcheng Yan3-0/+719
2025-03-05media: vimc: skip .s_stream() for stopped entitiesNikita Zhandarovich1-0/+6
2025-03-05media: dvb: Fix spelling mistake "ofset" -> "offset"Colin Ian King1-1/+1
2025-03-05media: s5p-mfc: Corrected NV12M/NV21M plane-sizesAakarsh Jain1-2/+3
2025-03-05media: platform: ti: Remove unused omap3isp_print_statusDr. David Alan Gilbert2-39/+0
2025-03-05media: platform: synopsys: Add support for HDMI input driverShreeya Patel10-0/+3508
2025-03-05media: v4l2-core: use (t,l)/wxh format for rectangleHans Verkuil2-13/+13
2025-03-05media: v4l2-tpg: use (t,l)/wxh format for rectangleHans Verkuil1-4/+4
2025-03-05media: radio-wl1273: Rename wl1273_fm_vidioc_s_ctrlRicardo Ribalda1-2/+2
2025-03-05media: v4l2-core: Introduce v4l2_query_ext_ctrl_to_v4l2_queryctrlRicardo Ribalda2-47/+32
2025-03-05media: v4l2: Remove vidioc_s_ctrl callbackRicardo Ribalda2-3/+1
2025-03-05media: cx231xx: Remove vidioc_s_ctrl callbackRicardo Ribalda1-15/+0
2025-03-05media: v4l2: Remove vidioc_g_ctrl callbackRicardo Ribalda2-3/+1
2025-03-05media: v4l2: Remove vidioc_queryctrl callbackRicardo Ribalda2-4/+1
2025-03-05media: uvcvideo: Remove vidioc_queryctrlRicardo Ribalda1-25/+0
2025-03-05media: pvrusb2: Remove g/s_ctrl callbacksRicardo Ribalda1-27/+0
2025-03-05media: pvrusb2: Convert queryctrl to query_ext_ctrlRicardo Ribalda1-5/+8
2025-03-05media: ioctl: Simulate v4l2_queryctrl with v4l2_query_ext_ctrlRicardo Ribalda2-2/+38
2025-03-05media: cx231xx: set device_caps for 417Hans Verkuil1-0/+2
2025-03-05media: cec: core: allow raw msg transmit while configuringHans Verkuil1-1/+1
2025-03-04media: cx23885: Add analog support for AVerMedia H789-C PCIe cardPlamen Atanasov3-1/+33
2025-03-04media: rc: reduce useless padding in struct rc_dev etcSean Young1-2/+2