linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-11 08:01:20 to 2022-02-15 10:01:50 UTC [more...]

[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2022-02-15 10:01 UTC  (50+ messages)
` [PATCH v2 05/66] dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property
` [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 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 22/66] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v2 27/66] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 32/66] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v2 33/66] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v2 37/66] media: sun6i-csi: Move power management to runtime pm in capture
` [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 V3 00/13] use time_is_{before,after}_jiffies() instead of open coding it
 2022-02-15  9:45 UTC  (18+ messages)
` [PATCH V3 1/13] block: xen: use time_is_before_eq_jiffies() "
` [PATCH V3 2/13] clk: mvebu: "
` [PATCH V3 3/13] gpu: drm: i915: use time_is_after_jiffies() "
` [PATCH V3 4/13] gpu: drm: radeon: use time_is_before_jiffies() "
` [PATCH V3 5/13] hid: use time_is_after_jiffies() "
` [PATCH V3 6/13] input: serio: use time_is_before_jiffies() "
` [PATCH V3 7/13] md: use time_is_before_jiffies(() "
` [PATCH V3 10/13] md: use time_is_before_eq_jiffies() "
` [PATCH V3 9/13] media: si21xx: use time_is_before_jiffies() "
` [PATCH V3 10/13] media: stv0299: "
` [PATCH V3 11/13] media: tda8083: use time_is_after_jiffies() "
` [PATCH V3 12/13] media: wl128x: use time_is_before_jiffies() "
` [PATCH V3 13/13] media: vivid: use time_is_after_jiffies() "

[PATCH v4] media: mtk-vpu: Ensure alignment of 8 for DTCM buffer
 2022-02-15  9:41 UTC  (2+ messages)

[PATCH 0/8] media: imx: Destage imx7-mipi-csis with fixes on top
 2022-02-15  9:17 UTC  (21+ messages)
` [PATCH 1/8] media: imx: De-stage imx7-mipi-csis
` [PATCH 2/8] media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c
` [PATCH 3/8] staging: media: imx: Add more compatible strings
` [PATCH 4/8] staging: media: imx: Define per-SoC info
` [PATCH 5/8] staging: media: imx: Use DUAL pixel mode if available
` [PATCH 6/8] media: imx: imx-mipi-csis: Set PIXEL_MODE for YUV422
` [PATCH 7/8] media: imx: imx-mipi-csis: Add RGB565_1X16
` [PATCH 8/8] media: imx: imx-mipi-csis: Add RGB/BGR888

[RFC PATCH 0/8] media: Drop .set_mbus_config(), improve .get_mbus_config()
 2022-02-15  8:37 UTC  (2+ messages)

[PATCH v1 0/2] Intra-refresh type control
 2022-02-15  8:21 UTC  (3+ messages)
` [PATCH v1 1/2] media: v4l2-ctrls: Add intra-refresh "

[PATCH v2 0/9] imx7/imx8mm media / csi patches
 2022-02-15  7:57 UTC  (17+ messages)
` [PATCH v2 1/9] media: imx: Store the type of hardware implementation
` [PATCH v2 2/9] media: imx: Forward "
` [PATCH v2 3/9] media: imx: Use dedicated format handler for i.MX7/8
    ` (EXT) "
` [PATCH v2 4/9] media: imx: Fail conversion if pixel format not supported
` [PATCH v2 5/9] media: imx: imx7_mipi_csis: store colorspace in set_fmt as well
` [PATCH v2 6/9] media: imx: imx7_media-csi: Add support for additional Bayer patterns
` [PATCH v2 7/9] media: imx: utils: Add more Bayer formats
` [PATCH v2 8/9] media: imx: utils: initialize local variable
` [PATCH v2 9/9] [DNI] arm64: dts: tqma8mqml: add IMX327 MIPI-CSI overlay

[RFC v2 0/6] Proposal for a GPU cgroup controller
 2022-02-15  7:30 UTC  (20+ messages)
` [RFC v2 1/6] gpu: rfc: "
` [RFC v2 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [RFC v2 3/6] dmabuf: Use the GPU cgroup charge/uncharge APIs
` [RFC v2 4/6] dmabuf: heaps: export system_heap buffers with GPU cgroup charging
` [RFC v2 5/6] dmabuf: Add gpu cgroup charge transfer function
` [RFC v2 6/6] android: binder: Add a buffer flag to relinquish ownership of fds

[PATCH v1] media: Add a driver for the og01a1b camera sensor
 2022-02-15 15:13 UTC 

[PATCH 0/9] use GFP_KERNEL
 2022-02-15  3:19 UTC  (4+ messages)
` (subset) "

[RFC PATCH 0/3] pinctrl: can_sleep and pinctrl_gpio_direction
 2022-02-15  0:19 UTC  (6+ messages)
` [PATCH for 5.17] pinctrl-sunxi: sunxi_pinctrl_gpio_direction_in/output: use correct offset

[PATCH v2 1/3] media: hantro: Add support for Hantro G1 on RK356x
 2022-02-14 21:29 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: rockchip: Add VPU support for RK3568/RK3566
` [PATCH v2 3/3] dt-bindings: media: rockchip-vpu: Add RK3568 compatible

[PATCH] media: cedrus: h264: Fix neighbour info buffer size
 2022-02-14 19:08 UTC 

[RFC] media: uapi: Move HEVC stateless controls out of staging
 2022-02-14 19:26 UTC  (6+ messages)
    `  "

[PATCH v2 00/23] media: ov5640: Rework the clock tree programming for MIPI
 2022-02-14 18:56 UTC  (12+ messages)

[PATCH v1 01/03]: media: hantro: Add support for Hantro G1 on RK356x
 2022-02-14 11:51 UTC  (4+ messages)
` [PATCH v1 02/03]: arm64: dts: rk356x.dtsi: "
` [PATCH v1 03/03]: dt-bindings: media: rockchip-vpu: Add RK3568 compatible

[PATCH 0/3] media: De-stage imx7-mipi-csis.c
 2022-02-14 11:40 UTC  (19+ messages)
` [PATCH 1/3] media: imx: De-stage imx7-mipi-csis
  ` (EXT) "
` [PATCH 2/3] media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c
` [PATCH 3/3] media: imx: Remove reference to i.MX7 from driver

[PATCH v5 00/11] Add support for BCM2835 camera interface (unicam)
 2022-02-14 11:32 UTC  (14+ messages)
` [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 06/11] ARM: dts: bcm2711: Add unicam CSI nodes

[syzbot] inconsistent lock state in sync_timeline_debug_remove
 2022-02-14  8:30 UTC 

[PATCH v2] media: aspeed: Use of_device_get_match_data() helper
 2022-02-14  8:09 UTC 

[PATCH] media: aspeed: Use of_device_get_match_data() helper
 2022-02-14  8:05 UTC  (3+ messages)

[PATCH V2 00/13] use time_is_xxx() instead of jiffies judgment
 2022-02-14  1:41 UTC  (5+ messages)
` [PATCH V2 5/13] hid: use time_is_after_jiffies() "

[PATCH] media: cx88-mpeg: clear interrupt status register before streaming video
 2022-02-13 20:40 UTC 

BUG: KASAN: use-after-free in dvb_frontend_release+0x58/0x260 [dvb_core]
 2022-02-13 17:24 UTC 

Inconsistent RC5 ir-keytable events
 2022-02-13 17:12 UTC  (13+ messages)

[PATCH v2 0/2] media: Add onsemi MT9M114 camera sensor driver
 2022-02-12 22:12 UTC  (9+ 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 0/2] Fix rtl28xxu nec/rc5 receiver
 2022-02-12 16:32 UTC  (3+ messages)
` [PATCH 1/2] media: rc-core: split IR timeout into rawir timeout and keyup delay
` [PATCH 2/2] media: rtl28xxu: improve IR receiver

[PATCH] media: cedrus: H265: Fix neighbour info buffer size
 2022-02-12  7:42 UTC 

[PATCH 0/2] media: mc: Simplify media pipeline start/stop
 2022-02-11 21:27 UTC  (5+ messages)
` [PATCH 2/2] media: media-entity: Simplify media_pipeline_start()

[PATCH v3 0/4] Add V4L stateless video decoder API support to NVIDIA Tegra driver
 2022-02-11 14:21 UTC  (4+ messages)
` [PATCH v3 1/4] media: v4l2-ctrls: Add new V4L2_H264_DECODE_PARAM_FLAG_P/BFRAME flags

[PATCH 0/2] Fix the rkisp1 userspace API for later IP versions
 2022-02-11 14:04 UTC  (3+ messages)
` [PATCH 1/2] media: rockchip: rkisp1: carry ip version information

[PATCH v4 00/11] media: atmel: atmel-isc: implement media controller
 2022-02-11 13:23 UTC  (17+ messages)
` [PATCH v4 03/11] "
` [PATCH v4 07/11] media: atmel: atmel-isc: change format propagation to subdev into only verification

[PATCH] media: qcom: use div64_u64() instead of do_div()
 2022-02-11 12:21 UTC  (3+ messages)

[PATCH v2 0/6] Introduce ancillary links
 2022-02-11 11:26 UTC  (5+ messages)
` [PATCH v2 6/6] media: v4l2-async: Create links during v4l2_async_match_notify()

[PATCH RFC v2] media: hantro: Implement support for encoder commands
 2022-02-11 11:06 UTC 

[PATCH v2 10/23] media: ov5640: Rework analog crop rectangles
 2022-02-11  9:34 UTC  (2+ messages)
` [v2.1] "

Prezentacja
 2022-02-11  8:36 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).