public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-22 22:03:31 to 2022-12-30 17:47:48 UTC [more...]

[PATCH v4] media: uvcvideo: Fix bandwidth error for Alcor camera
 2022-12-30 17:47 UTC  (2+ messages)

[drm-tip:drm-tip 7/20] drivers/gpu/drm/i915/gem/i915_gem_shmem.c:242:6: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2022-12-30 17:21 UTC 

[PATCH v3 00/21] Add Tegra20 parallel video input capture
 2022-12-30 16:34 UTC  (23+ messages)
` [PATCH v3 01/21] dt-bindings: display: tegra: add Tegra20 VIP
` [PATCH v3 02/21] dt-bindings: display: tegra: vi: add 'vip' property and example
` [PATCH v3 03/21] staging: media: tegra-video: fix .vidioc_enum_fmt_vid_cap to return all formats
` [PATCH v3 04/21] staging: media: tegra-video: improve documentation of tegra_video_format fields
` [PATCH v3 05/21] staging: media: tegra-video: document tegra_channel_get_remote_source_subdev
` [PATCH v3 06/21] staging: media: tegra-video: fix typos in comment
` [PATCH v3 07/21] staging: media: tegra-video: improve error messages
` [PATCH v3 08/21] staging: media: tegra-video: slightly simplify cleanup on errors
` [PATCH v3 09/21] staging: media: tegra-video: move private struct declaration to C file
` [PATCH v3 10/21] staging: media: tegra-video: move tegra210_csi_soc "
` [PATCH v3 11/21] staging: media: tegra-video: remove unneeded include
` [PATCH v3 12/21] staging: media: tegra-video: Kconfig: allow TPG only on Tegra210
` [PATCH v3 13/21] staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op
` [PATCH v3 14/21] staging: media: tegra-video: move default format to soc-specific data
` [PATCH v3 15/21] staging: media: tegra-video: move MIPI calibration calls from VI to CSI
` [PATCH v3 16/21] staging: media: tegra-video: add a per-soc enable/disable op
` [PATCH v3 17/21] staging: media: tegra-video: move syncpt init/free to a per-soc op
` [PATCH v3 18/21] staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi
` [PATCH v3 19/21] staging: media: tegra-video: add hooks for planar YUV and H/V flip
` [PATCH v3 20/21] staging: media: tegra-video: add H/V flip controls
` [PATCH v3 21/21] staging: media: tegra-video: add support for Tegra20 parallel input

[drm-tip:drm-tip 7/20] drivers/gpu/drm/i915/gem/i915_gem_shmem.c:241:34: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2022-12-30 15:50 UTC 

[PATCH RESEND v2 0/8] uvcvideo: Fixes for hw timestamping
 2022-12-30 14:51 UTC  (17+ messages)
` [PATCH RESEND v2 1/8] media: uvc: Extend documentation of uvc_video_clock_decode()
` [PATCH RESEND v2 2/8] media: uvc: Allow quirking by entity guid
` [PATCH RESEND v2 3/8] media: uvc: Create UVC_QUIRK_IGNORE_EMPTY_TS quirk
` [PATCH RESEND v2 4/8] media: uvcvideo: Quirk for invalid dev_sof in Logi C922
` [PATCH RESEND v2 5/8] media: uvcvideo: Quirk for autosuspend in Logi C910
` [PATCH RESEND v2 6/8] media: uvcvideo: Allow hw clock updates with buffers not full
` [PATCH RESEND v2 7/8] media: uvcvideo: Refactor clock circular buffer
` [PATCH RESEND v2 8/8] media: uvcvideo: Fix hw timestampt handling for slow FPS

[drm-intel:for-linux-next-gt 3/7] drivers/gpu/drm/i915/gem/i915_gem_shmem.c:241:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'}
 2022-12-30 13:38 UTC 

[drm-intel:for-linux-next-gt 3/7] drivers/gpu/drm/i915/gem/i915_gem_shmem.c:242:6: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2022-12-30 12:48 UTC 

[GIT PULL FOR v6.3] RC fixes
 2022-12-30 10:44 UTC 

[V2] media: jpeg: Fix multi-hw judgement
 2022-12-30  9:06 UTC  (6+ messages)

[PATCH v3 0/3] media: ov5640: Fix power up sequence delays
 2022-12-30  9:03 UTC  (8+ messages)
` [PATCH v3 1/3] media: ov5640: Handle delays when no reset_gpio set
` [PATCH v3 2/3] media: ov5640: Fix soft reset sequence and timings
` [PATCH v3 3/3] media: ov5640: Honor power on time in init_setting

[PATCH v2] crypto: ccp - Allocate TEE ring and cmd buffer using DMA APIs
 2022-12-30  8:24 UTC  (4+ messages)

[PATCH] pr_info("I changed uvcvideo driver in the Linux Kernel\n");
 2022-12-30  3:46 UTC 

[PATCH RESEND v2 0/7] Follow-up patches for uvc v4l2-compliance
 2022-12-29 22:13 UTC  (16+ messages)
` [PATCH RESEND v2 1/7] media: uvcvideo: uvc_ctrl_is_accessible: check for INACTIVE
` [PATCH RESEND v2 2/7] media: uvcvideo: improve error logging in uvc_query_ctrl()
` [PATCH RESEND v2 3/7] media: uvcvideo: Return -EACCES for Wrong state error
` [PATCH RESEND v2 4/7] media: uvcvideo: Do not return positive errors in uvc_query_ctrl()
` [PATCH RESEND v2 5/7] media: uvcvideo: Fix handling on Bitmask controls
` [PATCH RESEND v2 6/7] media: uvcvideo: Implement mask for V4L2_CTRL_TYPE_MENU
` [PATCH RESEND v2 7/7] media: uvcvideo: Use standard names for menus

[PATCH v4 2/2] media: i2c: Add driver for IMX519 sensor
 2022-12-29 15:56 UTC  (2+ messages)

drivers/media/v4l2-core/v4l2-ctrls-api.c:152 user_to_new() warn: if statement not indented
 2022-12-29 13:50 UTC 

[PATCH v10 0/7] Support Nuvoton NPCM Video Capture/Encode Engine
 2022-12-29  8:55 UTC  (14+ messages)
` [PATCH v10 1/7] ARM: dts: nuvoton: Add node for NPCM VCD and ECE engine
` [PATCH v10 2/7] media: dt-binding: nuvoton: Add "
` [PATCH v10 3/7] dt-bindings: arm: nuvoton: Add bindings for NPCM GFXI
` [PATCH v10 4/7] media: v4l: Add HEXTILE compressed format
` [PATCH v10 5/7] media: v4l2-ctrls: Reserve user control base for NPCM video controls
` [PATCH v10 6/7] media: uapi: Add controls for NPCM video driver
` [PATCH v10 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine

[PATCH] media: staging: media: omap4iss: Fix null dereference for iss
 2022-12-29  7:14 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2022-12-29  4:25 UTC 

[PATCH v4] media: uvcvideo: Remove void casting for the status endpoint
 2022-12-29  2:46 UTC  (2+ messages)

[PATCH RESEND v2 0/2] media: uvcvideo: Limit Power Line Control
 2022-12-29  2:31 UTC  (5+ messages)
` [PATCH RESEND v2 1/2] media: uvcvideo: Limit power line control for Acer EasyCamera
` [PATCH RESEND v2 2/2] media: uvcvideo: Limit power line control for Lenovo Integrated Camera

[PATCH RESEND] media: uvcvideo: Disable autosuspend for Insta360 Link
 2022-12-29  2:22 UTC  (2+ messages)

[PATCH v4] media: uvcvideo: Recover stalled ElGato devices
 2022-12-29  2:16 UTC  (2+ messages)

[GIT PULL FOR v6.3] Convert to i2c's .probe_new()
 2022-12-28 17:48 UTC 

[GIT FIXES FOR v6.2] v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct line
 2022-12-28 17:33 UTC 

[PATCH for 6.2] media: v4l2-ctrls-api.c: move ctrl->is_new = 1 to the correct line
 2022-12-28 17:02 UTC 

[PATCH v2] media: i2c: imx219: Fix binning for RAW8 capture
 2022-12-28 11:14 UTC 

[PATCH v2 00/21] Add Tegra20 parallel video input capture
 2022-12-28 10:46 UTC  (10+ messages)
` [PATCH v2 21/21] staging: media: tegra-video: add tegra20 variant

[PATCH v3 0/4] software nodes: Get rid of rarely used APIs
 2022-12-28  9:49 UTC  (5+ messages)
` [PATCH v3 1/4] media: ipu3-cio2: Don't dereference fwnode handle
` [PATCH v3 2/4] media: ipu3-cio2: Convert to use software_node_register_node_group()
` [PATCH v3 3/4] software node: Switch property entry test to a new API
` [PATCH v3 4/4] software node: Remove unused APIs

[PATCH] media: ov5640: set correct default format for CSI-2 mode
 2022-12-28  8:05 UTC  (2+ messages)

[V3] media: jpeg: Fixes multi-hw judgement
 2022-12-28  7:00 UTC 

[PATCH v2 0/5] usb: uvc: improve header files and function use
 2022-12-28  1:50 UTC  (3+ messages)
` [PATCH v2 5/5] usb: uvc: use v4l2_fill_fmtdesc instead of open coded format name

[RFC PATCH] media: v4l2-dev: sysfs: Support streaming attribute
 2022-12-28  1:44 UTC  (3+ messages)

[PATCH v1] media: uvcvideo: Remove format descriptions
 2022-12-28  1:42 UTC 

[PATCH v5 0/2] media: uvcvideo: Implement granular power management
 2022-12-27 23:48 UTC  (6+ messages)
` [PATCH v5 1/2] media: uvcvideo: Refactor streamon/streamoff
` [PATCH v5 2/2] media: uvcvideo: Do power management granularly

[PATCH v5 0/8] i2c-atr and FPDLink
 2022-12-27 20:09 UTC  (24+ messages)
` [PATCH v5 1/8] i2c: core: let adapters be notified of client attach/detach
` [PATCH v5 3/8] dt-bindings: media: add bindings for TI DS90UB913
` [PATCH v5 5/8] dt-bindings: media: add bindings for TI DS90UB960
` [PATCH v5 7/8] media: i2c: add DS90UB913 driver

gc2145 camera driver (front camera on PinePhone)
 2022-12-27 19:24 UTC  (3+ messages)

[PATCH 1/8] media: dt-bindings: qcom,venus: cleanup
 2022-12-27 14:41 UTC  (8+ messages)
` [PATCH 2/8] media: dt-bindings: qcom,venus: split common properties
` [PATCH 3/8] media: dt-bindings: qcom,msm8996-venus: document interconnects
` [PATCH 4/8] media: dt-bindings: qcom,sc7180-venus: document OPP table
` [PATCH 5/8] media: dt-bindings: qcom,sc7280-venus: "
` [PATCH 6/8] media: dt-bindings: qcom,sdm845-venus-v2: "
` [PATCH 7/8] media: dt-bindings: qcom,sm8250-venus: "
` [PATCH 8/8] media: dt-bindings: qcom,venus: document firmware-name

[PATCH v4] media: uvcvideo: Fix race condition with usb_kill_urb
 2022-12-27 14:37 UTC  (3+ messages)

[PATCH] media: venus: drop unused opp_table field documentation
 2022-12-27 14:35 UTC 

Build regressions/improvements in v6.2-rc1
 2022-12-27  8:35 UTC 

[PATCH] drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers
 2022-12-27  2:36 UTC 

[PATCH v1 0/4] media: rkvdec: Fix H.264 error resilience
 2022-12-26 22:32 UTC  (11+ messages)
` [PATCH v2 1/4] media: rkvdec: Add an ops to check for decode errors
` [PATCH v2 2/4] media: rkvdec: Fix RKVDEC_ERR_PKT_NUM macro
` [PATCH v2 3/4] media: rkvdec: Re-enable H.264 error detection
` [PATCH v2 4/4] rkvdec: Improve error handling
` [PATCH v2 0/4] media: rkvdec: Fix H.264 error resilience

[PATCH v2] media: hantro: Use core-generated bus_info value
 2022-12-26 21:23 UTC  (2+ messages)

[PATCH v2] drivers/media/v4l2-core/v4l2-h264 : add detection of null pointers
 2022-12-26 21:22 UTC  (2+ messages)

[PATCH v2 1/1] media: Documentation: Interaction between routes, formats and selections
 2022-12-26 17:42 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION c76083fac3bae1a87ae3d005b5cb1cbc761e31d5
 2022-12-26 16:54 UTC 

[PATCH v3 0/7] media/drm: renesas: Add new pixel formats
 2022-12-26 14:56 UTC  (12+ messages)
` [PATCH v3 1/7] media: Add 2-10-10-10 RGB formats
` [PATCH v3 2/7] media: Add Y210, Y212 and Y216 formats
` [PATCH v3 3/7] media: renesas: vsp1: Change V3U to be gen4
` [PATCH v3 5/7] media: renesas: vsp1: Add new formats (2-10-10-10 ARGB, Y210, Y212)
` [PATCH v3 7/7] drm: rcar-du: Add new formats (2-10-10-10 ARGB, Y210)

[PATCH] staging: vc04_services: vchiq_arm: Create platform_device per device
 2022-12-26 10:27 UTC  (10+ messages)

[PATCH -next] media: staging: stkwebcam: Fix the build error with stkwebcam
 2022-12-26  9:48 UTC 

[PATCH] drivers/media/v4l2-core/v4l2-h264.c : add detection of null pointers
 2022-12-26  6:39 UTC  (2+ messages)

[PATCH] media: hantro: Use core-generated bus_info value
 2022-12-26  5:25 UTC  (3+ messages)

[PATCH] drivers/media/common/siano/smsendian.c : eliminate unnecessary type conversions
 2022-12-26  3:10 UTC 

[PATCH v9 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine
 2022-12-25 16:51 UTC  (2+ messages)

[PATCH] media: i2c: imx258: Parse and register properties
 2022-12-25 15:42 UTC 

[PATCH v2] hantro: Fix JPEG encoder ENUM_FRMSIZE on RK3399
 2022-12-25  0:14 UTC  (4+ messages)

drivers/media/v4l2-core/v4l2-vp9.c:1834:1: warning: the frame size of 1420 bytes is larger than 1024 bytes
 2022-12-24 22:20 UTC 

[PATCH v3] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-24  7:35 UTC 

[PATCH v3] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-24  6:37 UTC  (2+ messages)

[PATCH v1 0/9] AV1 stateless decoder for RK3588
 2022-12-23 23:20 UTC  (8+ messages)
` [PATCH v1 7/9] media: verisilicon: Add Rockchip AV1 decoder

[PATCH] hantro: Fix JPEG encoder ENUM_FRAMESIZE on RK3399
 2022-12-23 17:05 UTC  (3+ messages)

[PATCH] [media] mxl111sf: Check return value in mxl111sf_config_mpeg_in
 2022-12-23 16:28 UTC  (2+ messages)

[PATCH] treewide: Convert del_timer*() to timer_shutdown*()
 2022-12-23 15:41 UTC  (2+ messages)

[PATCH v2 0/7] staging: vc04_services: Remove custom return values
 2022-12-23 15:25 UTC  (4+ messages)
` [PATCH v2 5/7] vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnect

[PATCH v3] usb: gadget: aspeed_udc: Add check for dma_alloc_coherent
 2022-12-23 14:54 UTC  (2+ messages)

[PATCH v2] venus: venc: add handling for VIDIOC_ENCODER_CMD
 2022-12-23 12:32 UTC  (2+ messages)

[PATCH] staging: media: ipu3: buffer overflow fix in imgu_map_node
 2022-12-23 12:30 UTC 

[PATCH v3 0/7] staging: vc04_services: Remove custom return values
 2022-12-23 12:24 UTC  (8+ messages)
` [PATCH v3 1/7] staging: vc04_services: Replace vchiq_status return type to int
` [PATCH v3 2/7] staging: vc04_services: Drop VCHIQ_SUCCESS usage
` [PATCH v3 3/7] staging: vc04_services: Drop VCHIQ_ERROR usage
` [PATCH v3 4/7] staging: vc04_services: Drop VCHIQ_RETRY usage
` [PATCH v3 5/7] vc04_services: vchiq_arm: Drop VCHIQ_RETRY usage on disconnect
` [PATCH v3 6/7] staging: vc04_services: Drop enum vchiq_status remnants
` [PATCH v3 7/7] staging: vc04_services: vchiq: Drop custom return values from TODO

[PATCH v2 0/3] media: ov5640: Fix power up sequence delays
 2022-12-23  9:13 UTC  (4+ messages)
` [PATCH v2 2/3] media: ov5640: Honor RESETB to SMBUS time t4 in init_setting

[PATCH] radio/wl128x: remove unnecessary (void*) conversions
 2022-12-23  9:08 UTC 

[PATCH v2 0/4] staging: vchiq: Rework child platform device (un)register
 2022-12-23  5:28 UTC  (4+ messages)
` [PATCH v2 1/4] staging: vc04_services: Stop leaking platform device on error path

[PATCH v2] media: ov5640: Fix analogue gain control
 2022-12-22 22:42 UTC  (2+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-22 22:03 UTC  (3+ messages)
` [PATCH 304/606] media: dvb-frontends/dvb-pll: Convert to i2c's .probe_new()


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