Linux Media Controller development
 help / color / mirror / Atom feed
 messages from 2024-12-20 00:47:13 to 2024-12-24 13:08:13 UTC [more...]

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2024-12-24 13:05 UTC  (7+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2024-12-24 12:58 UTC  (28+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v4 0/6] TEE subsystem for restricted dma-buf allocations
 2024-12-24 10:00 UTC  (6+ messages)

[PATCH] staging: media: imx: fix OF node leak in imx_media_add_of_subdevs()
 2024-12-24  9:01 UTC  (2+ messages)

[PATCH v4] media: amphion: Support dmabuf and v4l2 buffer without binding
 2024-12-24  8:37 UTC 

[PATCHv3 0/2] media: venus: partial revert of 45b1a1b348ec1
 2024-12-24  7:24 UTC  (3+ messages)
` [PATCHv3 1/2] media: venus: destroy hfi session after m2m_ctx release
` [PATCHv3 2/2] media: venus: match instance creation and destruction order

[PATCH v3] media: amphion: Support dmabuf and v4l2 buffer without binding
 2024-12-24  6:14 UTC 

[PATCH v3 0/7] Add GCE support for MT8196
 2024-12-24  5:21 UTC  (3+ messages)
` [PATCH v3 6/7] drm/mediatek: Add programming flow for unsupported subsys ID hardware

[PATCH v12 0/8] Add Toshiba Visconti Video Input Interface driver
 2024-12-24  0:17 UTC  (11+ messages)
` [PATCH v12 1/8] dt-bindings: media: platform: visconti: Add Toshiba Visconti MIPI CSI-2 Receiver
` [PATCH v12 2/8] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface

[PATCH v9 0/5] Add SDM670 camera subsystem
 2024-12-24  1:01 UTC  (5+ messages)
` [PATCH v9 3/5] media: qcom: camss: add support for SDM670 camss
` [PATCH v9 4/5] arm64: dts: qcom: sdm670: add camcc

[PATCH] Revert "drm/mediatek: Switch to for_each_child_of_node_scoped()"
 2024-12-23 15:12 UTC 

[PATCH v6 0/4] media: venus: enable venus on qcs615
 2024-12-23 14:17 UTC  (3+ messages)
` [PATCH v6 2/4] media: venus: pm_helpers: use opp-table for the frequency

[PATCH v6 00/16] media: qcom: camss: Add sm8550 support
 2024-12-23 13:09 UTC  (9+ messages)
` [PATCH 08/16] media: qcom: camss: vfe: Move common code into vfe core
` [PATCH 11/16] media: qcom: camss: csid: Add v4l2 ctrl if TPG mode isn't disabled

[PATCH v2 0/2] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2024-12-23 11:49 UTC  (5+ messages)
` [PATCH v2 1/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's
` [PATCH v2 2/2] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V4

[PATCH v9 00/28] Qualcomm iris video decoder driver
 2024-12-23 10:51 UTC  (4+ messages)
` [PATCH v9 27/28] media: iris: enable video driver probe of SM8250 SoC

[PATCH v4] media: i2c: add lt6911uxe hdmi bridge driver
 2024-12-23  9:50 UTC  (9+ messages)

[PATCH 0/3] broadcom, ethernet/marvell,cx231xx,can/dev: Remove unused values and dead code
 2024-12-22 17:27 UTC  (13+ messages)
` [PATCH 1/3] drivers/firmware/broadcom, ethernet/marvell: Remove unused values
` [PATCH 2/3] usb/cx231xx: Remove unused value
` [PATCH 3/3] net/can/dev: Remove dead code
` [PATCH v2 0/3] broadcom, ethernet/marvell,cx231xx,can/dev: Remove unused values and "
  ` [PATCH v2 1/3] drivers/firmware/broadcom, ethernet/marvell: Remove unused values
  ` [PATCH v2 2/3] usb/cx231xx: Remove unused value
  ` [PATCH v2 3/3] net/can/dev: Remove dead code

[PATCH v2 00/10] media: ov08x40: Various improvements
 2024-12-22 13:35 UTC  (21+ messages)
` [PATCH v2 01/10] media: ov08x40: Properly turn sensor on/off when runtime-suspended
` [PATCH v2 02/10] media: ov08x40: Move fwnode_graph_get_next_endpoint() call up
` [PATCH v2 03/10] media: ov08x40: Get reset GPIO and regulators on ACPI platforms too
` [PATCH v2 04/10] media: ov08x40: Get clock "
` [PATCH v2 05/10] media: ov08x40: Move ov08x40_identify_module() function up
` [PATCH v2 06/10] media: ov08x40: Improve ov08x40_identify_module() error logging
` [PATCH v2 07/10] media: ov08x40: Improve ov08x40_[read|write]_reg() error returns
` [PATCH v2 08/10] media: ov08x40: Add missing ov08x40_identify_module() call on stream-start
` [PATCH v2 09/10] media: ov08x40: Add missing '\n' to ov08x40_check_hwcfg() error messages
` [PATCH v2 10/10] media: ov08x40: Don't log ov08x40_check_hwcfg() errors twice

[GIT PULL for v6.13-rc4] media fixes
 2024-12-21 19:30 UTC  (3+ messages)
` [GIT PULL for v6.13-rc4] media fixes (#106301)

[PATCH 0/7] Raspberry Pi HEVC decoder driver
 2024-12-21 18:45 UTC  (12+ messages)
` [PATCH 1/7] RFC: media: Add media_request_{pin,unpin} API
` [PATCH 2/7] docs: uapi: media: Document Raspberry Pi NV12 column format
` [PATCH 3/7] media: ioctl: Add pixel formats NV12MT_COL128 and NV12MT_10_COL128
` [PATCH 4/7] media: dt-bindings: media: Add binding for the Raspberry Pi HEVC decoder
` [PATCH 5/7] media: platform: Add Raspberry Pi HEVC decoder driver
` [PATCH 6/7] RFC: v4l2-mem2mem: Remove warning from v4l2_m2m_job_finish
` [PATCH 7/7] arm: dts: bcm2711-rpi: Add HEVC decoder node

[PATCH v4 5/6] optee: FF-A: dynamic restricted memory allocation
 2024-12-21  9:40 UTC  (3+ messages)

[syzbot] [media?] KASAN: slab-use-after-free Read in dvb_device_open
 2024-12-21  8:54 UTC 

[PATCH] media: coda: Add system resume interface
 2024-12-21  3:14 UTC 

[PATCH 0/1] saa7164: Remove unused values
 2024-12-21  1:46 UTC  (4+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH] dt-bindings: usb: usb-device: Add panel-location
 2024-12-20 22:00 UTC  (6+ messages)

[PATCH v4l-utils] edid-decode: use override_find_program() to ease subproject use
 2024-12-20 19:14 UTC 

[GIT PULL FOR 6.14] Qualcomm IRIS decoder
 2024-12-20 16:24 UTC  (2+ messages)
` [GIT PULL FOR 6.14] Qualcomm IRIS decoder (#106283)

[linuxtv-media-pending:next] BUILD SUCCESS 40ed9e9b2808beeb835bd0ed971fb364c285d39c
 2024-12-20 16:04 UTC 

[PATCH] drm/sched: Document run_job() refcount hazard
 2024-12-20 15:25 UTC  (8+ messages)

IPU6 Camera with ov08x40 (OVTI08F4 sensor) HP Spectre 16" Meteor Lake doesn't work
 2024-12-20 14:43 UTC  (10+ messages)

[PATCH 0/8] media: ov08x40: Various improvements
 2024-12-20 14:33 UTC  (23+ messages)
` [PATCH 1/8] media: ov08x40: Properly turn sensor on/off when runtime-suspended
` [PATCH 2/8] media: ov08x40: Move fwnode_graph_get_next_endpoint() call up
` [PATCH 3/8] media: ov08x40: Get reset GPIO and regulators on ACPI platforms too
` [PATCH 4/8] media: ov08x40: Get clock "
` [PATCH 5/8] media: ov08x40: Move ov08x40_identify_module() function up
` [PATCH 6/8] media: ov08x40: Improve ov08x40_identify_module() error logging
` [PATCH 7/8] media: ov08x40: Improve ov08x40_[read|write]_reg() error returns
` [PATCH 8/8] media: ov08x40: Add missing ov08x40_identify_module() call on stream-start

[PATCH v8 0/9] Use V4L2 mbus config for conveying link frequency
 2024-12-20 13:29 UTC  (13+ messages)
` [PATCH v8 1/9] media: v4l: Support passing media pad argument to v4l2_get_link_freq()
` [PATCH v8 2/9] media: v4l: Support obtaining link frequency via get_mbus_config
` [PATCH v8 4/9] media: Documentation: tx-rx: Move transmitter control out of CSI-2 part
` [PATCH v8 5/9] media: Documentation: Receiver drivers should call v4l2_get_link_freq()
` [PATCH v8 6/9] media: Documentation: Add a note to set all fields in get_mbus_config op
` [PATCH v8 9/9] media: v4l: Convert the users of v4l2_get_link_freq to call it on a pad

[PATCH v6 00/13] media: i2c: imx214: Miscellaneous cleanups and improvements
 2024-12-20 13:26 UTC  (14+ messages)
` [PATCH v6 01/13] media: i2c: imx214: Use subdev active state
` [PATCH v6 02/13] media: i2c: imx214: Simplify with dev_err_probe()
` [PATCH v6 03/13] media: i2c: imx214: Convert to CCI register access helpers
` [PATCH v6 04/13] media: i2c: imx214: Replace register addresses with macros
` [PATCH v6 05/13] media: i2c: imx214: Drop IMX214_REG_EXPOSURE from mode reg arrays
` [PATCH v6 06/13] media: i2c: imx214: Check number of lanes from device tree
` [PATCH v6 07/13] media: i2c: imx214: Add vblank and hblank controls
` [PATCH v6 08/13] media: i2c: imx214: Implement vflip/hflip controls
` [PATCH v6 09/13] media: i2c: imx214: Add analogue/digital gain control
` [PATCH v6 10/13] media: i2c: imx214: Verify chip ID
` [PATCH v6 11/13] media: i2c: imx214: Add test pattern control
` [PATCH v6 12/13] media: i2c: imx214: Fix clock handling on probe error or remove
` [PATCH v6 13/13] media: i2c: imx214: Fix link frequency validation

[RFC v4 0/9] Sub-device configuration models
 2024-12-20 13:24 UTC  (10+ messages)
` [RFC v4 1/9] media: Documentation: Rework embedded data documentation
` [RFC v4 2/9] media: Documentation: Add a hyphen to list-based
` [RFC v4 3/9] media: Documentation: Reword split of sensor driver to two classes
` [RFC v4 4/9] media: Documentation: Add subdev configuration models, raw sensor model
` [RFC v4 5/9] media: Documentation: Add scaling and post-scaler crop for common raw
` [RFC v4 6/9] media: uapi: Add V4L2_CID_CONFIG_MODEL control
` [RFC v4 7/9] media: uapi: Add V4L2_CID_BINNING control for binning configuration
` [RFC v4 8/9] media: uapi: Add controls for sub-sampling configuration
` [RFC v4 9/9] media: Documentation: Add binning and sub-sampling controls

[PATCH v3 0/3] staging: media: max96712: a few, mainly cosmetic, changes
 2024-12-20 12:35 UTC  (4+ messages)
` [PATCH v3 1/3] staging: media: max96712: fix typo
` [PATCH v3 2/3] staging: media: max96712: remove extra debug register flag
` [PATCH v3 3/3] staging: media: max96712: add some register and field definitions

[PATCH 0/4] media: ov2740: Various improvements
 2024-12-20 12:30 UTC  (8+ messages)
` [PATCH 3/4] media: ov2740: Add powerdown GPIO support
` [PATCH 4/4] media: ov2740: Add regulator support

[PATCH v2 1/4] media: ov2740: Debug log chip ID
 2024-12-20 12:12 UTC  (5+ messages)
` [PATCH v2 2/4] media: ov2740: Add camera orientation and sensor rotation controls
` [PATCH v2 3/4] media: ov2740: Add powerdown GPIO support
` [PATCH v2 4/4] media: ov2740: Add regulator support

[PATCH v2 0/3] staging: media: max96712: a few, mainly cosmetic, changes
 2024-12-20 11:37 UTC  (9+ messages)
` [PATCH v2 1/3] staging: media: max96712: fix typo
` [PATCH v2 2/3] staging: media: max96712: remove extra debug register flag
` [PATCH v2 3/3] staging: media: max96712: add some register and field definitions

[PATCH 0/2] Add support for soft reset
 2024-12-20 11:27 UTC  (3+ messages)
  ` [0/2] "

[PATCH v6 0/4] media: pisp-be: Split jobs creation and scheduling
 2024-12-20 10:20 UTC  (3+ messages)

[PATCH v2] media: renesas: vsp1: Add support for VSPX
 2024-12-20  9:22 UTC 

[PATCH 0/3] staging: media: max96712: a few, mainly cosmetic, changes
 2024-12-20  9:01 UTC  (4+ messages)
` [PATCH 2/3] staging: media: max96712: enable extra debug register for max96724

[syzbot] [media?] WARNING in uvc_unregister_video
 2024-12-20  7:27 UTC 

[PATCH] media: venc: destroy hfi session after m2m_ctx release
 2024-12-20  6:22 UTC  (8+ messages)
` [PATCHv2] "


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