linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-05 18:59:43 to 2022-02-09 10:10:34 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-09  9:23 UTC  (37+ messages)
` [PATCH v2 01/66] ARM: dts: sun8i: v3s: Move the csi1 block to follow address order
  ` (subset) "
` [PATCH v2 02/66] dt-bindings: interconnect: sunxi: Add V3s mbus compatible
` [PATCH v2 07/66] dt-bindings: media: sun6i-a31-csi: Add MIPI CSI-2 input port
` [PATCH v2 08/66] dt-bindings: media: Add Allwinner A31 MIPI CSI-2 bindings documentation
` [PATCH v2 17/66] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v2 18/66] media: sun6i-csi: Refactor main driver data structures
` [PATCH v2 20/66] media: sun6i-csi: Tidy up platform code
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 23/66] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v2 24/66] media: sun6i-csi: Tidy up video code
` [PATCH v2 25/66] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v2 29/66] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v2 60/66] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 62/66] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v2 65/66] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH NOT FOR MERGE v2 66/66] of: Mark interconnects property supplier as optional

[PATCH v2] media: aspeed: Use full swing as JFIF to fix incorrect color
 2022-02-09  9:06 UTC  (2+ messages)

[PATCH] media: qcom: use div64_u64() instead of do_div()
 2022-02-09  8:38 UTC 

[PATCH] media: dvb-frontends: use div64_u64() instead of do_div()
 2022-02-09  8:38 UTC 

Inconsistent RC5 ir-keytable events
 2022-02-09  8:12 UTC  (12+ messages)

[PATCH v1] media: aspeed: Fix incorrect color
 2022-02-09  7:59 UTC  (3+ messages)

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-02-09  7:35 UTC  (16+ messages)
` [PATCH V4 01/11] arm64: dts: imx8mq-tqma8mq: Remove redundant vpu reference
` [PATCH V4 02/11] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains
` [PATCH V4 03/11] dt-bindings: soc: add binding for i.MX8MQ VPU blk-ctrl
` [PATCH V4 04/11] soc: imx: imx8m-blk-ctrl: add "
` [PATCH V4 07/11] arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl
` [PATCH V4 08/11] arm64: dts: imx8mm: Fix VPU Hanging
` [PATCH V4 11/11] arm64: dts: imx8mm: Enable Hantro G1 and G2 video decoders

[PATCH v4 00/11] media: atmel: atmel-isc: implement media controller
 2022-02-09  6:59 UTC  (11+ messages)
` [PATCH v4 01/11] media: atmel: atmel-isc: replace 'stop' variable with vb2 calls
` [PATCH v4 03/11] media: atmel: atmel-isc: implement media controller

cron job: media_tree daily build: ERRORS
 2022-02-09  6:19 UTC 

[PATCH v1, 0/3] support mt8186 decoder
 2022-02-09  3:02 UTC  (3+ messages)
` [PATCH v1, 2/3] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8186

[PATCH 0/2] media: v4l2-mediabus: add support for dual edge sampling
 2022-02-09  2:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: video-interfaces: "

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

[PATCH v3 0/7] v4l: subdev active state
 2022-02-08 19:56 UTC  (20+ messages)
` [PATCH v3 1/7] media: subdev: rename subdev-state alloc & free
` [PATCH v3 2/7] media: subdev: add active state to struct v4l2_subdev
` [PATCH v3 3/7] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH v3 4/7] media: subdev: add subdev state locking
` [PATCH v3 5/7] media: subdev: Add v4l2_subdev_lock_and_return_state()
` [PATCH v3 6/7] media: Documentation: add documentation about subdev state
` [PATCH v3 7/7] media: subdev: rename v4l2_subdev_pad_config.try_* fields

[PATCH v2 0/2] media: Add onsemi MT9M114 camera sensor driver
 2022-02-08 18:47 UTC  (5+ messages)
` [PATCH v2 1/2] media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding
` [PATCH v2 2/2] media: i2c: Add driver for onsemi MT9M114 camera sensor

[PATCH] stkwebcam: add new Asus laptop to upside_down table
 2022-02-08 16:12 UTC 

[PATCH] venus: venc: Fix h264 8x8 transform control
 2022-02-08 15:52 UTC 

[PATCH] venus: hfi_cmds: List HDR10 property as unsupported for v1 and v3
 2022-02-08 15:49 UTC 

[PATCH 00/17] media: ov5640: Rework the clock tree programming for MIPI
 2022-02-08 14:41 UTC  (37+ messages)
` [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 11/21] media: ov5640: Add VBLANK control
` [PATCH 12/21] media: ov5640: Fix durations to comply with FPS
  ` [PATCH 14/21] media: ov5640: Implement get_selection
  ` [PATCH 15/21] media: ov5640: Limit format to FPS in DVP mode only
` [PATCH 20/21] media: ov5640: Restrict sizes to mbus code
  ` [PATCH 21/21] media: ov5640: Adjust format to bpp in s_fmt

[PATCH 0/5] spi: make remove callback a void function
 2022-02-08 13:39 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH v3] dma-buf-map: Rename to iosys-map
 2022-02-08 13:11 UTC  (2+ messages)

[syzbot] WARNING in __dma_map_sg_attrs
 2022-02-08 12:26 UTC  (3+ messages)

[PATCH] Add check for READ ONLY flag
 2022-02-08 12:43 UTC  (3+ messages)

[PATCH 1/1] microchip-csi2dc: Remove VC support for now
 2022-02-08 12:19 UTC  (9+ messages)

[PATCH RFC] media: hantro: Implement support for encoder commands
 2022-02-08 12:30 UTC  (2+ messages)

[GIT PULL FOR v5.18] Various fixes
 2022-02-08 11:59 UTC  (2+ messages)
` [GIT PULL FOR v5.18] Various fixes (#80608)

[PATCH v2] Add check for READ ONLY flag
 2022-02-08 12:42 UTC 

[PATCH v4] dma-buf-map: Rename to iosys-map
 2022-02-08 11:42 UTC  (2+ messages)

[RFC PATCH v4 00/12] Add support for BCM2835 camera interface (unicam)
 2022-02-08 11:35 UTC  (6+ messages)
` (EXT) [RFC PATCH v4 03/12] dt-bindings: media: Add bindings for bcm2835-unicam
    ` (EXT) "

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

[RFCv3 0/6] Hi,
 2022-02-08 11:16 UTC  (20+ messages)
` [RFCv3 1/6] i2c: core: let adapters be notified of client attach/detach
` [RFCv3 2/6] i2c: add I2C Address Translator (ATR) support
` [RFCv3 3/6] media: dt-bindings: add DS90UB953-Q1 video serializer
` [RFCv3 4/6] media: dt-bindings: add DS90UB954-Q1 video deserializer
` [RFCv3 5/6] media: ds90ub954: new driver for TI "
` [RFCv3 6/6] media: ds90ub953: new driver for TI DS90UB953-Q1 video serializer
` [RFCv3 0/6] TI camera serdes and I2C address translation
` [RFCv3 0/6] TI camera serdes and I2C address translation (Was: [RFCv3 0/6] Hi,)

[PATCH -next] media: i2c: ov08d10: Fix missing unlock on error in ov08d10_enum_frame_size()
 2022-02-08  2:41 UTC 

[PATCH 0/8] imx7/imx8mm media / csi patches
 2022-02-08  1:26 UTC  (24+ messages)
` [PATCH 1/8] media: imx: Store the type of hardware implementation
    ` (EXT) "
` [PATCH 3/8] media: imx: Use dedicated format handler for i.MX7/8
    ` (EXT) "
` [PATCH 5/8] media: imx: imx7_mipi_csis: store colorspace in set_fmt as well
    ` (EXT) "
` [PATCH 6/8] media: imx: imx7_media-csi: Add support for additional Bayer patterns
    ` (EXT) "
` [PATCH 7/8] media: imx: utils: Add more Bayer formats
    ` (EXT) "
  ` (EXT) Re: [PATCH 0/8] imx7/imx8mm media / csi patches
` [PATCH 4/8] media: imx: Fail conversion if pixel format not supported
    ` (EXT) "

[PATCH 0/6 v2] Support Geekworm MZP280 Panel for Raspberry Pi
 2022-02-07 22:58 UTC  (5+ messages)
` [PATCH 1/6 v2] dt-bindings: vendor-prefixes: Add Geekworm
` [PATCH 4/6 v2] dt-bindings: display: simple: add Geekworm MZP280 Panel

[RFC PATCH v2 0/4] Add driver for Renesas RZ/G2L CRU module
 2022-02-07 22:39 UTC  (3+ messages)
` [RFC PATCH v2 2/4] media: dt-bindings: media: Document RZ/G2L CRU

[PATCH v2 0/6] v4l: subdev active state
 2022-02-07 20:31 UTC  (10+ messages)
` [PATCH v2 6/6] media: Documentation: add documentation about subdev state

[PATCH v2 0/4] stk1160: allocate urb buffs with the DMA noncontiguous API
 2022-02-07 15:13 UTC  (9+ messages)
` [PATCH v2 1/4] media: stk1160: fix number of buffers in case not all buffers are created
` [PATCH v2 2/4] media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUED
` [PATCH v2 3/4] media: stk1160: move transfer_buffer and urb to same struct 'stk1160_urb'
` [PATCH v2 4/4] media: stk1160: use dma_alloc_noncontiguous API

[PATCH V1, 5/6] media: mtk-jpegdec: add output pic reorder interface
 2022-02-07 14:50 UTC 

[PATCH V6, 2/5] media: mtk-jpegenc: manage jpegenc multi-hardware
 2022-02-07 14:50 UTC  (2+ messages)
  ` [PATCH V6, 3/5] media: mtk-jpegenc: add jpegenc timeout func interface

[PATCH v2] media: cx88: add IR remote support for NotOnlyTV LV3H
 2022-02-07 14:51 UTC 

[PATCH v3 0/4] Add V4L stateless video decoder API support to NVIDIA Tegra driver
 2022-02-07 14:19 UTC  (5+ messages)
` [PATCH v3 1/4] media: v4l2-ctrls: Add new V4L2_H264_DECODE_PARAM_FLAG_P/BFRAME flags
` [PATCH v3 2/4] media: staging: tegra-vde: Factor out H.264 code
` [PATCH v3 3/4] media: staging: tegra-vde: Support V4L stateless video decoder API
` [PATCH v3 4/4] media: staging: tegra-vde: Remove legacy UAPI support

[PATCH v7 00/10] Add support for DMA2D of STMicroelectronics STM32 Soc series
 2022-02-07 10:51 UTC  (2+ messages)

[PATCH v2] staging: media: atomisp: Use BIT macro instead of left shifting
 2022-02-07 12:30 UTC  (3+ messages)
` [PATCH v3] "

[bug report] media: v4l2-ctrls: split up into four source files
 2022-02-07 12:15 UTC  (3+ messages)

[PATCH] staging: media: atomisp: Use GENMASK instead of manual masking
 2022-02-07 12:31 UTC  (2+ messages)

[PATCH] media: cedrus: Add watchdog for job completion
 2022-02-07  8:33 UTC  (6+ messages)

drivers/media/platform/qcom/venus/helpers.c:627 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 623)
 2022-02-07  8:15 UTC 

[PATCH v1] media: imx-jpeg: fix a bug of accessing array out of bounds
 2022-02-07  6:28 UTC 

[PATCH v1] media: imx-jpeg: set V4L2_BUF_FLAG_LAST at eos
 2022-02-07  6:29 UTC 

[PATCH 1/2] media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding
 2022-02-06 21:41 UTC  (9+ messages)
` [PATCH 2/2] media: i2c: Add driver for On Semiconductor MT9M114 camera sensor

【みつぎちょう空き家バンク】お問い合わせを受け付けました。
 2022-02-06 21:29 UTC 

media: cx88: add IR remote support for NotOnlyTV LV3H
 2022-02-06 13:53 UTC 

[PATCH] media: sun6i-csi: fix colorspace in sun6i_video_try_fmt()
 2022-02-05 23:33 UTC 


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