public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-08 11:21:33 to 2022-07-11 14:41:59 UTC [more...]

[PATCH v2 0/3] media: i2c: ak7375: Add regulator management
 2022-07-11 14:40 UTC  (2+ messages)
` [PATCH v2 1/3] media: dt-bindings: ak7375: Convert to DT schema

[PATCH 0/3] media: i2c: ak7375: Add regulator management
 2022-07-11 14:08 UTC  (8+ messages)
` [PATCH 1/3] media: dt-bindings: ak7375: Convert to DT schema
` [PATCH 2/3] media: dt-bindings: ak7375: Add supplies
` [PATCH 3/3] media: i2c: ak7375: Add regulator management

[PATCH] ovl: Modify the section of Return Value
 2022-07-11 13:43 UTC  (2+ messages)

[PATCH v3 00/46] media: rkisp1: Cleanups to prepare for i.MX8MP support
 2022-07-11 12:42 UTC  (47+ messages)
` [PATCH v3 01/46] media: v4l2-async: Add notifier operation to destroy asd instances
` [PATCH v3 02/46] media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_first()
` [PATCH v3 03/46] media: mc-entity: Add a new helper function to get a remote pad
` [PATCH v3 04/46] media: mc-entity: Add a new helper function to get a remote pad for a pad
` [PATCH v3 05/46] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH v3 06/46] media: rkisp1: Disable runtime PM in probe error path
` [PATCH v3 07/46] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH v3 08/46] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH v3 09/46] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH v3 10/46] media: rkisp1: Access ISP version from info pointer
` [PATCH v3 11/46] media: rkisp1: Make rkisp1_isp_mbus_info common
` [PATCH v3 12/46] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH v3 13/46] media: rkisp1: Move sensor .s_stream() call to ISP
` [PATCH v3 14/46] media: rkisp1: Reject sensors without pixel rate control at bound time
` [PATCH v3 15/46] media: rkisp1: Create link from sensor to ISP at notifier "
` [PATCH v3 16/46] media: rkisp1: Create internal links at probe time
` [PATCH v3 17/46] media: rkisp1: Rename rkisp1_subdev_notifier() to rkisp1_subdev_notifier_register()
` [PATCH v3 18/46] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH v3 19/46] media: rkisp1: Split CSI handling to separate file
` [PATCH v3 20/46] media: rkisp1: isp: Start CSI-2 receiver before ISP
` [PATCH v3 21/46] media: rkisp1: csi: Handle CSI-2 RX configuration fully in rkisp1-csi.c
` [PATCH v3 22/46] media: rkisp1: csi: Rename CSI functions with a common rkisp1_csi prefix
` [PATCH v3 23/46] media: rkisp1: csi: Move start delay to rkisp1_csi_start()
` [PATCH v3 24/46] media: rkisp1: csi: Pass sensor pointer to rkisp1_csi_config()
` [PATCH v3 25/46] media: rkisp1: csi: Constify argument to rkisp1_csi_start()
` [PATCH v3 26/46] media: rkisp1: isp: Don't initialize ret to 0 in rkisp1_isp_s_stream()
` [PATCH v3 27/46] media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
` [PATCH v3 28/46] media: rkisp1: isp: Rename rkisp1_device.active_sensor to source
` [PATCH v3 29/46] media: rkisp1: isp: Add container_of wrapper to cast subdev to rkisp1_isp
` [PATCH v3 30/46] media: rkisp1: isp: Add rkisp1_device backpointer "
` [PATCH v3 31/46] media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
` [PATCH v3 32/46] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH v3 33/46] media: rkisp1: isp: Merge ISP_ACQ_PROP configuration in single variable
` [PATCH v3 34/46] media: rkisp1: isp: Initialize some variables at declaration time
` [PATCH v3 35/46] media: rkisp1: isp: Fix whitespace issues
` [PATCH v3 36/46] media: rkisp1: isp: Constify various local variables
` [PATCH v3 37/46] media: rkisp1: isp: Rename rkisp1_get_remote_source()
` [PATCH v3 38/46] media: rkisp1: isp: Disallow multiple active sources
` [PATCH v3 39/46] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH v3 40/46] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH v3 41/46] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH v3 42/46] dt-bindings: media: rkisp1: Add port for parallel interface
` [PATCH v3 43/46] media: rkisp1: Support the ISP parallel input
` [PATCH v3 44/46] media: rkisp1: Add infrastructure to support ISP features
` [PATCH v3 45/46] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH v3 46/46] media: rkisp1: debug: Add dump file in debugfs for MI main path registers

[PATCH 1/5] dma-buf: cleanup dma_fence_unwrap selftest v2
 2022-07-11 12:41 UTC  (7+ messages)
` [PATCH 3/5] dma-buf: return only unsignaled fences in dma_fence_unwrap_for_each v3

[PATCH v5 0/6] media: ov5693: cleanup code and add dts support
 2022-07-11 12:36 UTC  (5+ messages)
` [PATCH v5 5/6] media: dt-bindings: ov5693: document YAML binding

[PATCH V4 00/11] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2022-07-11 12:32 UTC  (8+ messages)
` [PATCH V4 07/11] arm64: dts: imx8mq: Enable both G1 and G2 VPU's with vpu-blk-ctrl

[PATCH v2 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
 2022-07-11 12:04 UTC  (40+ messages)
` [PATCH v2 12/55] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH v2 18/55] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH v2 19/55] media: rkisp1: Split CSI handling to separate file
` [PATCH v2 32/55] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH v2 38/55] media: rkisp1: isp: Disallow multiple active sources
  ` [PATCH v2.1 "
` [PATCH v2 39/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH v2 40/55] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH v2 41/55] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH v2 43/55] media: rkisp1: Support the ISP parallel input
` [PATCH v2 44/55] media: rkisp1: Add infrastructure to support ISP features
` [PATCH v2 45/55] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH v2 46/55] media: rkisp1: debug: Add dump file in debugfs for MI buffer registers
` [PATCH v2 50/55] media: rkisp1: Add and set registers for crop for i.MX8MP
` [PATCH v2 51/55] media: rkisp1: Add and set registers for output size config on i.MX8MP
` [PATCH v2 52/55] media: rkisp1: Add i.MX8MP-specific registers for MI and resizer
` [PATCH v2 54/55] media: rkisp1: Add register definitions for the test pattern generator

[PATCH 0/6] OV9281 support
 2022-07-11 12:02 UTC  (11+ messages)
` [PATCH 1/6] media: i2c: ov9282: remove unused and unset i2c_client member
` [PATCH 2/6] media: dt-bindings: media: Add compatible for ov9281
` [PATCH 3/6] media: i2c: ov9282: Add ov9281 compatible
` [PATCH 4/6] media: dt-bindings: media: ov9282: Add power supply properties
    `  "
` [PATCH 5/6] media: i2c: ov9282: Add regulator support
` [PATCH 6/6] media: i2c: ov9282: Fix device detection

[PATCH] media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies
 2022-07-11  8:04 UTC 

[PATCHv2 0/8] Add dynamic arrays and v4l2_ctrl_modify_dimensions
 2022-07-11 10:21 UTC  (9+ messages)
` [PATCHv2 1/8] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCHv2 2/8] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCHv2 3/8] vivid: add dynamic array test control
` [PATCHv2 4/8] v4l2-ctrls: allocate space for arrays
` [PATCHv2 5/8] v4l2-ctrls: alloc arrays in ctrl_ref
` [PATCHv2 6/8] v4l2-ctrls: add v4l2_ctrl_modify_dimensions
` [PATCHv2 7/8] v4l2-ctrls: add change flag for when dimensions change
` [PATCHv2 8/8] vivid: add pixel_array test control

[PATCH 0/3] media: flexcop-usb: probe cleanups
 2022-07-11  9:50 UTC  (2+ messages)

[PATCH] media: flexcop-usb: fix endpoint type check
 2022-07-11  9:49 UTC  (2+ messages)

Build failed in Jenkins: media-build #3953
 2022-07-11  9:19 UTC  (4+ messages)
` Build failed in Jenkins: media-build #3954
  ` Build failed in Jenkins: media-build #3955
    ` Build failed in Jenkins: media-build #3956

[GIT PULL FOR v5.20] mediatek vcodec capability fixes
 2022-07-11  8:31 UTC  (2+ messages)
` [GIT PULL FOR v5.20] mediatek vcodec capability fixes (#84699)

[RESEND v7 0/4] usb: gadget: uvc: use configfs entries for negotiation and v4l2 VIDIOCS
 2022-07-11  8:18 UTC  (2+ messages)

[GIT FIXES FOR 5.19] V4L2 async fix
 2022-07-11  7:00 UTC  (2+ messages)
` [GIT FIXES FOR 5.19] V4L2 async fix (#84698)

[PATCH v2] media: rkisp1: Support devices without self path
 2022-07-11  4:04 UTC  (3+ messages)

[PATCH v3 1/1] v4l: async: Also match secondary fwnode endpoints
 2022-07-10 12:03 UTC  (2+ messages)

[PATCH v2 1/1] v4l: async: Also match secondary fwnode endpoints
 2022-07-10  8:35 UTC  (3+ messages)

[PATCH 1/2] media: subdev: Add v4l2_subdev_call_state_try() macro
 2022-07-10  1:50 UTC  (4+ messages)
` [PATCH 2/2] media: stm32: dcmi: Fix subdev op call with uninitialized state

drivers/media/common/saa7146/saa7146_hlp.c:648:5: warning: stack frame size (1072) exceeds limit (1024) in 'saa7146_enable_overlay'
 2022-07-09 20:58 UTC 

[RESEND PATCH 0/3] staging: media: atomisp: Convert to kmap_local_page()
 2022-07-09 16:46 UTC  (3+ messages)

[PATCH 1/1] v4l: async: Also match secondary fwnode endpoints
 2022-07-09 15:58 UTC 

[PATCH 1/2] media: i2c: imx219: Split common registers from mode tables
 2022-07-09 13:50 UTC  (2+ messages)
` [PATCH 2/2] media: i2c: imx219: Support four-lane operation

[GIT PULL] Linux Media vimc update for 5.20-rc1
 2022-07-09 10:14 UTC  (2+ messages)

[PATCH v3 00/21] Update Documentation/ cross references and fix issues
 2022-07-09 10:07 UTC  (2+ messages)
` [PATCH v3 11/21] kfence: fix a kernel-doc parameter

[GIT PULL FOR v5.20] Minor rc fixes
 2022-07-09  9:59 UTC  (2+ messages)
` [GIT PULL FOR v5.20] Minor rc fixes (#84685)

[PATCH] media: rc: Always report LIRC repeat flag
 2022-07-09  9:15 UTC  (3+ messages)
` [PATCH] media: lirc: ensure lirc device receives repeats

[PATCH v1 0/1] staging: media: imx: imx7-media-csi: Increase video mem limit
 2022-07-09  7:31 UTC  (2+ messages)
` [PATCH v1 1/1] "

cron job: media_tree daily build: ERRORS
 2022-07-09  4:44 UTC 

[GIT PULL FOR v5.20] Move HEVC stateless controls out of staging
 2022-07-08 23:23 UTC  (2+ messages)
` [GIT PULL FOR v5.20] Move HEVC stateless controls out of staging (#84682)

[PATCH] ar0521: fix Kconfig: VIDEO_V4L2 -> VIDEO_DEV
 2022-07-08 18:47 UTC 

[PATCH v13 00/17] Move HEVC stateless controls out of staging
 2022-07-08 17:26 UTC  (21+ messages)
` [PATCH v13 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v13 02/17] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v13 03/17] vivid: add dynamic array test control
` [PATCH v13 04/17] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v13 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v13 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry
` [PATCH v13 07/17] media: uapi: HEVC: Add SEI pic struct flags
` [PATCH v13 08/17] media: uapi: HEVC: Add documentation to uAPI structure
` [PATCH v13 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v13 10/17] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v13 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v13 12/17] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v13 13/17] media: controls: Log HEVC stateless control in .std_log
` [PATCH v13 14/17] media: hantro: Stop using Hantro dedicated control
` [PATCH v13 15/17] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v13 16/17] media: uapi: Change data_bit_offset definition
` [PATCH v13 17/17] media: uapi: move HEVC stateless controls out of staging

[git:media_stage/master] media: atomisp_gmin_platform: stop abusing efivar API
 2022-07-08 16:53 UTC 

[ANN] Media Summit at ELCE Dublin: Request for Topics
 2022-07-08 16:44 UTC  (4+ messages)

[PATCH v12 00/17] Move HEVC stateless controls out of staging
 2022-07-08 16:27 UTC  (22+ messages)
` [PATCH v12 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v12 02/17] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v12 03/17] vivid: add dynamic array test control
` [PATCH v12 04/17] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v12 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v12 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry
` [PATCH v12 07/17] media: uapi: HEVC: Add SEI pic struct flags
` [PATCH v12 08/17] media: uapi: HEVC: Add documentation to uAPI structure
` [PATCH v12 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v12 10/17] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v12 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
      `  "
` [PATCH v12 12/17] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v12 13/17] media: controls: Log HEVC stateless control in .std_log
` [PATCH v12 14/17] media: hantro: Stop using Hantro dedicated control
` [PATCH v12 15/17] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v12 16/17] media: uapi: Change data_bit_offset definition
` [PATCH v12 17/17] media: uapi: move HEVC stateless controls out of staging

[PATCH] media: amphion: only insert the first sequence startcode for vc1l format
 2022-07-08 13:32 UTC  (7+ messages)
  ` [EXT] "

[PATCH v6 00/14] i.MX8MP DW100 dewarper driver
 2022-07-08 12:03 UTC  (4+ messages)
` [PATCH v6 13/14] media: dw100: Add i.MX8MP dw100 "

[PATCH v11 00/17] Move HEVC stateless controls out of staging
 2022-07-08 12:00 UTC  (3+ messages)
` [PATCH v11 15/17] media: uapi: HEVC: fix padding in v4l2 control structures

[PATCH 0/8] videobuf2: Replace vb2_find_timestamp() with vb2_find_buffer()
 2022-07-08 11:47 UTC  (7+ messages)
` [PATCH 6/8] rkvdec: Use vb2_find_buffer

[PATCH 0/8] Add dynamic arrays and v4l2_ctrl_modify_dimensions
 2022-07-08 11:38 UTC  (7+ messages)
` [PATCH 7/8] v4l2-ctrls: add change flag for when dimensions change


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