mbox series

[-next,0/3] media: enable module autoloading

Message ID 20240829075417.526459-1-liaochen4@huawei.com
Headers show
Series media: enable module autoloading | expand

Message

liaochen (A) Aug. 29, 2024, 7:54 a.m. UTC
Hi all,

This patchset aims to enable autoloading of some media modules.
By registering MDT, the kernel is allowed to automatically bind 
modules to devices that match the specified compatible strings.

Liao Chen (3):
  media: v4l2-subdev: enable module autoloading
  media: platform: rzg2l-cru: rzg2l-csi2: enable module autoloading
  media: tegra_cec: enable module autoloading

 drivers/media/cec/platform/tegra/tegra_cec.c          | 1 +
 drivers/media/i2c/mt9v111.c                           | 1 +
 drivers/media/platform/renesas/rzg2l-cru/rzg2l-csi2.c | 1 +
 3 files changed, 3 insertions(+)