public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-22 10:37:45 to 2025-09-25 03:56:25 UTC [more...]

[PATCH v4 0/7] Add AMD ISP4 driver
 2025-09-25  3:56 UTC  (14+ messages)
` [PATCH v4 1/7] media: platform: amd: Introduce amd isp4 capture driver
` [PATCH v4 2/7] media: platform: amd: low level support for isp4 firmware
` [PATCH v4 3/7] media: platform: amd: Add isp4 fw and hw interface
` [PATCH v4 4/7] media: platform: amd: isp4 subdev and firmware loading handling added

[PATCH 0/6] media: qcom: camss: Add Kaanapali support
 2025-09-25  3:12 UTC  (8+ messages)
` [PATCH 1/6] dt-bindings: i2c: qcom-cci: Document Kaanapali compatible
` [PATCH 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
` [PATCH 3/6] media: qcom: camss: Add Kaanapali compatible camss driver
` [PATCH 4/6] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY
` [PATCH 5/6] media: qcom: camss: csid: Add support for CSID 1080
` [PATCH 6/6] media: qcom: camss: vfe: Add support for VFE 1080

[PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
 2025-09-25  3:06 UTC  (11+ messages)
` [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH 2/8] media: iris: Add support for multiple clock sources
` [PATCH 3/8] media: iris: Add support for multiple TZ CP configs
` [PATCH 4/8] media: iris: Introduce buffer size calculations for vpu4
` [PATCH 5/8] media: iris: Move vpu register defines to common header file
` [PATCH 6/8] media: iris: Move vpu35 specific api to common to use for vpu4
` [PATCH 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
` [PATCH 8/8] media: iris: Add platform data for kaanapali

[PATCH v4 0/3] media: qcom: camss: Add sa8775p/qcs8300 camss TPG support
 2025-09-25  0:32 UTC  (4+ messages)
` [PATCH v4 1/3] media: qcom: camss: Add support for TPG common
` [PATCH v4 2/3] media: qcom: camss: Add link "
` [PATCH v4 3/3] media: qcom: camss: tpg: Add TPG support for SA8775P and QCS8300

[PATCH v7 RESEND 0/2] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-09-24 23:28 UTC  (4+ messages)
` [PATCH v7 RESEND 1/2] dmaengine: qcom: gpi: Add GPI "
` [PATCH v7 RESEND 2/2] i2c: i2c-qcom-geni: Add "

[PATCH v2 00/23] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-09-24 23:20 UTC  (9+ messages)
` [PATCH v2 16/23] staging: media: tegra-video: tegra20: simplify format align calculations

[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
 2025-09-24 20:23 UTC  (20+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once

[PATCH] gpu: i915: fix error return in mmap_offset_attach()
 2025-09-24 20:20 UTC  (2+ messages)

[PATCH v2 00/16] Align availability checks on fwnode child node enumeration
 2025-09-24 18:36 UTC  (38+ messages)
` [PATCH v2 01/16] ACPI: property: Make acpi_get_next_subnode() static
` [PATCH v2 02/16] ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() only
` [PATCH v2 03/16] ACPI: property: Rework acpi_graph_get_next_endpoint()
` [PATCH v2 04/16] ACPI: property: Return present device nodes only on fwnode interface
` [PATCH v2 05/16] property: Move Return: section of fwnode_graph_get_endpoint_by_id() down
` [PATCH v2 06/16] property: Drop DEVICE_DISABLED flag in fwnode_graph_get_endpoint_by_id()
` [PATCH v2 07/16] property: Drop DEVICE_DISABLED flag in fwnode_graph_get_endpoint_count()
` [PATCH v2 08/16] property: Document that fwnode API returns available nodes
` [PATCH v2 09/16] driver core: Use fwnode_for_each_child_node() instead
` [PATCH v2 10/16] net: lan966x: "
` [PATCH v2 11/16] Input: touch-overlay - "
` [PATCH v2 12/16] media: thp7312: "
` [PATCH v2 13/16] leds: "
` [PATCH v2 14/16] leds: Use fwnode_get_next_child_node() instead
` [PATCH v2 15/16] property: Drop functions operating on "available" child nodes
` [PATCH v2 16/16] spi: cadence: Remove explicit device node availability check

[PATCH] media: dvbringbuffer : fix space issues
 2025-09-24 17:41 UTC 

[PATCH 1/1] media: dt-bindings: Add bindings for camera modules
 2025-09-24 16:31 UTC  (3+ messages)

[PATCH 0/2] Add support for QC08C format in iris driver
 2025-09-24 16:23 UTC  (8+ messages)
` [PATCH 1/2] media: iris: Add support for QC08C format for decoder

qcom: vpu: fix the firmware binary name for qcm6490
 2025-09-24 16:16 UTC  (5+ messages)

[PATCH v5 0/4] Performance improvement of decoder
 2025-09-24 15:06 UTC  (8+ messages)
` [PATCH v5 4/4] media: chips-media: wave5: Improve performance "

[PATCH] media: platform: mtk-mdp3: fix device leaks at probe
 2025-09-24 14:39 UTC 

[PATCH 0/3] media: mediatek: fix VPU device leaks on probe
 2025-09-24 13:35 UTC  (4+ messages)
` [PATCH 1/3] media: mediatek: vcodec: fix device leak on codec init
` [PATCH 2/3] media: mediatek: mdp: fix device leak on probe
` [PATCH 3/3] media: mediatek: amend vpu_get_plat_device() documentation

[PATCH 2/2] media: iris: Add support for QC08C format for encoder
 2025-09-24 13:31 UTC  (3+ messages)

[GIT PULL FOR 6.18-fixes] Please pull platform-qcom-fixes-for-6.18
 2025-09-24 12:30 UTC  (4+ messages)

[PATCH v2 0/1] v4l2-subdev/int3472: Use "privacy" as con_id for the LED lookup
 2025-09-24 10:33 UTC  (7+ messages)
` [PATCH v2 1/1] media: v4l2-subdev / pdx86: int3472: Use "privacy" as con_id for the privacy LED

[PATCH v2 00/10] media: Introduce video device state management
 2025-09-24 10:15 UTC  (5+ messages)
` [PATCH v2 01/10] media: v4l2-core: Introduce state management for video devices

[PATCH v7 00/16] media: cadence,ti: CSI2RX Multistream Support
 2025-09-24  9:33 UTC  (20+ messages)
` [PATCH v7 01/16] media: ti: j721e-csi2rx: Remove word size alignment on frame width
` [PATCH v7 03/16] media: ti: j721e-csi2rx: separate out device and context
` [PATCH v7 04/16] media: ti: j721e-csi2rx: prepare SHIM code for multiple contexts
` [PATCH v7 05/16] media: ti: j721e-csi2rx: allocate DMA channel based on context index
` [PATCH v7 06/16] media: ti: j721e-csi2rx: add a subdev for the core device
` [PATCH v7 07/16] media: ti: j721e-csi2rx: get number of contexts from device tree
` [PATCH v7 08/16] media: cadence: csi2rx: add get_frame_desc wrapper
` [PATCH v7 09/16] media: ti: j721e-csi2rx: add support for processing virtual channels
` [PATCH v7 10/16] media: cadence: csi2rx: add multistream support

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH v2 00/12] MediaTek dt-bindings sanitization (MT8173)
 2025-09-23 21:48 UTC  (2+ messages)

[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
 2025-09-23 21:37 UTC  (2+ messages)

[PATCH v2 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-09-23 20:07 UTC  (9+ messages)
` [PATCH v2 03/10] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation

[PATCH] media: saa6588: Fix unsafe debug printk macro
 2025-09-23 17:59 UTC 

[PATCH] media: c8sectpfe: fix probe device leaks
 2025-09-23 15:16 UTC 

[PATCH 0/2] media: verisilicon: Fix Hantro G2 handling of invalid DPB index
 2025-09-23 12:59 UTC  (5+ messages)
` [PATCH 1/2] media: verisilicon: Fix CPU stalls on G2 bus error
` [PATCH 2/2] media: verisilicon: Protect G2 HEVC decoder against invalid DPB index

[PATCH] dma-buf: fix reference count leak in dma_buf_poll_add_cb()
 2025-09-23 12:19 UTC  (3+ messages)

[bug report] dma-buf: Exercise dma-fence-chain under selftests
 2025-09-23 11:12 UTC 

[PATCH 0/4] Add CAMSS support for MSM8939
 2025-09-23 10:27 UTC  (3+ messages)

[PATCH 5.10] gpu/i915: fix error return in mmap_offset_attach()
 2025-09-23  9:07 UTC  (2+ messages)

[PATCH v5 0/4] leds: privacy-led support for devicetree
 2025-09-23  8:36 UTC  (7+ messages)
` [PATCH v5 3/4] leds: led-class: Add devicetree support to led_get()

[PATCH v4] media: pci: intel: ivsc: improve device reference counting in mei_ace driver
 2025-09-23  8:21 UTC  (2+ messages)

[PATCH 5.10] md: fix NULL pointer dereference at reregister_snapshot()
 2025-09-23  6:05 UTC  (2+ messages)

[PATCH v3] media: pci: intel: ivsc: fix error handling in mei_ace driver
 2025-09-23  3:06 UTC  (2+ messages)

[PATCH v4 0/2] Mira220 global shutter image sensor driver
 2025-09-22 20:33 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: media: i2c: ams,mira220: Add mira220 image sensor

[PATCH v2 0/8] media: i2c: dw9719: add DT compatible and DW9718S support
 2025-09-22 20:25 UTC  (3+ messages)
` [PATCH v2 1/8] dt-bindings: media: i2c: Add DW9718S, DW9719 and DW9761 VCM

[PATCH v3] media: rkisp1: Improve frame sequence correctness on stats and params buffers
 2025-09-22 18:19 UTC 

[PATCH v11 00/17] media: rockchip: add a driver for the rockchip camera interface
 2025-09-22 17:11 UTC  (3+ messages)
` [PATCH v11 05/17] media: dt-bindings: add rockchip rk3568 mipi csi-2 receiver

[PATCH v3 0/3] Add CCI and imx577 sensor support for monaco evk
 2025-09-22 16:54 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: i2c: qcom-cci: Document qcs8300 compatible

[PATCH v3 0/8] Enable video decoder & encoder for MT8189
 2025-09-22 16:03 UTC  (3+ messages)
` [PATCH v3 1/8] dt-bindings: media: mediatek: decoder: Add MT8189 mediatek,vcodec-decoder

[PATCH 5.10] rtc: fix error return in pm80x_rtc_set_alarm()
 2025-09-22 14:42 UTC 

[PATCH v2 00/12] media: rkvdec: Add support for VDPU381 and VDPU383
 2025-09-22 14:19 UTC  (5+ messages)
` [PATCH v2 11/12] media: rkvdec: Add HEVC support for the VDPU381 variant

[PATCH] dma-buf/sw-sync: Hide the feature by default
 2025-09-22 13:47 UTC  (2+ messages)

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22 13:10 UTC  (7+ messages)
` [PATCH 04/27 5.10.y] minmax: add in_range() macro

[syzbot] [media?] KASAN: slab-use-after-free Write in dvb_device_put
 2025-09-22 12:49 UTC 

[PATCH v5 0/5] multicommiters model documentation
 2025-09-22 12:27 UTC  (3+ messages)
` [PATCH v5 5/5] docs: media: profile: make it clearer about maintainership duties

[PATCH v5 0/5] multicommiters model documentation
 2025-09-22 12:24 UTC  (3+ messages)
` [PATCH v5 4/5] docs: media: document media multi-committers rules and process

[PATCH 1/1] media: MAINTAINERS: Assign ov08x40 driver to Jimmy
 2025-09-22 11:44 UTC 

[PATCH v2] media: pci: intel: ivsc: fix error handling in mei_ace driver
 2025-09-22 10:44 UTC  (2+ messages)

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 10:32 UTC  (9+ messages)
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox