openwrt/package
Til Kaiser 71e057bac0 kernel: modules: fix mlxreg dependency to avoid deferred probe
The mlxreg-hotplug platform driver was failing to probe due to a missing
I²C multiplexer dependency. Previously, only kmod-i2c-mux-mlxcpld was
declared, but mlxreg also requires kmod-i2c-mux-reg to initialize its
I²C mux functionality.

Without this dependency, the driver probe was deferred:

  [   24.902331] platform mlxreg-hotplug: deferred probe pending: (reason unknown)

With kmod-i2c-mux-reg added, the probe succeeds and the expected
multiplexed I²C buses are registered:

  [   15.793884] i2c i2c-1: Added multiplexed i2c bus 2
  [   15.799391] i2c i2c-1: Added multiplexed i2c bus 3
  [   15.804830] i2c i2c-1: Added multiplexed i2c bus 4
  ...

Signed-off-by: Til Kaiser <mail@tk154.de>
Link: https://github.com/openwrt/openwrt/pull/20274
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-10-03 10:50:02 +02:00
..
base-files base-files: find_mmc_part: Silence error when no MMC exists 2025-07-27 18:08:44 +02:00
boot uboot-rockchip: add Radxa ROCK 4D support 2025-10-02 22:42:35 +02:00
devel perf: fix disabling BUILD_BPF_SKEL 2025-08-31 23:49:13 +02:00
firmware linux-firmware: update to 20250917 2025-09-23 23:09:49 +02:00
kernel kernel: modules: fix mlxreg dependency to avoid deferred probe 2025-10-03 10:50:02 +02:00
libs libunwind: enable it to all targets 2025-10-01 20:23:42 +02:00
network wifi-scripts: retry setup of wireless devices that show up late 2025-10-02 13:30:31 +02:00
system procd: update to Git HEAD (2025-10-02) 2025-10-02 11:04:10 +02:00
utils ucode: update to Git HEAD (2025-09-29) 2025-09-29 14:09:10 +02:00
Makefile package: rework contents of package index.json 2025-06-11 16:55:31 +02:00