linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 17:58:03 to 2023-06-16 13:06:37 UTC [more...]

[PATCH v6 0/3] media: i2c: Add support for alvium camera
 2023-06-16 13:06 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision
` [PATCH v6 2/3] media: dt-bindings: alvium: add document YAML binding
` [PATCH v6 3/3] media: i2c: Add support for alvium camera

[PATCH 0/4] platform/x86: int3472: discrete: Regulator rework / Lenovo Miix 510 support
 2023-06-16 12:34 UTC  (7+ messages)
` [PATCH 1/4] platform/x86: int3472: discrete: Drop GPIO remapping support
` [PATCH 2/4] platform/x86: int3472: discrete: Remove sensor_config-s

[PATCH] media: i2c: tvp5150: check return value of devm_kasprintf()
 2023-06-16 12:23 UTC  (2+ messages)

[PATCH] media: bttv: Add MODULE_FIRMWARE macro
 2023-06-16 12:04 UTC 

[PATCH] media: s5k5baf: Add MODULE_FIRMWARE macro
 2023-06-16 12:01 UTC 

[linux-next:master 7549/10326] drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c:1022:1: warning: the frame size of 1112 bytes is larger than 1024 bytes
 2023-06-16 11:49 UTC  (3+ messages)

[PATCH v3 0/5] media: Add MIPI CCI register access helper functions
 2023-06-16 10:03 UTC  (7+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] media: ov5693: Convert to new CCI register access helpers
` [PATCH v3 3/5] media: imx290: "
` [PATCH v3 4/5] media: atomisp: ov2680: "
` [PATCH v3 5/5] media: Remove ov_16bit_addr_reg_helpers.h

[PATCH v6 0/6] Add StarFive Camera Subsystem driver
 2023-06-16  7:20 UTC  (9+ messages)
` [PATCH v6 3/6] media: starfive: Add basic driver
` [PATCH v6 4/6] media: starfive: Add video driver

[ANN] Media Summit June 26th: Agenda v5
 2023-06-16  7:07 UTC 

[PATCH] Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"
 2023-06-16  6:46 UTC  (2+ messages)

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-06-16  6:32 UTC  (31+ messages)

[PATCH v2 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-16  6:18 UTC  (5+ messages)
` [PATCH v2 1/3] media: atomisp: sh_css_internal: Unifying sh_css_sp_group to remove #ifdef ISP2401

[PATCH] media: venus: core: Set up secure memory ranges for SC7180
 2023-06-16  5:31 UTC  (2+ messages)

[GIT PULL for v6.4-rc7] media fixes
 2023-06-16  3:10 UTC  (4+ messages)
` [GIT PULL for v6.4-rc7] media fixes (#92507)

[GIT PULL for v6.4-rc5] media fixes
 2023-06-16  3:10 UTC  (2+ messages)

[PATCH v2 0/5] media: Add MIPI CCI register access helper functions
 2023-06-15 22:20 UTC  (43+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] media: ov5693: Convert to new CCI register access helpers
` [PATCH v2 3/5] media: imx290: "
` [PATCH v2 4/5] media: atomisp: ov2680: "
` [PATCH v2 5/5] media: Remove ov_16bit_addr_reg_helpers.h

[PATCH v2 00/28] media: ov2680: Bugfixes + ACPI + selection(crop-tgt) API support
 2023-06-15 17:32 UTC  (32+ messages)
` [PATCH v2 01/28] media: ov2680: Remove auto-gain and auto-exposure controls
` [PATCH v2 02/28] media: ov2680: Fix ov2680_bayer_order()
` [PATCH v2 03/28] media: ov2680: Fix vflip / hflip set functions
` [PATCH v2 04/28] media: ov2680: Use select VIDEO_V4L2_SUBDEV_API
` [PATCH v2 05/28] media: ov2680: Don't take the lock for try_fmt calls
` [PATCH v2 06/28] media: ov2680: Add ov2680_fill_format() helper function
` [PATCH v2 07/28] media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working
` [PATCH v2 08/28] media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors
` [PATCH v2 09/28] media: ov2680: Convert to new CCI register access helpers
` [PATCH v2 10/28] media: ov2680: Store dev instead of i2c_client in ov2680_dev
` [PATCH v2 11/28] media: ov2680: Check for "powerdown" GPIO con-id before checking for "reset" GPIO con-id
` [PATCH v2 12/28] media: ov2680: Add runtime-pm support
` [PATCH v2 13/28] media: ov2680: Drop is_enabled flag
` [PATCH v2 14/28] media: ov2680: Add support for more clk setups
` [PATCH v2 15/28] media: ov2680: Add support for 19.2 MHz clock
` [PATCH v2 16/28] media: ov2680: Add endpoint matching support
` [PATCH v2 17/28] media: ov2680: Add support for ACPI enumeration
` [PATCH v2 18/28] media: ov2680: Fix ov2680_enum_frame_interval()
` [PATCH v2 19/28] media: ov2680: Annotate the per mode register setting lists
` [PATCH v2 20/28] media: ov2680: Add ov2680_mode struct
` [PATCH v2 21/28] media: ov2680: Make setting the mode algorithm based
` [PATCH v2 22/28] media: ov2680: Add an __ov2680_get_pad_format() helper function
` [PATCH v2 23/28] media: ov2680: Implement selection support
` [PATCH v2 24/28] media: ov2680: Fix exposure and gain ctrls range and default value
` [PATCH v2 25/28] media: ov2680: Add a bunch of register tweaks
` [PATCH v2 26/28] media: ov2680: Drop unnecessary pad checks
` [PATCH v2 27/28] media: ov2680: Read and log sensor revision during probe
` [PATCH v2 28/28] media: ov2680: Add link-freq and pixel-rate controls

[PATCH] accel/qaic: Call DRM helper function to destroy prime GEM
 2023-06-15 15:23 UTC  (3+ messages)

[PATCH v15 0/2] drm: Add kms driver for loongson display controller
 2023-06-15 14:36 UTC  (3+ messages)
` [PATCH v15 1/2] "
` [PATCH v15 2/2] MAINTAINERS: add maintainers for DRM LOONGSON driver

[PATCH 1/2] platform/x86: int3472: discrete: Use FIELD_GET() on the GPIO _DSM return value
 2023-06-15 12:38 UTC  (4+ messages)
` [PATCH 2/2] platform/x86: int3472: discrete: Log a warning if the pin-numbers don't match

[PATCH AUTOSEL 4.19 6/8] media: cec: core: don't set last_initiator if tx in progress
 2023-06-15 11:39 UTC 

[PATCH AUTOSEL 5.4 6/8] media: cec: core: don't set last_initiator if tx in progress
 2023-06-15 11:39 UTC 

[PATCH AUTOSEL 5.15 06/10] media: cec: core: don't set last_initiator if tx in progress
 2023-06-15 11:38 UTC 

[PATCH AUTOSEL 5.10 6/9] media: cec: core: don't set last_initiator if tx in progress
 2023-06-15 11:39 UTC 

[PATCH AUTOSEL 6.1 08/16] media: cec: core: disable adapter in cec_devnode_unregister
 2023-06-15 11:38 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 09/16] media: cec: core: don't set last_initiator if tx in progress

[PATCH AUTOSEL 6.3 10/19] media: cec: core: disable adapter in cec_devnode_unregister
 2023-06-15 11:37 UTC  (2+ messages)
` [PATCH AUTOSEL 6.3 11/19] media: cec: core: don't set last_initiator if tx in progress

OV5693 Kconfig missing a select VIDEO_V4L2_SUBDEV_API ?
 2023-06-15 11:31 UTC  (10+ messages)

[PATCH v3] media: ov13b10: add PM control support based on power resources
 2023-06-15  8:28 UTC  (2+ messages)

[PATCH v11 00/11] media: Implement UVC v1.5 ROI
 2023-06-15  7:40 UTC  (2+ messages)

[PATCH v2 0/5] Enable decoder for mt8183
 2023-06-15  7:30 UTC  (7+ messages)
` [PATCH v2 3/5] media: mediatek: vcodec: Read HW active status from clock

[RESEND PATCH] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-06-15  2:58 UTC  (18+ messages)

[PATCH] media: uvcvideo: uvc_ctrl_get_rel_speed: use 0 as default
 2023-06-14 22:19 UTC  (15+ messages)
                        ` [PATCH v2] "

Sometimes DVB broken with commit 6769a0b7ee0c3b
 2023-06-14 22:20 UTC  (6+ messages)

[PATCH v2] media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
 2023-06-14 18:31 UTC 

[PATCH] media: vcodec: Fix potential array out-of-bounds in vb2ops_venc_queue_setup
 2023-06-14 16:23 UTC  (2+ messages)

[PATCH 1/4] media: mediatek: vcodec: fix potential double free
 2023-06-14 15:29 UTC  (5+ messages)
` [PATCH 2/4] media: mediatek: vcodec: fix resource leaks in vdec_msg_queue_init()
` [PATCH 3/4] media: mediatek: vcodec: Fix potential crash in mtk_vcodec_dbgfs_remove()
` [PATCH 4/4] media: mediatek: vcodec: Improve an error message

[PATCH RFC] media: camss: Intepret OF graph connections more sensibly
 2023-06-14 13:55 UTC  (4+ messages)

[RESEND PATCH v6 0/1] Digiteq Automotive MGB4 driver
 2023-06-14 13:43 UTC  (12+ messages)
` [RESEND PATCH v6 1/1] Added "

[bug report] media: atomisp: Add input helper variable for isp->asd->inputs[asd->input_curr]
 2023-06-14 13:01 UTC 

[RESEND PATCH v3 00/32] Separate links and async sub-devices
 2023-06-14 12:43 UTC  (4+ messages)
` [RESEND PATCH v3 31/32] media: v4l: async: Set v4l2_device in async notifier init

[PATCH v2,0/10] media: mediatek: vcodec: separate encoder and decoder
 2023-06-14 11:50 UTC  (9+ messages)
` [PATCH v2,04/10] media: mediatek: vcodec: remove the dependency of debug log

[PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC
 2023-06-14  9:24 UTC  (6+ messages)

Fotowoltaika- propozycja instalacji
 2023-06-14  8:10 UTC 

[PATCH] media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()
 2023-06-14  8:00 UTC  (4+ messages)

[syzbot] kernel BUG in vmf_insert_pfn_prot
 2023-06-14  7:33 UTC  (3+ messages)

[PATCH v1] add IVSC support for IPU bridge driver
 2023-06-14  1:04 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).