public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-29 05:27:03 to 2023-09-03 21:46:10 UTC [more...]

[PATCH 0/2] media: i2c: imx519: Support for Sony IMX519 sensor
 2023-09-03 21:45 UTC  (9+ messages)
` [PATCH 1/2] media: dt-bindings: imx519: Add IMX519 DT bindings
` [PATCH 2/2] media: i2c: imx519: Support for the Sony IMX519 sensor

[PATCH] uvc_driver: Error Fix in the file drivers/media/usb/uvc/uvc_driver.c
 2023-09-03 20:59 UTC  (2+ messages)

[PATCH] media: s3c-camif: Avoid inappropriate kfree()
 2023-09-03 20:23 UTC  (2+ messages)

[PATCH 00/15] Intel IPU6 and IPU6 input system drivers
 2023-09-03 14:32 UTC  (9+ messages)

[PATCH -next v3 0/2] media: cx231xx: Switch to use kmemdup() helper and add two macros
 2023-09-03  8:14 UTC  (3+ messages)
` [PATCH -next v3 1/2] media: cx231xx: Switch to use kmemdup() helper
` [PATCH -next v3 2/2] media: cx231xx: Add EP5_BUF_SIZE and EP5_TIMEOUT_MS macros

[PATCH -next v2 0/2] media: cx231xx: Add two macros and switch to use kmemdup() helper
 2023-09-03  7:47 UTC  (4+ messages)

[sailus-media-tree:master] BUILD SUCCESS 892ec0c7ee771a853f773a6a88d19c7b2b016b0a
 2023-09-02 16:39 UTC 

[PATCH v2] media: i2c: imx334: add support for test pattern generator
 2023-09-02 13:22 UTC  (2+ messages)

[PATCH] media: v4l2-subdev: Document that routing support depends on streams
 2023-09-02 12:10 UTC  (4+ messages)

[PATCH v3 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-09-02 10:53 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: media: add bindings for stm32 dcmipp
` [PATCH v3 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver
` [PATCH v3 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver
` [PATCH v3 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135
` [PATCH v3 5/5] ARM: multi_v7_defconfig: enable STM32 DCMIPP media support

[PATCH v5 0/2] Remove ir-rx51 driver
 2023-09-02 10:50 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: media: remove nokia,n900-ir as pwm-ir-tx is compatible
` [PATCH v5 2/2] media: rc: remove ir-rx51 in favour of generic pwm-ir-tx

[GIT PULL for v6.6-rc1] media updates
 2023-09-01 22:40 UTC  (3+ messages)
` [GIT PULL for v6.6-rc1] media updates (#94387)

[PATCH] media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf
 2023-09-01 19:37 UTC  (2+ messages)

[PATCH 0/6] drm, cec and edid updates
 2023-09-01 19:26 UTC  (24+ messages)
` [PATCH 1/6] drm/edid: add drm_edid_is_digital()
` [PATCH 2/6] drm/i915/display: use drm_edid_is_digital()
  ` [Intel-gfx] "
` [PATCH 3/6] drm/edid: parse source physical address
` [PATCH 4/6] drm/cec: add drm_dp_cec_attach() as the non-edid version of set edid
  ` [PATCH v2] "
` [PATCH 5/6] drm/i915/cec: switch to setting physical address directly
` [PATCH 6/6] media: cec: core: add note about *_from_edid() function usage in drm
  ` [PATCH v2] "

[PATCH v2 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-09-01 14:43 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: media: add bindings for dcmipp driver
` [PATCH v2 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver

[PATCH] media: videobuf2-dma-sg: limit the sg segment size
 2023-09-01 14:26 UTC  (15+ messages)
        ` [EXT] "

[PATCH v6 00/18] Add DELETE_BUF ioctl
 2023-09-01 12:44 UTC  (19+ messages)
` [PATCH v6 01/18] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v6 02/18] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v6 03/18] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v6 04/18] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v6 05/18] media: mediatek: jpeg: "
` [PATCH v6 06/18] media: mediatek: vdec: "
` [PATCH v6 07/18] media: sti: hva: "
` [PATCH v6 08/18] media: visl: "
` [PATCH v6 09/18] media: atomisp: "
` [PATCH v6 10/18] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v6 11/18] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v6 12/18] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v6 13/18] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v6 14/18] media: verisilicon: vp9: Use destination buffer height to compute chroma offset
` [PATCH v6 15/18] media: verisilicon: postproc: Fix down scale test
` [PATCH v6 16/18] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v6 17/18] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v6 18/18] media: v4l2: Add mem2mem helpers for "

[PATCH v5 00/10] Add DELETE_BUF ioctl
 2023-09-01 12:29 UTC  (19+ messages)
` [PATCH v5 01/10] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v5 02/10] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v5 03/10] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v5 09/10] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v5 10/10] media: v4l2: Add mem2mem helpers for "

[PATCH v1 0/5] [PATCH 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-09-01 12:05 UTC  (12+ messages)
` [PATCH v1 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver
          ` [Linux-stm32] "

[PATCH] dma_buf/sync_file: Enable signaling for fences when querying status
 2023-09-01  9:37 UTC  (2+ messages)

[PATCH 0/3] This patchset adds IR controller driver support for
 2023-09-01  8:02 UTC  (5+ messages)
` [PATCH 1/3] media: rc: meson-ir: support rc driver type RC_DRIVER_SCANCODE

cron job: media_tree daily build: WARNINGS
 2023-09-01  1:46 UTC 

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-31 20:41 UTC  (17+ messages)

[PATCH v14 0/7] Support Nuvoton NPCM Video Capture/Encode Engine
 2023-08-31 14:06 UTC  (5+ messages)
` [PATCH v14 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine

[PATCH v2 0/3] media: i2c: imx219: Miscellaneous fixes
 2023-08-31 13:57 UTC  (4+ messages)
` [PATCH v2 1/3] media: i2c: imx219: Fix a typo referring to a wrong variable
` [PATCH v2 2/3] media: i2c: imx219: Fix crop rectangle setting when changing format
` [PATCH v2 3/3] media: i2c: imx219: Perform a full mode set unconditionally

[PATCH] visl: use canonical ftrace path
 2023-08-31 13:39 UTC  (3+ messages)

[PATCH v3 0/4] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2023-08-31 13:24 UTC  (4+ messages)
` [PATCH v3 2/4] media: imagination: Add E5010 JPEG Encoder driver

Fwd: in linux 6.3.7-200.fc38.x86_64 goes vlc in time to switch tv channels to zombie-process
 2023-08-31 12:14 UTC  (7+ messages)

Stateless Encoding uAPI Discussion and Proposal
 2023-08-31  9:32 UTC  (12+ messages)

[PATCH] media: imx-mipi-csis: Remove an incorrect fwnode_handle_put() call
 2023-08-31  9:16 UTC  (3+ messages)

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-08-31  8:18 UTC  (5+ messages)

[PATCH] media: i2c: max9286: Remove an incorrect fwnode_handle_put() call
 2023-08-31  8:10 UTC  (3+ messages)

[linuxtv-media-stage:master] BUILD SUCCESS 4c420b729238696d06d39f31fc85a287629a0304
 2023-08-31  5:47 UTC 

[PATCH] media: hantro: Check whether reset op is defined before use
 2023-08-31  3:26 UTC  (10+ messages)

cron job: media_tree daily build: WARNINGS
 2023-08-31  1:46 UTC 

[PATCH v3 00/10] media: qcom: camss: Bugfix series
 2023-08-30 20:47 UTC  (13+ messages)
` [PATCH v3 01/10] media: qcom: camss: Fix pm_domain_on sequence in probe
` [PATCH v3 02/10] media: qcom: camss: Fix V4L2 async notifier error path
` [PATCH v3 03/10] media: qcom: camss: Fix genpd cleanup
` [PATCH v3 04/10] media: qcom: camss: Fix vfe_get() error jump
` [PATCH v3 05/10] media: qcom: camss: Fix VFE-17x vfe_disable_output()
` [PATCH v3 06/10] media: qcom: camss: Fix VFE-480 vfe_disable_output()
` [PATCH v3 07/10] media: qcom: camss: Fix missing vfe_lite clocks check
` [PATCH v3 08/10] media: qcom: camss: Fix invalid clock enable bit disjunction
` [PATCH v3 09/10] media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3
` [PATCH v3 10/10] media: qcom: camss: Fix csid-gen2 for test pattern generator

[PATCH v2] media: i2c: rdacm21: Remove an incorrect fwnode_handle_put() call
 2023-08-30 20:34 UTC 

[PATCH v1 0/2] media: i2c: imx219: Miscellaneous fixes
 2023-08-30  9:05 UTC  (6+ messages)
` [PATCH v1 2/2] media: i2c: imx219: Fix crop rectangle setting when changing format

[PATCH 0/2] media: Use v4l2_subdev_get_fmt()
 2023-08-30  7:22 UTC  (7+ messages)
` [PATCH 1/2] media: i2c: imx214: "
` [PATCH 2/2] media: i2c: imx415: "

[PATCH v8 0/8] Add StarFive Camera Subsystem driver
 2023-08-30 10:44 UTC  (5+ messages)
` [PATCH v8 3/8] media: staging: media: starfive: camss: Add core driver

[PATCH v5] media: gspca: cpia1: shift-out-of-bounds in set_flicker
 2023-08-30  7:44 UTC 

[RFC PATCH v2 00/11] Device Memory TCP
 2023-08-30 12:38 UTC  (3+ messages)
` [RFC PATCH v2 02/11] netdev: implement netlink api to bind dma-buf to netdevice

cron job: media_tree daily build: ERRORS
 2023-08-30  1:46 UTC 

[PATCH v7 0/5] Add Toshiba Visconti Video Input Interface driver
 2023-08-30  0:47 UTC  (13+ messages)
` [PATCH v7 2/5] media: platform: visconti: "
` [PATCH v7 3/5] media: add V4L2 vendor specific control handlers

[PATCH] media: i2c: rdacm2: Remove an incorrect fwnode_handle_put() call
 2023-08-29 20:42 UTC  (5+ messages)

Allocation Constraints
 2023-08-29 18:37 UTC 

[PATCH v9 00/13] CSI2RX support on J721E and AM62
 2023-08-29 16:44 UTC  (6+ messages)
` [PATCH v9 13/13] media: ti: Add CSI2RX support for J721E

gc2145 camera driver (front camera on PinePhone)
 2023-08-29 16:22 UTC  (4+ messages)

[PATCH v2 0/9] media: qcom: camss: Bugfix series
 2023-08-29 16:13 UTC  (7+ messages)
` [PATCH v2 2/9] media: qcom: camss: Fix V4L2 async notifier error path
` [PATCH v2 5/9] media: qcom: camss: Fix VFE-480 vfe_disable_output()

[PATCH v2 0/4] Venus driver fixes to avoid possible OOB accesses
 2023-08-29 14:06 UTC  (14+ messages)
` [PATCH v2 4/4] venus: hfi_parser: Add check to keep the number of codecs within range

[PATCH v2 0/2] doc: uapi: Document dma-buf interop design & semantics
 2023-08-29 13:30 UTC  (2+ messages)
  ` [Linaro-mm-sig] "

[REGRESSION] breakage in sun6i-csi media api
 2023-08-29 11:33 UTC  (8+ messages)

[ANN] Introducing build scripts to test
 2023-08-29 10:15 UTC  (7+ messages)

[PATCH v2 00/18] media: i2c: imx219: Miscellaneous cleanups and improvements
 2023-08-29  9:57 UTC  (7+ messages)
` [PATCH v2 09/18] media: i2c: imx219: Infer binning settings from format and crop
` [PATCH v2 10/18] media: i2c: imx219: Access height from active format in imx219_set_ctrl
` [PATCH v2 11/18] media: i2c: imx219: Don't store the current mode in the imx219 structure

[PATCH v4 0/3] load ivsc driver modules automatically
 2023-08-29  5:24 UTC  (3+ messages)
` [PATCH v4 1/3] media: ivsc: csi: remove name identifier
` [PATCH v4 2/3] media: ivsc: ace: "


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