linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-20 23:05:11 to 2020-06-24 08:05:23 UTC [more...]

[PATCH 00/25] media: ov5647: Support RaspberryPi Camera Module v1
 2020-06-24  8:04 UTC  (17+ messages)
` [PATCH 01/25] dt-bindings: media: ov5647: Document pwdn-gpios
` [PATCH 02/25] dt-bindings: media: ov5647: Document clock-noncontinuous
` [PATCH 03/25] media: ov5647: Add support for PWDN GPIO
` [PATCH 04/25] media: ov5647: Add support for non-continuous clock mode
` [PATCH 05/25] media: ov5647: Add set_fmt and get_fmt calls
` [PATCH 06/25] media: ov5647: Fix format initialization
` [PATCH 07/25] media: ov5647: Fix style issues
` [PATCH 08/25] media: ov5647: Replace license with SPDX identifier
` [PATCH 09/25] media: ov5647: Fix return value from read/write
` [PATCH 10/25] media: ov5647: Program mode at s_stream(1) time

[PATCH 00/10] media: mtk-vcodec: venc: support for MT8183
 2020-06-24  7:56 UTC  (13+ messages)
` [PATCH 02/10] media: mtk-vcodec: add SCP firmware ops
` [PATCH 06/10] media: mtk-vcodec: venc: specify supported formats per-chip
` [PATCH 07/10] media: mtk-vcodec: venc: remove redundant code

[PATCH 1/3] v4l2-subdev: Add subdev ioctl support for ENUM/GET/SET INPUT
 2020-06-24  7:53 UTC  (2+ messages)

[PATCH] [v2] media: venus: core: Fix runtime PM imbalance in venus_probe
 2020-06-24  6:30 UTC 

[PATCH] media: venus: core: Fix runtime PM imbalance in venus_probe
 2020-06-24  6:18 UTC  (3+ messages)
  `  "

[PATCH] media: venus: vdec: Fix runtime PM imbalance in vdec_open
 2020-06-24  6:14 UTC  (3+ messages)
  `  "

cron job: media_tree daily build: ERRORS
 2020-06-24  3:32 UTC 

[PATCH v3 0/3] media: v4l2-async: Accept endpoints and devices for fwnode matching
 2020-06-24  0:12 UTC  (8+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] media: v4l2-async: Pass notifier pointer to match functions
` [PATCH v3 3/3] media: v4l2-async: Log message in case of heterogeneous fwnode match

[PATCH stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels
 2020-06-23 19:13 UTC  (2+ messages)

[PATCH v3] v4l2-compliance: Convert testBlockingDQBuf to pthreads
 2020-06-23 19:11 UTC 

[PATCH 03/18] dma-fence: basic lockdep annotations
 2020-06-23 19:02 UTC  (16+ messages)
      ` [Intel-gfx] "
` [PATCH 04/18] dma-fence: prime "
  ` [Linaro-mm-sig] "
` [PATCH 08/18] drm/amdgpu: add dma-fence annotations to atomic commit path

[PATCH v2, 0/2] This patchset add Read-only(Ro) request for capture queue
 2020-06-23 18:43 UTC  (5+ messages)
` [PATCH v2, 1/2] media: v4l UAPI: add V4L2_BUF_CAP_SUPPORTS_RO_REQUESTS
` [PATCH v2, 2/2] media: v4l: Add Ro request api for capture queue

[RFC 0/7] media: Clean and make H264 stateless uAPI public
 2020-06-23 18:28 UTC  (8+ messages)
` [RFC 1/7] media: uapi: h264: update reference lists
` [RFC 2/7] fixup! "
` [RFC 3/7] media: uapi: h264: clarify pic_order_cnt_bit_size field
` [RFC 4/7] media: uapi: h264: increase size of fields
` [RFC 5/7] media: uapi: h264: pad v4l2_ctrl_h264_pps to 64-bit
` [RFC 6/7] media: uapi: h264: Clean slice invariants syntax elements
` [RFC 7/7] media: uapi: make H264 stateless codec interface public

[PATCH v1 1/9] media: atomisp: Replace last use of Intel MID APIs
 2020-06-23 18:05 UTC  (9+ messages)
` [PATCH v1 2/9] media: atomisp: move CCK endpoint address to generic header
` [PATCH v1 3/9] media: atomisp: Use proper APIs to find I²C client device by ACPI HID
` [PATCH v1 4/9] media: atomisp: don't pass struct device_driver as parameter
` [PATCH v1 5/9] media: atomisp: Get rid of struct pci_dev in struct atomisp_device
` [PATCH v1 6/9] media: atomisp: Unify pdev to be pointer to struct pci_device
` [PATCH v1 7/9] media: atomisp: Replace direct access to MMIO with proper helpers
` [PATCH v1 8/9] media: atomisp: Drop global atomisp_dev variable (easy cases)
` [PATCH v1 9/9] media: atomisp: make platform data more readable

[PATCH v1 0/1] Add support for meson building
 2020-06-23 17:26 UTC  (10+ messages)
` [PATCH v1 1/1] "

IMX274 driver
 2020-06-23 17:25 UTC  (9+ messages)

[PATCH] media: i2c: imx290: replace msleep(10) with usleep_range(10000, 11000)
 2020-06-23 16:54 UTC  (2+ messages)

[PATCH 00/25] media: ov5647: Support RaspberryPi Camera Module v1
 2020-06-23 16:55 UTC  (26+ messages)
` [PATCH 01/25] dt-bindings: media: ov5647: Document pwdn-gpios
` [PATCH 02/25] dt-bindings: media: ov5647: Document clock-noncontinuous
` [PATCH 03/25] media: ov5647: Add support for PWDN GPIO
` [PATCH 04/25] media: ov5647: Add support for non-continuous clock mode
` [PATCH 05/25] media: ov5647: Add set_fmt and get_fmt calls
` [PATCH 06/25] media: ov5647: Fix format initialization
` [PATCH 07/25] media: ov5647: Fix style issues
` [PATCH 08/25] media: ov5647: Replace license with SPDX identifier
` [PATCH 09/25] media: ov5647: Fix return value from read/write
` [PATCH 10/25] media: ov5647: Program mode at s_stream(1) time
` [PATCH 11/25] media: ov5647: Implement enum_frame_size()
` [PATCH 12/25] media: ov5647: Protect s_stream() with mutex
` [PATCH 13/25] media: ov5647: Support gain, exposure and AWB controls
` [PATCH 14/25] media: ov5647: Rationalize driver structure name
` [PATCH 15/25] media: ov5647: Break out format handling
` [PATCH 16/25] media: ov5647: Add support for get_selection()
` [PATCH 17/25] media: ov5647: Rename SBGGR8 VGA mode
` [PATCH 18/25] media: ov5647: Add SGGBR10_1X10 modes
` [PATCH 19/25] media: ov5647: Implement set_fmt pad operation
` [PATCH 20/25] media: ov5647: Program mode only if it has changed
` [PATCH 21/25] media: ov5647: Set V4L2_SUBDEV_FL_HAS_EVENTS flag
` [PATCH 22/25] media: ov5647: Support V4L2_CID_PIXEL_RATE
` [PATCH 23/25] media: ov5647: Support V4L2_CID_HBLANK control
` [PATCH 24/25] media: ov5647: Support V4L2_CID_VBLANK control
` [PATCH 25/25] media: ov5647: Advertise the correct exposure range

[GIT PULL FOR v5.9] Various fixes/enhancements
 2020-06-23 15:46 UTC  (2+ messages)
` [GIT PULL FOR v5.9] Various fixes/enhancements (#64836)

[PATCH v2] dmabuf: use spinlock to access dmabuf->name
 2020-06-23 14:23 UTC  (6+ messages)

[PATCH v2 0/9] Convert the remaining text files to ReST and add SPDX for GFDL
 2020-06-23 13:37 UTC  (3+ messages)

[PATCH] media: dev-encoder.rst: add GFDL-1-1+ to SPDX header
 2020-06-23 12:57 UTC  (2+ messages)

[RFC] METADATA design using V4l2 Request API
 2020-06-23 12:47 UTC  (10+ messages)

[PATCH] v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)
 2020-06-23 12:32 UTC  (3+ messages)

[PATCH v5 00/10] Improvements to IMX290 CMOS driver
 2020-06-23 12:25 UTC  (3+ messages)
` [PATCH v5 06/10] media: i2c: imx290: Add support for test pattern generation

[PATCH v6 0/3] DCMI set minimum cpufreq requirement
 2020-06-23 11:48 UTC  (3+ messages)
` [PATCH v6 1/3] dt-bindings: media: stm32-dcmi: Add DCMI min frequency property

[PATCHv3 0/5] Stateful Encoding: final bits
 2020-06-23 11:47 UTC  (5+ messages)
` [PATCHv3 1/5] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH RFC v4 0/1] Virtio Video Device Specification
 2020-06-23 11:13 UTC  (2+ messages)
` [PATCH RFC v4 1/1] virtio-video: Add virtio video device specification

[PATCH v1 000/107] media: ti-vpe: cal: Add media controller support
 2020-06-23 11:01 UTC  (3+ messages)
` [PATCH v1 055/107] media: ti-vpe: cal: Unregister video device before cleanup

[GIT PULL FOR v5.9] Finalize stateful encoder support
 2020-06-23 10:39 UTC  (2+ messages)

[PATCH] media: venus: venc: Fix runtime PM imbalance in venc_open
 2020-06-23  9:47 UTC  (2+ messages)

[GIT PULL FOR 5.9] Camera sensor driver patches + MC crash fix
 2020-06-23  8:52 UTC  (2+ messages)
` [GIT PULL FOR 5.9] Camera sensor driver patches + MC crash fix (#64820)

[PATCH] media: camss: use proper media entity function for subdevices
 2020-06-23  8:49 UTC  (3+ messages)

[PATCH] media: media-request: Fix crash if memory allocation fails
 2020-06-23  7:58 UTC  (3+ messages)

[PATCH v2 14/15] docs: fix references for DMA*.txt files
 2020-06-23  7:22 UTC  (2+ messages)

[PATCH 0/2] Small fixes around cacheflush.h
 2020-06-23  6:20 UTC  (7+ messages)
` [PATCH 1/2] media: omap3isp: Remove cacheflush.h
` [PATCH 2/2] asm-generic: Make cacheflush.h self-contained

cron job: media_tree daily build: WARNINGS
 2020-06-23  3:42 UTC 

[PATCH v5 0/3] Support virtio cross-device resources
 2020-06-23  1:31 UTC  (3+ messages)
  ` [virtio-dev] "

[Linaro-mm-sig] [PATCH 04/18] dma-fence: prime lockdep annotations
 2020-06-23  0:05 UTC  (17+ messages)

[PATCH v6 0/3] CH7322 CEC controller driver
 2020-06-22 23:59 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: Add ch7322 media i2c device
` [PATCH v6 2/3] media: cec: add adap_controls_phys_addr option
` [PATCH v6 3/3] media: cec: i2c: ch7322: Add ch7322 CEC controller driver

[PATCH v3] venus: fix multiple encoder crash
 2020-06-22 20:28 UTC  (2+ messages)

[PATCH v4l-utils] Move sync-with-kernel into dedicated shell script ./sync-with-kernel.sh
 2020-06-22 18:58 UTC  (3+ messages)

arm-linux-gnueabi-ld: section .data VMA overlaps section __ksymtab VMA
 2020-06-22 18:36 UTC 

[PATCH v2] media: i2c: imx214: select V4L2_FWNODE
 2020-06-22 16:43 UTC 

[PATCH V10 0/2] media: i2c: Add support for OV02A10 sensor
 2020-06-22 15:23 UTC  (5+ messages)
` [PATCH V10 2/2] media: i2c: ov02a10: Add OV02A10 image sensor driver

[PATCH v3 0/2] media: Add colors' order and other info over test image
 2020-06-22 14:36 UTC  (8+ messages)
` [PATCH v3 1/2] media: tpg: Add function to return colors' order of "
` [PATCH v3 2/2] media: vimc: Add a control to display info on "

[PATCH] media: uvc: Fix list_for_each() checking
 2020-06-22 14:10 UTC 

[PATCH v4 0/5] media: add v4l2_pipeline_stream_{enable,disable}
 2020-06-22 14:07 UTC  (9+ messages)
` [PATCH v4 2/5] media: v4l2-common: add helper functions to call s_stream() callbacks

[PATCH v1] [media] saa7164: use dev_pm_ops structure for power management
 2020-06-22 12:09 UTC 

[PATCH v1] [media] saa7134: use generic power management
 2020-06-22 12:02 UTC 

[PATCH v2] v4l2-compliance: Convert testBlockingDQBuf to pthreads
 2020-06-22 12:04 UTC  (3+ messages)

[RFC PATCH] media: venus: Fix NULL pointer dereference in core selection
 2020-06-22 11:51 UTC  (3+ messages)

[PATCH v2] media: cros-ec-cec: do not bail on device_init_wakeup failure
 2020-06-22 11:46 UTC 

[PATCH RESEND] media: cros-ec-cec: do not bail on device_init_wakeup failure
 2020-06-22 10:23 UTC  (2+ messages)

[PATCH] media: vsp1: Fix a reference count leak
 2020-06-22 10:21 UTC  (4+ messages)

[PATCH v2 3/6] media: ov5647: Add support for non-continuous clock mode
 2020-06-22  8:35 UTC  (4+ messages)

[GIT PULL FOR v5.9] cec fixes
 2020-06-22  8:14 UTC  (2+ messages)
` [GIT PULL FOR v5.9] cec fixes (#64793)

[PATCH v2] dma-buf: Move dma_buf_release() from fops to dentry_ops
 2020-06-22  6:34 UTC  (3+ messages)

cron job: media_tree daily build: WARNINGS
 2020-06-22  3:42 UTC 

Re:💎 Irgendwie hatte ich Sehnsucht. Ich hoffe, du bist wohlauf
 2020-06-18  5:56 UTC 

[RFC PATCH V6 0/3] media: support Mediatek sensor interface driver
 2020-06-21 15:41 UTC  (5+ messages)
  ` [RFC PATCH V6 1/3] media: platform: mtk-isp: Add "

[PATCH] media: media-request: Fix crash according to a failed memory allocation
 2020-06-21 13:55 UTC  (2+ messages)

[PATCH 0/3] media: ov6650: Fix crop rectangle affected by set format
 2020-06-21 12:11 UTC  (2+ messages)

[PATCH v5 0/9] v4l2-subdev: Introduce [g|s]et_mbus_format pad op
 2020-06-21 11:38 UTC  (3+ messages)
` [PATCH v5 03/10] media: i2c: ov6650: Use new [get|set]_mbus_config ops

[PATCH v7 31/36] staging: tegra-vde: fix common struct sg_table related issues
 2020-06-21  4:00 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2020-06-21  3:41 UTC 

[PATCH v2 0/8] dt-bindings: media: Conversion of Renesas bindings to YAML
 2020-06-21  0:47 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: media: renesas,fcp: Convert binding "
` [PATCH v2 2/8] dt-bindings: media: renesas,fcp: Make power-domains mandatory
` [PATCH v2 3/8] dt-bindings: media: renesas,fcp: Add resets and iommus properties
` [PATCH v2 4/8] dt-bindings: media: renesas,fdp1: Convert binding to YAML
` [PATCH v2 5/8] dt-bindings: media: renesas,fdp1: Make power-domains mandatory
` [PATCH v2 6/8] dt-bindings: media: renesas,fdp1: Add resets property
` [PATCH v2 7/8] dt-bindings: media: renesas,vsp1: Convert binding to YAML
` [PATCH v2 8/8] dt-bindings: media: renesas,vsp1: Add power-domains and resets

[PATCH v3] media: vb2: Print the queue pointer in debug messages
 2020-06-21  0:23 UTC 

[PATCH v2 0/4] media: v4l2-async: Accept endpoints and devices for fwnode matching
 2020-06-20 23:44 UTC  (11+ messages)
` [PATCH v2 3/4] media: v4l2-async: Log message in case of heterogenous fwnode match
` [PATCH v2 4/4] media: v4l2-async: Don't check fwnode name to detect endpoint


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