linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-06 06:16:51 to 2024-11-08 15:37:15 UTC [more...]

[PATCH 0/9] misc: Support TI FPC202 dual-port controller
 2024-11-08 15:36 UTC  (7+ messages)
` [PATCH 1/9] dt-bindings: misc: Describe TI FPC202 dual port controller
` [PATCH 2/9] media: i2c: ds90ub960: Replace aliased clients list with bitmap
` [PATCH 3/9] media: i2c: ds90ub960: Protect alias_use_mask with a mutex
` [PATCH 4/9] i2c: use client addresses directly in ATR interface
` [PATCH 5/9] i2c: move ATR alias pool to a separate struct
` [PATCH 6/9] i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'

Fix Fix fence merge handling
 2024-11-08 14:58 UTC  (14+ messages)
` [PATCH 1/3] dma-buf/dma-fence_array: use kvzalloc
` [PATCH 2/3] dma-buf: sort fences in dma_fence_unwrap_merge

Toshiba TC358746 deadlock
 2024-11-08 14:19 UTC 

[PATCH v1 1/1] media: ov7251: Remap "reset" to "enable" for OV7251
 2024-11-08 14:57 UTC  (2+ messages)

[PATCH 0/2] Documentation: Debugging guide
 2024-11-08 14:45 UTC  (15+ messages)
` [PATCH 1/2] docs: Add guides section for debugging
` [PATCH 2/2] docs: media: Debugging guide for the media subsystem
  ` [0/2] Documentation: Debugging guide

[PATCHv2] media: v4l2-core: v4l2-ctrls: check for handler_new_ref misuse
 2024-11-08 14:38 UTC  (5+ messages)

[PATCH 0/3] Fix Sonix Technology MJPEG streams
 2024-11-08 14:23 UTC  (4+ messages)
` [PATCH 1/3] media: uvcvideo: Introduce header length
` [PATCH 2/3] media: uvcvideo: Add new quirk definition for the Sonix Technology Co. 292a camera
` [PATCH 3/3] media: uvcvideo: Implement dual stream quirk to fix loss of usb packets

[PATCH v3 0/9] Amlogic C3 ISP support
 2024-11-08 14:04 UTC  (17+ messages)
` [PATCH v3 4/9] media: platform: Add c3 mipi adapter driver
` [PATCH v3 7/9] media: platform: Add c3 ISP driver
` [PATCH v3 8/9] Documentation: media: add documentation file metafmt-c3-isp.rst
` [PATCH v3 9/9] Documentation: media: add documentation file c3-isp.rst

[PATCH v6 0/5] media: mediatek: vcodec: fix v4l2_ctrl_request_complete fail
 2024-11-08 13:42 UTC  (13+ messages)
` [PATCH v6 1/5] media: mediatek: vcodec: setting request complete before buffer done
` [PATCH v6 2/5] media: mediatek: vcodec: change flush decode order when stream off
` [PATCH v6 3/5] media: mediatek: vcodec: Get SRC buffer from bitstream instead of M2M
` [PATCH v6 4/5] media: mediatek: vcodec: store current vb2 buffer to decode again
` [PATCH v6 5/5] media: mediatek: vcodec: remove media request checking

[GIT PULL for v6.12-rc7] media fixes
 2024-11-08 13:25 UTC  (2+ messages)
` [GIT PULL for v6.12-rc7] media fixes (#105248)

[RFC 0/4] Sub-device configuration models
 2024-11-08 12:57 UTC  (9+ messages)
` [RFC 1/4] media: Documentation: Rework embedded data documentation
` [RFC 2/4] media: Documentation: Reword split of sensor driver to two classes

[PATCH 0/4] Venus driver fixes to avoid possible OOB accesses
 2024-11-08 11:43 UTC  (18+ messages)
` [PATCH 1/4] media: venus: hfi_parser: add check to avoid out of bound access
` [PATCH 4/4] media: venus: hfi: add a check to handle OOB in sfr region

[PATCH 00/13] media: i2c: ds90ub9xx: Misc fixes and improvements
 2024-11-08 11:27 UTC  (8+ messages)
` [PATCH 12/13] media: i2c: ds90ub913: Add error handling to ub913_hw_init()
` [PATCH 13/13] media: i2c: ds90ub953: Add error handling for i2c reads/writes

[PATCH 0/3] media: i2c: imx219: Fixes for blanking and pixel rate
 2024-11-08 10:30 UTC  (7+ messages)
` [PATCH 1/3] media: i2c: imx219: Correct the minimum vblanking value
` [PATCH 2/3] media: i2c: imx219: make HBLANK r/w to allow longer exposures

[PATCH] media: atomisp: gmin: Remove GPIO driven regulator support
 2024-11-08 10:14 UTC  (3+ messages)

[PATCHv4] media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_* controls
 2024-11-08 10:04 UTC  (2+ messages)

[PATCH v2 00/15] media: i2c: ds90ub9xx: Misc fixes and improvements
 2024-11-08  9:34 UTC  (16+ messages)
` [PATCH v2 01/15] media: i2c: ds90ub9x3: Fix extra fwnode_handle_put()
` [PATCH v2 02/15] media: i2c: ds90ub960: Fix UB9702 refclk register access
` [PATCH v2 03/15] media: i2c: ds90ub960: Fix use of non-existing registers on UB9702
` [PATCH v2 04/15] media: i2c: ds90ub960: Use HZ_PER_MHZ
` [PATCH v2 05/15] media: i2c: ds90ub960: Fix logging SP & EQ status only for UB9702
` [PATCH v2 06/15] media: i2c: ds90ub960: Fix UB9702 VC map
` [PATCH v2 07/15] media: i2c: ds90ub960: Add support for I2C_RX_ID
` [PATCH v2 08/15] media: i2c: ds90ub960: Add RGB24, RAW8 and RAW10 formats
` [PATCH v2 09/15] media: i2c: ds90ub953: Clear CRC errors in ub953_log_status()
` [PATCH v2 10/15] media: i2c: ds90ub960: Drop unused indirect block define
` [PATCH v2 11/15] media: i2c: ds90ub960: Reduce sleep in ub960_rxport_wait_locks()
` [PATCH v2 12/15] media: i2c: ds90ub960: Handle errors in ub960_log_status_ub960_sp_eq()
` [PATCH v2 13/15] media: i2c: ds90ub913: Add error handling to ub913_hw_init()
` [PATCH v2 14/15] media: i2c: ds90ub953: Add error handling for i2c reads/writes
` [PATCH v2 15/15] media: i2c: ds90ub960: Fix shadowing of local variables

[PATCH v7] media: Add t4ka3 camera sensor driver
 2024-11-08  9:18 UTC 

[PATCHv3] media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_* controls
 2024-11-08  8:44 UTC  (4+ messages)

[PATCH] media: uvcvideo: Fix double free in error path
 2024-11-08  7:23 UTC  (2+ messages)

[PATCH v4 0/3] media: mediatek: vcodec: support h264 extend vsi
 2024-11-08  3:40 UTC  (4+ messages)
` [PATCH v4 1/3] media: mediatek: vcodec: remove vsi operation in common interface
` [PATCH v4 2/3] media: mediatek: vcodec: support extended h264 decode
` [PATCH v4 3/3] media: mediatek: vcodec: add description for vsi struct

[linuxtv-media-stage:master] BUILD SUCCESS ed61c59139509f76d3592683c90dc3fdc6e23cd6
 2024-11-08  3:20 UTC 

[linuxtv-media-stage:fixes] BUILD SUCCESS 702a47ce6dde72f6e247b3c3c00a0fc521f9b1c6
 2024-11-08  3:21 UTC 

[PATCH v6] media: Add t4ka3 camera sensor driver
 2024-11-08  2:33 UTC  (3+ messages)

[PATCH] media: uvcvideo:Create input device for all uvc devices with status endpoints
 2024-11-08  2:07 UTC  (2+ messages)

[PATCH v1 0/2] Skip parsing frames of type UVC_VS_UNDEFINED in
 2024-11-08  0:04 UTC  (8+ messages)
` [PATCH v1 1/2] media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format
` [PATCH v1 2/2] media: uvcvideo: Refactor frame parsing code into a uvc_parse_frame function

[PATCH] media: uvcvideo: Fix deadlock during uvc_probe
 2024-11-07 22:05 UTC  (3+ messages)

[PATCH] media: uvcvideo: Reorder uvc_status_init()
 2024-11-07 21:51 UTC  (2+ messages)

[PATCH v6] media: uvcvideo: Fix crash during unbind if gpio unit is in use
 2024-11-07 21:48 UTC  (2+ messages)

[PATCH v6 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2024-11-07 15:11 UTC  (7+ messages)

[PATCH v1 1/1] media: atomisp: Remove License information boilerplate
 2024-11-07 11:45 UTC  (4+ messages)

[PATCH v3 0/6] media: mediatek: vcodec: support h264 extend vsi
 2024-11-07 10:52 UTC  (6+ messages)
` [PATCH v3 1/3] media: mediatek: vcodec: remove vsi operation in common interface
` [PATCH v3 2/3] media: mediatek: vcodec: support extended h264 decode
` [PATCH v3 3/3] media: mediatek: vcodec: add description for vsi struct

[PATCH v2 0/2] media: i2c: Add driver for AD5823 VCM
 2024-11-07 10:49 UTC  (3+ messages)
` [PATCH v2 1/2] media: i2c: Automatically select common options for lens drivers
` [PATCH v2 2/2] media: i2c: Add driver for AD5823 VCM

[PATCH v5 0/5] media: mediatek: vcodec: fix v4l2_ctrl_request_complete fail
 2024-11-07  9:51 UTC  (3+ messages)
` [PATCH v5 3/5] media: mediatek: vcodec: Get SRC buffer from bitstream instead of M2M

[PATCH] media: videobuf2-core: copy vb planes unconditionally
 2024-11-07  9:17 UTC  (4+ messages)

[GIT PULL FOR v6.13] Venus updates
 2024-11-07  8:14 UTC  (2+ messages)
` [GIT PULL FOR v6.13] Venus updates (#105213)

[PATCH] media: atomisp: Avoid picking too big sensor resolution
 2024-11-07  8:10 UTC  (3+ messages)

[PATCH 1/2] media: ov08x40: Move fwnode_property_read_u32("clock-frequency") call down
 2024-11-06 21:57 UTC  (4+ messages)

[PATCH v8 00/17] Add Arm Mali-C55 Image Signal Processor Driver
 2024-11-06 21:54 UTC  (23+ messages)
` [PATCH v8 01/17] media: uapi: Add MEDIA_BUS_FMT_RGB202020_1X60 format code
` [PATCH v8 02/17] media: uapi: Add 20-bit bayer formats
` [PATCH v8 03/17] media: v4l2-common: Add RAW16 format info
` [PATCH v8 04/17] media: v4l2-common: Add RAW14 "
` [PATCH v8 05/17] dt-bindings: media: Add bindings for ARM mali-c55
` [PATCH v8 06/17] media: mali-c55: Add Mali-C55 ISP driver
` [PATCH v8 07/17] media: Documentation: Add Mali-C55 ISP Documentation
` [PATCH v8 08/17] MAINTAINERS: Add entry for mali-c55 driver
` [PATCH v8 09/17] media: Add MALI_C55_3A_STATS meta format
` [PATCH v8 10/17] media: uapi: Add 3a stats buffer for mali-c55
` [PATCH v8 11/17] media: platform: Add mali-c55 3a stats devnode
` [PATCH v8 12/17] media: platform: Fill stats buffer on ISP_START
` [PATCH v8 13/17] Documentation: mali-c55: Add Statistics documentation
` [PATCH v8 14/17] media: mali-c55: Add image formats for Mali-C55 parameters buffer
` [PATCH v8 15/17] media: uapi: Add parameters structs to mali-c55-config.h
` [PATCH v8 16/17] media: platform: Add mali-c55 parameters video node
` [PATCH v8 17/17] Documentation: mali-c55: Document the mali-c55 parameter setting

[PATCH] dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
 2024-11-06 20:50 UTC 

[PATCH v5 0/2] media: venus: Add hierarchical h.264 controls
 2024-11-06 15:48 UTC  (2+ messages)

[PATCH v5] media: uvcvideo: Fix crash during unbind if gpio unit is in use
 2024-11-06 13:08 UTC  (2+ messages)

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-11-06 13:04 UTC  (8+ messages)
` [PATCH v1 05/10] media: platform: mediatek: add isp_7x camsys unit
` [PATCH v1 06/10] media: platform: mediatek: add isp_7x utility
` [PATCH v1 10/10] uapi: linux: add mediatek isp_7x camsys user api

[PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support
 2024-11-06  9:46 UTC  (7+ messages)
` (subset) "

[GIT PULL FOR 6.13] ISP, sensor, other driver fixes
 2024-11-06  9:06 UTC  (2+ messages)
` [GIT PULL FOR 6.13] ISP, sensor, other driver fixes (#105188)

[PATCH v5 0/4] media: videobuf2-core: attach once if multiple planes share the same dbuf
 2024-11-06  8:55 UTC  (5+ messages)
` [PATCH v5 2/4] media: videobuf2-core: release all planes first in __prepare_dmabuf()

[GIT PULL FOR 6.13] Lots of fixes but also PiSP support
 2024-11-06  8:53 UTC  (2+ messages)
` [GIT PULL FOR 6.13] Lots of fixes but also PiSP support (#105187)

[PATCH v3 0/4] Support V4L2_CTRL_TYPE_RECT and
 2024-11-06  6:15 UTC  (5+ messages)
` [PATCH v3 1/4] v4l-utils: Define V4L2_CTRL_TYPE_RECT
` [PATCH v3 2/4] v4l-utils: Ignore comma in bracket when getting subopt
` [PATCH v3 3/4] v4l2-ctl: Support V4L2_CTRL_TYPE_RECT
` [PATCH v3 4/4] v4l2-utils: Support V4L2_CTRL_WHICH_MIN/MAX_VAL


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).