linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-07 06:58:23 to 2025-08-09 21:17:26 UTC [more...]

[PATCH v2 00/76] media: Rationalise usage of v4l2_fh
 2025-08-09 21:15 UTC  (4+ messages)
` [PATCH v2 01/76] media: pci: saa7164: Store v4l2_fh pointer in file->private_data
` [PATCH v2 02/76] media: imagination: "
` [PATCH v2 03/76] media: ti: vpe: "

[syzbot] [pvrusb2?] WARNING in pvr2_send_request/usb_submit_urb
 2025-08-09 20:59 UTC 

[PATCH v2 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-08-09 13:17 UTC  (15+ messages)
` [PATCH v2 01/12] media: rkvdec: Switch to using structs instead of writel
` [PATCH v2 02/12] media: rkvdec: Move cabac table to its own source file
` [PATCH v2 03/12] media: rkvdec: Use structs to represent the HW RPS
` [PATCH v2 04/12] media: rkvdec: Move h264 functions to common file
` [PATCH v2 05/12] media: rkvdec: Add per variant configuration
` [PATCH v2 06/12] media: rkvdec: Add RCB and SRAM support
` [PATCH v2 07/12] media: rkvdec: Support per-variant interrupt handler
` [PATCH v2 08/12] media: rkvdec: Enable all clocks without naming them
` [PATCH v2 09/12] media: rkvdec: Add H264 support for the VDPU381 variant
` [PATCH v2 10/12] media: rkvdec: Add H264 support for the VDPU383 variant
` [PATCH v2 11/12] media: rkvdec: Add HEVC support for the VDPU381 variant
` [PATCH v2 12/12] media: rkvdec: Add HEVC support for the VDPU383 variant

[PATCH 00/10] media: qcom: camss: add support for csiphy devices
 2025-08-09 11:51 UTC  (7+ messages)
` [PATCH 09/10] [RFT] arm64: dts: qcom: sm8250: extend CAMSS with new CSIPHY subdevices

[PATCH v8 0/7] media: venus: Add QCM2290 support with AR50_LITE core
 2025-08-09 11:43 UTC  (24+ messages)
` [PATCH v8 5/7] media: venus: core: Add qcm2290 DT compatible and resource data

[PATCH 0/4] Remove the wl1273 FM Radio
 2025-08-09  0:23 UTC  (12+ messages)
` [PATCH 1/4] media: radio-wl1273: Remove
` (subset) [PATCH 0/4] Remove the wl1273 FM Radio
  ` [0/4] "

[PATCH v2 00/32] media: add imx93 mipi/controller csi support
 2025-08-08 22:39 UTC  (33+ messages)
` [PATCH v2 01/32] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v2 02/32] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v2 03/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_bpp()
` [PATCH v2 04/32] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_dt()
` [PATCH v2 05/32] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v2 06/32] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v2 07/32] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v2 08/32] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v2 09/32] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v2 10/32] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v2 11/32] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [PATCH v2 12/32] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v2 13/32] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v2 14/32] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v2 15/32] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v2 16/32] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v2 17/32] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [PATCH v2 18/32] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v2 19/32] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v2 20/32] media: synopsys: csi2: Add phy interface support
` [PATCH v2 21/32] media: synopsys: csi2: Add basic v150* version register
` [PATCH v2 22/32] media: synopsys: csi2: Add irq support to record error count
` [PATCH v2 23/32] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v2 24/32] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v2 25/32] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v2 26/32] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v2 27/32] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v2 28/32] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v2 29/32] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v2 30/32] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v2 31/32] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v2 32/32] media: synopsys: csi2: Add simple synopsys platform driver

[RESEND PATCH 1/1] media: MAINTAINERS: Orphan the rcar_jpu driver
 2025-08-08 20:28 UTC 

[PATCH v6 0/2] media: i2c: Add ov2735 camera sensor driver
 2025-08-08 20:21 UTC  (7+ messages)
` [PATCH v6 2/2] media: i2c: add ov2735 image "

[PATCH 00/21] gpiolib: fence off legacy interfaces
 2025-08-08 15:17 UTC  (2+ messages)
` [PATCH 11/21] media: em28xx: add special case for legacy gpiolib interface

[PATCH v3 0/4] eUSB2 Double Isochronous IN Bandwidth support
 2025-08-08 15:16 UTC  (13+ messages)
` [PATCH v3 1/4] xhci: Add host support for eUSB2 double isochronous bandwidth devices
` [PATCH v3 2/4] USB: core: support eUSB2 double bandwidth large isoc URB frames
` [PATCH v3 3/4] USB: Add a function to obtain USB version independent maximum bpi value
` [PATCH v3 4/4] media: uvcvideo: eUSB2 double isochronous bandwidth support

[BUG] OV02C10: image upside down in kernel 6.16
 2025-08-08 14:49 UTC  (4+ messages)

media: staging/intel-ipu3: css - possible typo in array being assigned
 2025-08-08 14:17 UTC  (2+ messages)

[PATCH] media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()
 2025-08-08 13:54 UTC  (2+ messages)

[PATCH] meson: Allow BPF code to be built with GCC
 2025-08-08 12:42 UTC  (9+ messages)

[PATCH 1/1] media: MAINTAINERS: Orphan the rcar_jpu driver
 2025-08-08 12:20 UTC  (4+ messages)

[PATCH 1/1] media: vim2m: Remove compilation conditional to CONFIG_MEDIA_CONTROLLER
 2025-08-08 12:02 UTC 

[PATCH v9 0/8] media: venus: Add QCM2290 support with AR50_LITE core
 2025-08-08 10:26 UTC  (17+ messages)
` [PATCH v9 1/8] media: dt-bindings: venus: Add qcm2290 dt schema
` [PATCH v9 2/8] media: venus: Define minimum valid firmware version
` [PATCH v9 3/8] media: venus: Add framework support for AR50_LITE video core
` [PATCH v9 4/8] media: venus: hfi_plat_v4: Add capabilities for the 4XX lite core
` [PATCH v9 5/8] media: venus: core: Sort dt_match alphabetically
` [PATCH v9 6/8] media: venus: core: Add qcm2290 DT compatible and resource data
` [PATCH v9 7/8] arm64: dts: qcom: qcm2290: Add Venus video node
` [PATCH v9 8/8] arm64: dts: qcom: qrb2210-rb1: Enable Venus

[PATCH v5 0/2] dma-buf: heaps: Support carved-out heaps
 2025-08-08 10:16 UTC  (3+ messages)
` [PATCH v5 2/2] dma-buf: heaps: Introduce a new heap for reserved memory

[PATCH v2 0/8] Add AMD ISP4 driver
 2025-08-08  9:11 UTC  (12+ messages)

[bug report] media: subdev: Add v4l2_subdev_call_state_try() macro
 2025-08-08  8:47 UTC  (2+ messages)

[PATCH 00/65] media: Rationalise usage of v4l2_fh
 2025-08-08  7:22 UTC  (25+ messages)
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH 58/65] media: zoran: Remove access to __fh
` [PATCH 63/65] media: ipu6: isys: Don't set V4L2_FL_USES_V4L2_FH manually
` [PATCH 64/65] media: staging: ipu7: "
` [PATCH 65/65] media: v4l2-ioctl: Stop passing fh pointer to ioctl handlers

[sailus-media-tree:metadata] BUILD REGRESSION c004c51265ae9cb188ea355ff4e13bdabea658a9
 2025-08-07 21:27 UTC 

[PATCH] media: s5p-mfc: remove an unused/unitialized variable
 2025-08-07 20:54 UTC 

[PATCH v3 0/2] media: Add HEVC long and short term ref pic sets controls
 2025-08-07 19:43 UTC  (3+ messages)
` [PATCH v3 1/2] media: uapi: HEVC: Add v4l2_ctrl_hevc_ext_sps_[ls]t_rps controls
` [PATCH v3 2/2] media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controls

[PATCH] media: uvcvideo: Log driver load in uvc_probe function
 2025-08-07 19:05 UTC  (6+ messages)

[Patch v3 1/3] soc: qcom: mdt_loader: Remove unused parameter
 2025-08-07 17:18 UTC  (6+ messages)
` [Patch v3 2/3] soc: qcom: mdt_loader: Remove pas id parameter
` [Patch v3 3/3] soc: qcom: mdt_loader: Remove unused parameter

[PATCH v2 1/4] soc: qcom: mdt_loader: Fix check mdt_header_valid()
 2025-08-07 16:50 UTC  (5+ messages)
` [PATCH v2 3/4] soc: qcom: mdt_loader: Remove pas id parameter

[PATCH] drm/sched: Extend and update documentation
 2025-08-07 14:15 UTC  (5+ messages)

[PATCH RFC 0/3] Add support for video device state for capture devices
 2025-08-07 13:08 UTC  (7+ messages)
` [PATCH RFC 1/3] media: v4l2-core: Add support for video device state

[PATCH 1/1] media: MAINTAINERS: Remove Stanislaw from IVCS and IPU6 reviewers
 2025-08-07 12:34 UTC 

[PATCH v4 0/9] Add sa8775p camss support
 2025-08-07 12:11 UTC  (10+ messages)
` [PATCH v4 1/9] media: qcom: camss: Rename camss-csid-780.c to camss-csid-gen3.c
` [PATCH v4 2/9] media: qcom: camss: Rename camss-vfe-780.c to camss-vfe-gen3.c
` [PATCH v4 3/9] media: dt-bindings: Add qcom,sa8775p-camss compatible
` [PATCH v4 4/9] media: qcom: camss: Add sa8775p compatible
` [PATCH v4 5/9] media: qcom: camss: Add support for CSIPHY 690
` [PATCH v4 6/9] media: qcom: camss: Add support for CSID for sa8775p
` [PATCH v4 7/9] media: qcom: camss: Add support for VFE 690
` [PATCH v4 8/9] media: qcom: camss: Enumerate resources for SA8775P
` [PATCH v4 9/9] arm64: dts: qcom: sa8775p: Add support for camss

[PATCH 00/10] Use SoC-specific compatible string for Samsung MFC
 2025-08-07 11:05 UTC  (16+ messages)
    ` [PATCH 01/10] ARM: dts: samsung: exynos3250: Use SoC-specific compatible string for MFC
    ` [PATCH 02/10] ARM: dts: samsung: exynos4: "
    ` [PATCH 03/10] ARM: dts: samsung: exynos5250: "
    ` [PATCH 04/10] ARM: dts: samsung: exynos5420: "
    ` [PATCH 05/10] ARM: dts: samsung: exynos5800: "
    ` [PATCH 06/10] ARM: dts: samsung: s5pv210: "
    ` [PATCH 07/10] media: s5p-mfc: Modify compatible string check for SoC-specific support
    ` [PATCH 08/10] media: s5p-mfc: Add new compatible string corresponding to S5pv210 SoC
    ` [PATCH 09/10] dt-bindings: media: s5p-mfc: Modify compatible string check for SoC-specific support
    ` [PATCH 10/10] dt-bindings: media: s5p-mfc: Add SoC-specific compatible for 'samsung,mfc-v5'

[PATCH v3 0/4] Add missing fixes to FastRPC driver
 2025-08-07 10:04 UTC  (5+ messages)
` [PATCH v3 1/4] misc: fastrpc: Save actual DMA size in fastrpc_map structure
` [PATCH v3 2/4] misc: fastrpc: Fix fastrpc_map_lookup operation
` [PATCH v3 3/4] misc: fastrpc: fix possible map leak in fastrpc_put_args
` [PATCH v3 4/4] misc: fastrpc: Skip reference for DMA handles

[PATCH v2 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-08-07  7:35 UTC  (9+ messages)
` [PATCH v2 10/12] media: uvcvideo: Add get_* functions to uvc_entity

[sailus-media-tree:metadata 39/82] ERROR: modpost: __ex_table+0x1ab8 references non-executable section '.data.rel.local.max7301_driver'
 2025-08-07  7:24 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).