public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-30 18:54:17 to 2020-12-02 09:50:05 UTC [more...]

[PATCH 00/18] Add functionality to ipu3-cio2 driver allowing software_node connections to sensors on platforms designed for Windows
 2020-12-02  9:49 UTC  (82+ messages)
` [PATCH 01/18] property: Return true in fwnode_device_is_available for node types that do not implement this operation
` [PATCH 02/18] property: Add support for calling fwnode_graph_get_endpoint_by_id() for fwnode->secondary
` [PATCH 04/18] software_node: Enforce parent before child ordering of nodes array for software_node_register_nodes()
` [PATCH 05/18] software_node: Alter software_node_unregister_nodes() to unregister the array in reverse order
` [PATCH 07/18] software_node: Add support for fwnode_graph*() family of functions
` [PATCH 10/18] ipu3-cio2: Rename ipu3-cio2.c to allow module to be built from multiple source files retaining ipu3-cio2 name
` [PATCH 13/18] ipu3-cio2: Add functionality allowing software_node connections to sensors on platforms designed for Windows
` [PATCH 14/18] acpi: utils: Add function to fetch dependent acpi_devices
` [PATCH 16/18] i2c: i2c-core-base: Use the new i2c_acpi_dev_name() in i2c_set_dev_name()
` [PATCH 17/18] gpio: gpiolib-acpi: Export acpi_get_gpiod()
` [PATCH 18/18] ipu3: Add driver for dummy INT3472 ACPI device

[PATCH] media: venus: preserve DRC state across seeks
 2020-12-02  9:28 UTC  (2+ messages)

[PATCH v2 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-02  9:14 UTC  (12+ messages)
` [PATCH v2 1/4] mm: introduce alloc_contig_mode
` [PATCH v2 2/4] mm: introduce cma_alloc_bulk API
` [PATCH v2 3/4] dma-buf: add export symbol for dma-heap
` [PATCH v2 4/4] dma-buf: heaps: add chunk heap to dmabuf heaps

Forward of moderated message
 2020-12-02  9:14 UTC 

memory leak in hub_event
 2020-12-02  8:58 UTC  (6+ messages)
      ` [PATCH] media: gspca: Fix memory leak in probe

[PATCH] media: coda: Convert the driver to DT-only
 2020-12-02  8:50 UTC  (2+ messages)

[PATCH] media: platform: s5p-mfc: properly assign device to both vb2 queues
 2020-12-02  8:47 UTC  (3+ messages)

[PATCH] staging: media: imx: drop dependency on ipuv3
 2020-12-02  8:24 UTC  (2+ messages)

[PATCH] media: vidtv: fix kernel-doc markups
 2020-12-02  7:51 UTC 

[PATCH] Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"
 2020-12-02  6:30 UTC  (2+ messages)

[PATCH v2] venus: vdec: Handle DRC after drain
 2020-12-02  5:58 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2020-12-02  4:32 UTC 

Accelerated Video Capture on ARM
 2020-12-02  0:23 UTC  (3+ messages)

[PATCH v2 0/3] dt-bindings: media: imx7 and ov2680 updates to yaml
 2020-12-01 22:44 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: ov2680: convert bindings "

[PATCH] venus: vdec: Handle DRC after drain
 2020-12-01 22:35 UTC  (3+ messages)

[PATCH v3 0/6] ARM: dts: sun8i: v3s: Enable video decoder
 2020-12-01 19:38 UTC  (5+ messages)
` [PATCH v3 2/6] dt-bindings: sram: allwinner,sun4i-a10-system-control: Add V3s compatibles
  ` [PATCH v3 2/6] dt-bindings: sram: allwinner, sun4i-a10-system-control: "
` [PATCH v3 5/6] dt-bindings: media: cedrus: Add V3s compatible

[PATCH v3] usb: gadget: uvc: fix multiple opens
 2020-12-01 19:27 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 06/18] software_node: amend software_node_unregister_node_group() to perform unregistration of array in reverse order to be consistent with software_node_unregister_nodes()
 2020-12-01 18:18 UTC  (2+ messages)

[PATCH v2 00/30] Trivial MIPI CCS support
 2020-12-01 16:42 UTC  (31+ messages)
` [PATCH v2 01/30] ccs: Add MIPI CCS compatible strings
` [PATCH v2 02/30] ccs: Add device compatible identifiers for telling SMIA and CCS apart
` [PATCH v2 03/30] ccs: Add CCS ACPI device ID
` [PATCH v2 04/30] ccs: Remove the I²C ID table
` [PATCH v2 05/30] ccs: Remove remaining support for platform data
` [PATCH v2 06/30] ccs: Make hwcfg part of the device specific struct
` [PATCH v2 07/30] ccs: Fix obtaining bus information from firmware
` [PATCH v2 08/30] ccs: Add CCS static data parser library
` [PATCH v2 09/30] ccs: Combine revision number major and minor into one
` [PATCH v2 10/30] ccs: Read CCS static data from firmware binaries
` [PATCH v2 11/30] ccs: Stop reading arrays after the first zero
` [PATCH v2 12/30] ccs: The functions to get compose or crop rectangle never return NULL
` [PATCH v2 13/30] ccs: Replace somewhat harsh internal checks based on BUG with WARN_ON
` [PATCH v2 14/30] ccs: Refactor register reading a little
` [PATCH v2 15/30] ccs: Make real to integer number conversion optional
` [PATCH v2 16/30] ccs: Move limit value real to integer conversion from read to access time
` [PATCH v2 17/30] ccs: Read ireal numbers correctly
` [PATCH v2 18/30] smiapp-pll: Rename as ccs-pll
` [PATCH v2 19/30] ccs-pll: Fix MODULE_LICENSE
` [PATCH v2 20/30] ccs: Change my e-mail address
` [PATCH v2 21/30] ccs: Allow range in between I²C retries
` [PATCH v2 22/30] ccs: Add support for manufacturer regs from sensor and module files
` [PATCH v2 23/30] ccs: Use static data read-only registers
` [PATCH v2 24/30] ccs: Clean up runtime PM usage
` [PATCH v2 25/30] ccs: Wrap long lines, unwrap short ones
` [PATCH v2 26/30] ccs: Use longer pre-I²C sleep for CCS compliant devices
` [PATCH v2 27/30] ccs: Remove unnecessary delays from power-up sequence
` [PATCH v2 28/30] dt-bindings: mipi,ccs: Don't mention vana voltage
` [PATCH v2 29/30] dt-bindings: mipi,ccs: Add vcore and vio supplies
` [PATCH v2 30/30] ccs: Use all regulators

[PATCH v5 16/16] scripts: kernel-doc: validate kernel-doc markup with the actual names
 2020-12-01 15:25 UTC  (2+ messages)

[GIT FIXES FOR v5.10] v2: Two pulse8-cec fixes
 2020-12-01 15:24 UTC  (2+ messages)
` [GIT FIXES FOR v5.10] v2: Two pulse8-cec fixes (#69574)

[PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API
 2020-12-01 14:49 UTC  (4+ messages)

[PATCH v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-12-01 14:44 UTC  (4+ messages)

[PATCH] media: rockchip: rkisp1: remove some dead code
 2020-12-01 14:39 UTC  (6+ messages)
  ` [PATCH v2] media: rockchip: rkisp1: remove useless debugfs checks

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-12-01 14:08 UTC  (10+ messages)

[PATCH for-5.10] media: netup_unidvb: Don't leak SPI master in probe error path
 2020-12-01 13:57 UTC  (2+ messages)

Intel IPU3: can't retrieve 3A Auto Exposure (AE) statistics
 2020-12-01 13:47 UTC  (2+ messages)

[PATCH v4 0/5] media: staging: Add bcm2835-unicam driver
 2020-12-01 13:24 UTC  (5+ messages)

[PATCH] v4l2-compliance: test for poll bugs when disconnecting
 2020-12-01 12:49 UTC 

[PATCHv3 0/7] media: poll fixes
 2020-12-01 12:44 UTC  (8+ messages)
` [PATCHv3 1/7] vivid: fix 'disconnect' error injection
` [PATCHv3 2/7] media: videobuf2: always call poll_wait() on queues
` [PATCHv3 3/7] media: v4l2-mem2mem: "
` [PATCHv3 4/7] v4l2-dev/event: add v4l2_event_wake_all()
` [PATCHv3 5/7] vivid: call v4l2_event_wake_all() on disconnect
` [PATCHv3 6/7] v4l2-dev: add EPOLLPRI in v4l2_poll() when dev is unregistered
` [PATCHv3 7/7] cec: add EPOLLPRI in poll() "

[PATCH 0/3] Venus encoder improvements
 2020-12-01 12:22 UTC  (3+ messages)
` [PATCH 1/3] venus: venc: Init the session only once in queue_setup

[PATCH v2 00/19] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-12-01 12:20 UTC  (17+ messages)
` [PATCH v2 01/19] docs: phy: Add a part about PHY mode and submode
` [PATCH v2 03/19] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH v2 04/19] media: sun6i-csi: Use common V4L2 format info for storage bpp
` [PATCH v2 06/19] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 07/19] media: sun6i-csi: Add support for MIPI CSI-2 bridge input
` [PATCH v2 09/19] ARM: dts: sunxi: h3/h5: Add CSI controller port for parallel input
` [PATCH v2 12/19] dt-bindings: media: Add A31 MIPI CSI-2 bindings documentation
` [PATCH v2 13/19] media: sunxi: Add support for the A31 MIPI CSI-2 controller

[PATCH 1/2 v7] dt-bindings: leds: Add DT binding for Richtek RT8515
 2020-12-01 10:13 UTC  (2+ messages)
` [PATCH 2/2 v7] leds: rt8515: Add Richtek RT8515 LED driver

[PATCH v4] media: v4l2-ctrl: add control for long term reference
 2020-12-01  8:13 UTC 

cron job: media_tree daily build: WARNINGS
 2020-12-01  4:40 UTC 

[PATCH] venus: venc: Add VIDIOC_TRY_ENCODER_CMD support
 2020-12-01  4:17 UTC  (4+ messages)

[PATCH] media: gp8psk: initialize stats at power control logic
 2020-12-01  2:07 UTC  (6+ messages)

[PATCH v4 0/4] media: mediatek: support mdp3 on mt8183 platform
 2020-12-01  1:35 UTC  (3+ messages)
` [PATCH v4 1/4] dt-binding: mt8183: Add Mediatek MDP3 dt-bindings

[PATCH] Fix RTL2832 not depending on REGMAP_I2C
 2020-12-01  0:14 UTC 

[PATCH 00/40] [Set 9] Rid W=1 warnings from GPU
 2020-11-30 23:03 UTC  (33+ messages)
` [PATCH 02/40] drm/amd/amdgpu/gmc_v10_0: Suppy some missing function doc descriptions
` [PATCH 14/40] drm/amd/amdgpu/gfx_v9_0: Make called-by-reference only function static
` [PATCH 15/40] drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headers
` [PATCH 16/40] drm/amd/amdgpu/gfx_v10_0: Remove a bunch of set but unused variables
` [PATCH 17/40] drm/amd/amdgpu/sdma_v2_4: Fix a bunch of kernel-doc function documentation issues
` [PATCH 18/40] drm/amd/amdgpu/sdma_v3_0: "
` [PATCH 19/40] drm/amd/amdgpu/sdma_v3_0: Fix incorrect param doc-rot issue
` [PATCH 21/40] drm/amd/amdgpu/sdma_v4_0: Repair a bunch of kernel-doc problems
` [PATCH 22/40] drm/amd/amdgpu/amdgpu_uvd: Fix some function documentation headers
` [PATCH 23/40] drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function params
` [PATCH 24/40] drm/amd/amdgpu/sdma_v5_2: "
` [PATCH 25/40] drm/amd/amdgpu/amdgpu_vce: "
` [PATCH 26/40] drm/amd/amdgpu/uvd_v6_0: Fix a bunch of kernel-doc function documentation issues
` [PATCH 27/40] drm/amd/amdgpu/uvd_v7_0: "
` [PATCH 28/40] drm/amd/amdgpu/gfx_v10_0: Make local function 'gfx_v10_0_rlc_stop()' static
` [PATCH 40/40] drm/amd/amdgpu/amdgpu_uvd: Add description for amdgpu_uvd_cs_msg_decode()'s 'buf_sizes' param

[PATCH] media: stop pretending to maintain cafe and ov7670
 2020-11-30 22:52 UTC 

[PATCH v5 0/8] media: i2c: Add RDACM21 camera module
 2020-11-30 22:00 UTC  (3+ messages)
` [PATCH v5 2/8] dt-bindings: media: max9286: Document 'maxim,initial-reverse-channel-mV'

[PATCH 1/2 v6] dt-bindings: leds: Add DT binding for Richtek RT8515
 2020-11-30 21:49 UTC  (3+ messages)

[PATCH v2 0/3] MPEG-2 stateless API cleanup
 2020-11-30 19:12 UTC  (4+ messages)
` [PATCH v2 3/3] media: uapi: mpeg2: Split sequence and picture parameters

Changing encoding properties
 2020-11-30 19:10 UTC 

[PATCH v3 0/3] MPEG-2 stateless API cleanup
 2020-11-30 18:52 UTC  (4+ messages)
` [PATCH v3 1/3] media: uapi: mpeg2: Cleanup flags
` [PATCH v3 2/3] media: uapi: mpeg2: Remove unused slice size and offset
` [PATCH v3 3/3] media: uapi: mpeg2: Split sequence and picture parameters


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