Linux Media Controller development
 help / color / mirror / Atom feed
 messages from 2026-07-17 05:51:43 to 2026-07-17 11:36:21 UTC [more...]

[PATCH v3 0/9] media: Add support for Broadcom/RPi BCM2835 ISP
 2026-07-17 11:36 UTC  (11+ messages)
` [PATCH v3 1/9] platform/raspberrypi: vchiq-mmal: Include missing headers
` [PATCH v3 2/9] platform/raspberrypi: vchiq-mmal: Move headers to include/linux
` [PATCH v3 3/9] platform/raspberrypi: vchiq-mmal: Support ISP parameters and stats
` [PATCH v3 4/9] platform/raspberrypi: vchiq-mmal: Support bayer and gray formats
` [PATCH v3 5/9] platform/raspberrypi: vchiq: Add helpers for vchiq driver data
` [PATCH v3 6/9] media: videobuf2: Allow exporting of a struct dmabuf
` [PATCH v3 7/9] media: platform: broadcom: Move unicam driver to subdir
` [PATCH v3 8/9] media: platform: broadcom: Add bcm2835-isp driver
` [PATCH v3 9/9] platform/raspberrypi: vchiq: Load bcm2835_isp driver from vchiq

[PATCH v3 0/6] platform/raspberrypi: Add Broadcom Videocore shared memory support
 2026-07-17 11:00 UTC  (7+ messages)
` [PATCH v3 1/6] platform/raspberrypi: vchiq-mmal: Reset buffers_with_vpu on port_enable
` [PATCH v3 2/6] platform/raspberrypi: vchiq: Store audio device in driver management struct
` [PATCH v3 3/6] platform/raspberrypi: Add VideoCore shared memory support
` [PATCH v3 4/6] platform/raspberrypi: vchiq-mmal: Use vc-sm-cma to support zero copy
` [PATCH v3 5/6] platform/raspberrypi: vchiq-mmal: Support sending data to MMAL ports
` [PATCH v3 6/6] platform/raspberrypi: vchiq: Register vc-sm-cma as a platform driver

Linking Patchwork with Sashiko?
 2026-07-17  9:40 UTC  (6+ messages)

[PATCH 16/16] media: s2255: Replace bare 'unsigned' with 'unsigned int'
 2026-07-17  9:26 UTC 

[PATCH 15/16] media: s2255: Remove unnecessary braces from single-statement blocks
 2026-07-17  9:26 UTC 

[PATCH 14/16] media: s2255: Remove unnecessary debug logging and out-of-memory messages
 2026-07-17  9:26 UTC 

[PATCH 13/16] media: s2255: Remove unnecessary return statements from void functions
 2026-07-17  9:25 UTC 

[PATCH 12/16] media: s2255: Fix block comment style to kernel format
 2026-07-17  9:25 UTC 

[PATCH 11/16] media: s2255: Add blank lines after variable declarations
 2026-07-17  9:25 UTC 

[PATCH 00/16] media: s2255: Coding style cleanup
 2026-07-17  9:23 UTC  (11+ messages)
` [PATCH 01/16] media: s2255: Rename remaining CamelCase identifiers to snake_case
` [PATCH 02/16] media: s2255: Remove unnecessary spaces after casts
` [PATCH 03/16] media: s2255: Use consistent braces on all arms of if/else statements
` [PATCH 04/16] media: s2255: Replace NULL comparisons with ! notation
` [PATCH 05/16] media: s2255: Fix alignment to match open parenthesis
` [PATCH 06/16] media: s2255: Remove multiple blank lines and before close braces
` [PATCH 07/16] media: s2255: Add blank lines after function/struct/enum declarations
` [PATCH 08/16] media: s2255: Add spaces around multiplication operators
` [PATCH 09/16] media: s2255: Remove unnecessary parentheses around conditions
` [PATCH 10/16] media: s2255: Parenthesize macro argument to avoid precedence issues

[PATCH 0/2] media: i2c: Add Samsung S5KJN5 image sensor
 2026-07-17  9:23 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: "

[PATCH] media: stm32: dcmi: fix some error handling bugs in probe()
 2026-07-17  9:12 UTC 

[PATCH 00/19] media: clean up unnecessary vb2_queue_release calls
 2026-07-17  8:53 UTC  (21+ messages)
` [PATCH 01/19] media: videobuf2-v4l2.h: improve vb2_queue_release() documentation
` [PATCH 02/19] media: pci: hws: drop call to vb2_queue_release
` [PATCH 03/19] media: pci: ipu6: drop calls to vb2_video_unregister_device and vb2_queue_release
` [PATCH 04/19] media: pci: zoran: use vb2_video_unregister_device
` [PATCH 05/19] media: platform: amd: isp4: drop vb2_queue_release calls
` [PATCH 06/19] media: amlogic: c3: isp: "
` [PATCH 07/19] media: amphion: drop unnecessary vb2_queue_release call
` [PATCH 08/19] media: arm: mali-c55: drop unnecessary vb2_queue_release calls
` [PATCH 09/19] media: imagination: e5010-jpeg-enc: drop vb2_queue_release
` [PATCH 10/19] media: nuvoton: drop unnecessary vb2_queue_release calls
` [PATCH 11/19] media: nxp: imx7-media-csi: use _vb2_fop_release/vb2_video_unregister_device
` [PATCH 12/19] media: raspberrypi: pisp_be: use vb2_video_unregister_device
` [PATCH 13/19] media: renesas: rzv2h-cru: "
` [PATCH 14/19] media: renesas: rzv2h-ivc: drop unnecessary vb2_queue_release calls
` [PATCH 15/19] media: samsung: s3c-camif: drop unnecessary vb2_queue_release
` [PATCH 16/19] media: ti: j721e-csi2rx: use vb2_video_unregister_device
` [PATCH 17/19] staging: media: imx: drop vb2_queue_release call
` [PATCH 18/19] staging: media: ipu7: drop unnecessary cleanup calls
` [PATCH 19/19] media: renesas: rzg2l-cru: drop unnecessary vb2_queue_release

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-17  8:42 UTC  (19+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v5 6/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v5 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v5 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH] Add support for multi_slice in iris encoder
 2026-07-17  8:21 UTC  (3+ messages)

[PATCH v12 0/3] media: nxp: Add CSI Pixel Formatter support
 2026-07-17  8:18 UTC  (3+ messages)
` [PATCH v12 3/3] media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver

[PATCH] media: chips-media: wave5: Balance runtime PM on encoder close errors
 2026-07-17  7:57 UTC 

uvcvideo: deadlock when async control drops the last PM reference from the status-event path
 2026-07-17  7:27 UTC  (7+ messages)

[PATCH] media: chips-media: wave5: Handle polling IRQ thread failure
 2026-07-17  7:13 UTC 

[PATCH v2 0/2] media: qcom: iris: add multi slice support
 2026-07-17  6:51 UTC  (3+ messages)
` [PATCH v2 1/2] media: iris: force stage 1 work mode for CBR RC on encoder
` [PATCH v2 2/2] media: iris: add support for multi_slice in iris encoder

[PATCH v2 0/2] media: synopsys: hdmirx: add HDMI audio capture support
 2026-07-17  6:36 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v3] staging: media: meson: vdec: propagate devm_clk_get() errors
 2026-07-17  5:51 UTC  (2+ messages)


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