linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-29 11:39:03 to 2022-02-04 05:59:32 UTC [more...]

[PATCH v5 00/12]Show privacy_gpio as a v4l2_ctrl
 2022-02-04  5:59 UTC  (9+ messages)
` [PATCH v5 09/12] media: uvcvideo: Implement UVC_QUIRK_PRIVACY_DURING_STREAM

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-04  2:56 UTC  (25+ messages)
` [RFC PATCH v4 01/12] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [RFC PATCH v4 02/12] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
` [RFC PATCH v4 04/12] media: MAINTAINERS: add bcm2835 unicam driver
` [RFC PATCH v4 05/12] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [RFC PATCH v4 06/12] ARM: dts: bcm2711: Add unicam CSI nodes
` [RFC PATCH v4 07/12] media: imx219: Rename mbus codes array
` [RFC PATCH v4 08/12] media: imx219: Switch from open to init_cfg
` [RFC PATCH v4 09/12] media: imx219: Introduce the set_routing operation
` [RFC PATCH v4 10/12] media: imx219: use a local v4l2_subdev to simplify reading
` [RFC PATCH v4 11/12] media: imx219: Add support for the V4L2 subdev active state
` [RFC PATCH v4 12/12] media: bcm283x: Include the imx219 node

hantro: g2: Does the postprocessor needs 32byte aligned width ?
 2022-02-03 22:10 UTC  (8+ messages)

[PATCH 1/2] dt-bindings: media: i2c: Add IMX519 CMOS sensor binding
 2022-02-03 22:01 UTC  (2+ messages)

[PATCH RESEND] media: i2c: Fix pixel array positions in ov8865
 2022-02-03 21:33 UTC 

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-03 13:16 UTC  (4+ messages)
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains

[PATCH RESEND] media: uvcvideo: Add support for Apple T2-attached FaceTime HD Camera
 2022-02-03 12:51 UTC  (7+ messages)

[PATCH v2 0/1] media: i2c: ov5648: Fix lockdep error
 2022-02-03 12:33 UTC  (2+ messages)
` [PATCH v2 1/1] "

[RFC PATCH v3 00/11] Add support for BCM2835 camera interface (unicam)
 2022-02-03 11:36 UTC  (18+ messages)
` [RFC PATCH v3 01/11] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [RFC PATCH v3 02/11] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [RFC PATCH v3 03/11] media: dt-bindings: media: Add bindings for bcm2835-unicam
` [RFC PATCH v3 04/11] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [RFC PATCH v3 05/11] ARM: dts: bcm2711: Add unicam CSI nodes
` [RFC PATCH v3 06/11] media: imx219: Rename mbus codes array
` [RFC PATCH v3 07/11] media: imx219: Switch from open to init_cfg
` [RFC PATCH v3 08/11] media: imx219: Introduce the set_routing operation
` [RFC PATCH v3 09/11] media: imx219: use a local v4l2_subdev to simplify reading
` [RFC PATCH v3 10/11] media: imx219: Add support for the V4L2 subdev active state
` [RFC PATCH v3 11/11] media: bcm283x: Include the imx219 node

[PATCH v3] dma-buf-map: Rename to iosys-map
 2022-02-03 11:06 UTC  (4+ messages)

[PATCH v10 00/38] v4l: subdev internal routing and streams
 2022-02-03 10:58 UTC  (4+ messages)
` [PATCH v10 27/38] media: Documentation: Add GS_ROUTING documentation

[PATCH 0/6] media: Centralize MIPI CSI-2 data types in shared header
 2022-02-03  9:11 UTC  (3+ messages)
` [PATCH 5/6] media: rockchip: rkisp1: Use mipi-csi2.h

[PATCH v2] dma-buf-map: Rename to iosys-map
 2022-02-03  8:46 UTC  (6+ messages)

[PATCH 00/17] media: ov5640: Rework the clock tree programming for MIPI
 2022-02-03  7:58 UTC  (44+ messages)
` [PATCH 01/21] media: ov5640: Add pixel rate to modes
` [PATCH 02/21] media: ov5604: Re-arrange modes definition
` [PATCH 03/21] media: ov5640: Add is_mipi() function
` [PATCH 04/21] media: ov5640: Associate bpp with formats
` [PATCH 05/21] media: ov5640: Update pixel_rate and link_freq
` [PATCH 06/21] media: ov5640: Rework CSI-2 clock tree
` [PATCH 07/21] media: ov5640: Rework timings programming
` [PATCH 08/21] media: ov5640: Re-sort per-mode register tables
` [PATCH 09/21] media: ov5640: Remove ov5640_mode_init_data
` [PATCH 10/21] media: ov5640: Add HBLANK control
` [PATCH 11/21] media: ov5640: Add VBLANK control
` [PATCH 12/21] media: ov5640: Fix durations to comply with FPS
  ` [PATCH 13/21] media: ov5640: Initialize try format
  ` [PATCH 14/21] media: ov5640: Implement get_selection
  ` [PATCH 15/21] media: ov5640: Limit format to FPS in DVP mode only
  ` [PATCH 16/21] media: ov5640: Disable s_frame_interval in MIPI mode
` [PATCH 17/21] media: ov5640: Register device properties
  ` [PATCH 18/21] media: ov5640: Add RGB565_1X16 format
  ` [PATCH 19/21] media: ov5640: Add RGB888/BGR888 formats
` [PATCH 20/21] media: ov5640: Restrict sizes to mbus code
  ` [PATCH 21/21] media: ov5640: Adjust format to bpp in s_fmt

[PATCH v3 1/2] media: uvcvideo: Only create input devs if hw supports it
 2022-02-03  3:52 UTC  (4+ messages)
` [PATCH v3 2/2] media: uvcvideo: Do power management granularly

Get j5 WebCam JVCU100 supported by Linux UVC driver
 2022-02-03  0:31 UTC  (8+ messages)

[PATCH v2 0/6] Introduce ancillary links
 2022-02-02 23:32 UTC  (14+ messages)
` [PATCH v2 1/6] media: entity: Skip non-data links in graph iteration
` [PATCH v2 2/6] media: media.h: Add new media link type
` [PATCH v2 3/6] media: docs: Add entries documenting ancillary links
` [PATCH v2 4/6] media: entity: Add link_type_name() helper
` [PATCH v2 5/6] media: entity: Add support for ancillary links
` [PATCH v2 6/6] media: v4l2-async: Create links during v4l2_async_match_notify()

[PATCH v2 0/4] Exynos4 media drivers: adapt for the planned ARM IOMMU-DMA changes
 2022-02-02 23:06 UTC  (3+ messages)

[PATCH] media: usb: go7007: s2250-board: fix leak in probe()
 2022-02-02 17:52 UTC 

[PATCH v11 0/3] media: mediatek: support mdp3 on mt8183 platform
 2022-02-02 17:08 UTC  (3+ messages)
` [PATCH v11 3/3] media: platform: mtk-mdp3: add Mediatek MDP3 driver

[GIT PULL v3 FOR 5.18] V4L2 patches
 2022-02-02 15:48 UTC  (2+ messages)
` [GIT PULL v3 FOR 5.18] V4L2 patches (#80454)

[PATCH 1/1] media: i2c: ov08d10: Unlock on error in ov08d10_enum_frame_size()
 2022-02-02 15:36 UTC  (3+ messages)

[PATCH 1/1] microchip-csi2dc: Remove VC support for now
 2022-02-02 15:36 UTC 

[RFC PATCH 0/2] Add the stateless AV1 uAPI and the VIVPU virtual driver to showcase it
 2022-02-02 15:13 UTC  (3+ messages)
` [RFC PATCH 1/2] media: Add AV1 uAPI

[PATCH 0/2] Add SECO CEC driver for MEC Based boards
 2022-02-02 14:31 UTC  (4+ messages)
` [PATCH 1/2] media: cec: add SECO MEC-based cec driver
` [PATCH 2/2] media: cec: seco: add newlines in debug messages

[PATCH v4 0/1] media: ovm6211: Adds support for OVM6211
 2022-02-02 13:34 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH 12/31] media: v4l2-core: changing LED_* from enum led_brightness to actual value
 2022-02-02 12:54 UTC  (2+ messages)

[PATCH] media: i2c: Fix regulator disable balance in ov8865
 2022-02-02 12:37 UTC  (3+ messages)

[PATCH] media: rcar-vin: require master VIN only for CSI source
 2022-02-02 11:25 UTC  (3+ messages)

Koszty instalacji fotowoltaicznej
 2022-02-01  9:17 UTC 

cron job: media_tree daily build: ERRORS
 2022-02-02  8:20 UTC  (2+ messages)

[PATCH] media: mtk-jpeg: remove redundant initialization of variable plane_fmt
 2022-02-02  5:00 UTC  (2+ messages)

[PATCH 00/14] Rename dma-buf-map
 2022-02-01 22:08 UTC  (10+ messages)

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-01 18:33 UTC 

[PATCH] media: i2c: ov08d10: Unlock on error in ov08d10_enum_frame_size()
 2022-02-01 13:00 UTC 

[RFC] media: uapi: Move HEVC stateless controls out of staging
 2022-02-01 12:34 UTC 

[PATCH] dma-buf: heaps: Fix potential spectre v1 gadget
 2022-02-01  8:05 UTC  (3+ messages)

[PATCH] pixfmt-yuv-planar.rst: fix typo: 'Cr, Cr' -> 'Cr, Cb'
 2022-02-01  7:23 UTC 

[PATCH -next] media: imx-jpeg: Remove unnecessary print function dev_err()
 2022-02-01  6:07 UTC 

cron job: media_tree daily build: ERRORS
 2022-02-01  5:05 UTC 

[PATCH -next] media: aspeed: Remove duplicated include in aspeed-video.c
 2022-02-01  4:04 UTC 

[PATCH] dma-resv: some doc polish for iterators
 2022-01-31 20:45 UTC  (3+ messages)

[PATCH v2] media: rkisp1: fix grey format iommu page faults
 2022-01-31 15:31 UTC  (7+ messages)

[PATCH] staging: media: atomisp: Use BIT macro instead of left shifting
 2022-01-31 13:33 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH v10 00/13] Clean up "mediatek,larb"
 2022-01-31 12:29 UTC  (8+ messages)
` [PATCH v10 02/13] iommu/mediatek-v1: Free the existed fwspec if the master dev already has

[PATCH 0/4] media: davinci: vpif: fix use-after-free on driver unbind
 2022-01-31 10:20 UTC  (4+ messages)
` [PATCH 2/4] media: davinci: vpif: fix unbalanced runtime PM enable

Build failed in Jenkins: media-build #3785
 2022-01-31  9:06 UTC  (3+ messages)
` Build failed in Jenkins: media-build #3786
  ` Jenkins build is back to normal : media-build #3787

[syzbot] WARNING in drm_gem_shmem_vm_open
 2022-01-31  7:50 UTC  (2+ messages)

[PATCH] media: saa7164: remove redundant assignment to variable idx
 2022-01-30 23:21 UTC 

[PATCH] media: saa7134: remove redundant assignment to variable id
 2022-01-30 23:15 UTC 

[PATCH] media: gspca: remove redundant assignment of variable n
 2022-01-30 22:31 UTC 

[PATCH v4 0/6] staging: media: wave5: add wave5 codec driver
 2022-01-30  7:53 UTC  (10+ messages)
` [PATCH v4 1/6] staging: media: wave5: Add vpuapi layer

[PATCH V2] media: imx: imx8mq-mipi_csi2: Remove unneeded code
 2022-01-29 18:54 UTC  (2+ messages)

Inconsistent RC5 ir-keytable events
 2022-01-29 17:15 UTC  (10+ messages)


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