linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 15:09:14 to 2021-10-11 09:12:15 UTC [more...]

[PATCH v9 00/13] amphion video decoder/encoder driver
 2021-10-11  9:12 UTC  (5+ messages)
  ` [EXT] "

[PATCH v4 0/7] kernel.h further split
 2021-10-11  9:07 UTC  (25+ messages)
` [PATCH v4 1/7] kernel.h: Drop unneeded <linux/kernel.h> inclusion from other headers
` [PATCH v4 2/7] kernel.h: Split out container_of() and typeof_member() macros
` [PATCH v4 3/7] kunit: Replace kernel.h with the necessary inclusions
` [PATCH v4 4/7] list.h: "
` [PATCH v4 5/7] llist: "
` [PATCH v4 6/7] plist: "
` [PATCH v4 7/7] media: entity: "

[GIT PULL FOR v5.16] Allegro fixes/enhancements
 2021-10-11  8:49 UTC 

[PATCH v9 00/36] v4l: subdev internal routing and streams
 2021-10-11  8:21 UTC  (14+ messages)
` [PATCH v9 27/36] media: subdev: Add [GS]_ROUTING subdev ioctls and operations
` [PATCH v9 29/36] media: subdev: add v4l2_subdev_set_routing helper()
` [PATCH v9 33/36] media: subdev: add "opposite" stream helper funcs
` [PATCH v9 36/36] media: subdev: add v4l2_routing_simple_verify() helper

[PATCH] dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME
 2021-10-11  8:20 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-11  7:11 UTC  (17+ messages)
` [PATCH v3 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v3 02/11] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v3 03/11] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v3 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v3 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v3 06/11] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v3 07/11] platform/x86: int3472: Split into 2 drivers
` [PATCH v3 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v3 09/11] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v3 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v3 11/11] platform/x86: int3472: Deal with probe ordering issues

[PATCH] media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
 2021-10-11  7:04 UTC  (8+ messages)
` [PATCH v2 RESEND] "

[PATCH v7, 00/15] Support multi hardware decode using of_platform_populate
 2021-10-11  7:02 UTC  (16+ messages)
` [PATCH v7, 01/15] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v7, 02/15] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v7, 03/15] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v7, 04/15] media: mtk-vcodec: Manage multi hardware information
` [PATCH v7, 05/15] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v7, 06/15] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v7, 07/15] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v7, 08/15] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v7, 09/15] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v7, 10/15] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v7, 11/15] media: mtk-vcodec: Add core thread
` [PATCH v7, 12/15] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v7, 13/15] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v7, 14/15] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v7, 15/15] media: mtk-vcodec: Use codec type to separate different hardware

[PATCH v5] Driver for ON Semi AR0521 camera sensor
 2021-10-11  6:31 UTC  (10+ messages)

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-10-11  5:42 UTC  (4+ messages)
` [PATCH v6, 12/15] media: mtk-vcodec: Support 34bits dma address for vdec

cron job: media_tree daily build: ERRORS
 2021-10-11  3:57 UTC 

[PATCH v2] media: staging: ipu3-imgu: add the AWB memory layout
 2021-10-11  3:30 UTC  (3+ messages)

[PATCH] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes
 2021-10-11  2:42 UTC  (17+ messages)

[PATCH] media: ivtv: fix build for UML
 2021-10-10 19:38 UTC 

[PATCH] media: rockchip: rkisp1: use device name for debugfs subdir name
 2021-10-10 17:54 UTC 

[RFC PATCH v2 0/2] RDMA/rxe: Add dma-buf support
 2021-10-10 15:31 UTC  (7+ messages)
` [RFC PATCH v2 2/2] "

[PATCH v2 00/13] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-10 15:10 UTC  (15+ messages)
` [PATCH v2 01/13] ACPI: Add a honor_deps flag to struct acpi_device
` [PATCH v2 02/13] ACPI: honor dependencies for devices with a _DEP pointing to an INT3472 device
` [PATCH v2 03/13] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v2 04/13] regulator: Introduce tps68470-regulator driver
` [PATCH v2 05/13] clk: Introduce clk-tps68470 driver
` [PATCH v2 06/13] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v2 07/13] platform/x86: int3472: Split into 2 drivers
` [PATCH v2 08/13] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v2 09/13] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v2 10/13] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v2 11/13] platform/x86: int3472: Deal with probe ordering issues
` [PATCH v2 12/13] media: ipu3-cio2: Add INT347A to cio2-bridge
` [PATCH v2 13/13] media: ipu3-cio2: Add module soft-deps for the INT3472 drivers

[PATCH v2] media: cedrus: Don't kernel map most buffers
 2021-10-10 10:45 UTC 

[RFC PATCH 0/2] EFA dmabuf memory regions
 2021-10-10  6:55 UTC  (7+ messages)
` [RFC PATCH 1/2] dma-buf: Fix pin callback comment
` [RFC PATCH 2/2] RDMA/efa: Add support for dmabuf memory regions

[PATCH v2 00/12] Extensions to ov8865 driver
 2021-10-09 23:10 UTC  (9+ messages)
` [PATCH v2 08/12] media: i2c: Add hblank control to ov8865

[PATCH v4 1/3] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
 2021-10-09 22:35 UTC  (2+ messages)

[ragnatech:media-tree] BUILD SUCCESS 64cdf7e5a3aac0e7c9efdb079e74e22875b0419a
 2021-10-09 17:17 UTC 

[ragnatech:media-next] BUILD SUCCESS fd2eda71a47b095e81b9170c3f8b7ae82b04e785
 2021-10-09 17:17 UTC 

[PATCH 00/12] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-10-09 15:31 UTC  (17+ messages)
` [PATCH 01/12] ACPI: Add has_unmet_acpi_deps() helper function
` [PATCH 02/12] media: i2c: ov8865: Add an has_unmet_acpi_deps() check
` [PATCH 03/12] media: i2c: ov5693: "
` [PATCH 04/12] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH 05/12] regulator: Introduce tps68470-regulator driver
` [PATCH 06/12] clk: Introduce clk-tps68470 driver
` [PATCH 07/12] platform/x86: int3472: Enable I2c daisy chain
` [PATCH 08/12] platform/x86: int3472: Split into 2 drivers
` [PATCH 09/12] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH 10/12] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH 11/12] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH 12/12] platform/x86: int3472: Call acpi_dev_clear_dependencies() on successful probe

[PATCH v3 0/2] media: video-i2c: additional support for Melexis MLX90640
 2021-10-09 11:14 UTC  (6+ messages)
` [PATCH v3 2/2] media: video-i2c: append register data on MLX90640's frame

[PATCH V10 0/8] PCI: Enable 10-Bit tag support for PCIe devices
 2021-10-09 10:49 UTC  (9+ messages)
` [PATCH V10 1/8] PCI: Use cached devcap in more places
` [PATCH V10 2/8] PCI: Cache Device Capabilities 2 Register
` [PATCH V10 3/8] PCI: Add 10-Bit Tag register definitions
` [PATCH V10 4/8] PCI/sysfs: Add a 10-Bit Tag sysfs file PCIe Endpoint devices
` [PATCH V10 5/8] PCI/IOV: Add 10-Bit Tag sysfs files for VF devices
` [PATCH V10 6/8] PCI/P2PDMA: Add a 10-Bit Tag check in P2PDMA
` [PATCH V10 7/8] PCI: Enable 10-Bit Tag support for PCIe Endpoint device
` [PATCH V10 8/8] PCI/IOV: Enable 10-Bit Tag support for PCIe VF devices

[bug report] media: i2c: Copy mt9t112 soc_camera sensor driver
 2021-10-09  8:28 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2021-10-09  4:50 UTC 

[ragnatech:media-next] BUILD SUCCESS b93a34cf0f89dd7009b1e3b11454906468057b68
 2021-10-09  4:02 UTC 

[PATCH v4 0/3] Add support for OV5693 Sensor
 2021-10-08 23:05 UTC  (4+ messages)
` [PATCH v4 1/3] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
` [PATCH v4 2/3] media: ipu3-cio2: Add link freq for INT33BE entry
` [PATCH v4 3/3] media: i2c: Add support for ov5693 sensor

[PATCH 0/2] media: rkvdec: Align decoder behavior with Hantro and Cedrus
 2021-10-08 15:54 UTC  (7+ messages)
` [PATCH 1/2] media: rkvdec: Do not override sizeimage for output format
` [PATCH 2/2] media: rkvdec: Support dynamic resolution changes

[PATCH v4 1/2] media: imx-pxp: Initialize the spinlock prior to using it
 2021-10-08 14:17 UTC  (3+ messages)
` [PATCH v4 2/2] media: imx-pxp: Add rotation support

[PATCH][next] media: uvcvideo: Fix memory leak of object map on error exit path
 2021-10-08 13:57 UTC  (2+ messages)

[PATCH v3] media: imx-pxp: Add rotation support
 2021-10-08 12:38 UTC  (2+ messages)

[PATCH] media: imx-pxp: Initialize the spinlock prior to using it
 2021-10-08 12:22 UTC  (2+ messages)

[PATCH] dma-resv: Fix dma_resv_get_fences and dma_resv_copy_fences after conversion
 2021-10-08 12:19 UTC  (4+ messages)

[PATCH] media: imx: Round line size to 4 bytes
 2021-10-08 12:19 UTC  (2+ messages)

[PATCH] dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap()
 2021-10-08 12:09 UTC  (2+ messages)

[PATCH v2] media: uvcvideo: Fix memory leak if uvc_ctrl_add_mapping fails
 2021-10-08 12:09 UTC 

[PATCH] i.MX6: Support 16-bit BT.1120 video input
 2021-10-08 11:53 UTC  (4+ messages)

[PATCH v2] i.MX6: Support 16-bit BT.1120 video input
 2021-10-08 11:31 UTC  (2+ messages)

[PATCH v3 0/8] Add support for DMA2D of STMicroelectronics STM32 Soc series
 2021-10-08 10:30 UTC  (9+ messages)
` [PATCH v3 1/8] media: admin-guide: add stm32-dma2d description
` [PATCH v3 2/8] media: dt-bindings: media: add document for STM32 DMA2d bindings
` [PATCH v3 3/8] ARM: dts: stm32: Add DMA2D support for STM32F429 series soc
` [PATCH v3 4/8] ARM: dts: stm32: Enable DMA2D on STM32F469-DISCO board
` [PATCH v3 5/8] media: v4l2-mem2mem: add v4l2_m2m_get_unmapped_area for no-mmu platform
` [PATCH v3 6/8] media: v4l2-ctrls: Add ARGB color effects control
` [PATCH v3 7/8] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after enter shell
` [PATCH v3 8/8] media: stm32-dma2d: STM32 DMA2D driver

[PATCH v7 00/11] VP9 codec V4L2 control interface
 2021-10-08 10:30 UTC  (3+ messages)
` [PATCH v7 07/11] media: rkvdec: Add the VP9 backend

[PATCH] dma-buf: acquire name lock before read/write dma_buf.name
 2021-10-08 10:24 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/3] dt-bindings: media: venus: Add sdm660 dt schema
 2021-10-08 10:21 UTC  (3+ messages)
` [PATCH 2/3] media: venus: core: Add sdm660 DT compatible and resource struct
` [PATCH 3/3] arm64: dts: qcom: sdm630: Add disabled Venus support

[PATCH v2 0/4] kernel.h further split
 2021-10-08  9:37 UTC  (8+ messages)
` [PATCH v2 3/4] lib/rhashtable: Replace kernel.h with the necessary inclusions

[PATCH v2] dma-buf: acquire name lock before read/write dma_buf.name
 2021-10-08  6:37 UTC 

[PATCH v3] media: aspeed-video: ignore interrupts that aren't enabled
 2021-10-08  5:45 UTC  (7+ messages)

[PATCH v2] media: imx-jpeg: Add pm-runtime support for imx-jpeg
 2021-10-07 16:30 UTC 

[PATCH v1 1/3] kernel.h: Don't pollute header with single user macros
 2021-10-07 15:55 UTC  (9+ messages)
` [PATCH v1 3/3] kernel.h: Split out container_of() and typeof_memeber() macros

[PATCH v3 0/7] kernel.h further split
 2021-10-07 15:28 UTC  (4+ messages)
` [PATCH v3 2/7] kernel.h: Split out container_of() and typeof_member() macros

[PATCH v2 1/2] firmware: include drivers/firmware/Kconfig unconditionally
 2021-10-07 15:10 UTC  (2+ messages)
` [PATCH v2 2/2] qcom_scm: hide Kconfig symbol


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