Centos-kernel-stream-9/drivers/dpll
Ivan Vecera 1a9af340a9 dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET
JIRA: https://issues.redhat.com/browse/RHEL-105063

commit 4eabe4cc0958e28ceaf592bbb62c234339642e41
Author: Geert Uytterhoeven <geert+renesas@glider.be>
Date:   Sat Aug 2 17:53:02 2025 +0200

    dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET

    When making ZL3073X invisible, it was overlooked that ZL3073X depends on
    NET, while ZL3073X_I2C and ZL3073X_SPI do not, causing:

        WARNING: unmet direct dependencies detected for ZL3073X when selected by ZL3073X_I2C
        WARNING: unmet direct dependencies detected for ZL3073X when selected by ZL3073X_SPI
        WARNING: unmet direct dependencies detected for ZL3073X
            Depends on [n]: NET [=n]
            Selected by [y]:
            - ZL3073X_I2C [=y] && I2C [=y]
            Selected by [y]:
            - ZL3073X_SPI [=y] && SPI [=y]

    Fix this by adding the missing dependencies to ZL3073X_I2C and
    ZL3073X_SPI.

    Reported-by: kernel test robot <lkp@intel.com>
    Closes: https://lore.kernel.org/oe-kbuild-all/202508022110.nTqZ5Ylu-lkp@intel.com/
    Closes: https://lore.kernel.org/oe-kbuild-all/202508022351.NHIxPF8j-lkp@intel.com/
    Fixes: a4f0866e3dbbf3fe ("dpll: Make ZL3073X invisible")
    Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
    Acked-by: Ivan Vecera <ivecera@redhat.com>
    Link: https://patch.msgid.link/20250802155302.3673457-1-geert+renesas@glider.be
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
2025-08-12 12:01:25 +02:00
..
zl3073x dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET 2025-08-12 12:01:25 +02:00
Kconfig dpll: Add basic Microchip ZL3073x support 2025-08-12 11:45:36 +02:00
Makefile dpll: Add basic Microchip ZL3073x support 2025-08-12 11:45:36 +02:00
dpll_core.c dpll: fix xa_alloc_cyclic() error handling 2025-07-04 07:53:39 +00:00
dpll_core.h dpll: rely on rcu for netdev_dpll_pin() 2024-05-16 20:47:06 +02:00
dpll_netlink.c dpll: add phase_offset_monitor_get/set callback ops 2025-07-23 15:08:40 +02:00
dpll_netlink.h dpll: netlink: Add DPLL framework base functions 2023-09-18 15:13:24 +02:00
dpll_nl.c dpll: add phase-offset-monitor feature to netlink spec 2025-07-23 15:08:20 +02:00
dpll_nl.h dpll: fix possible deadlock during netlink dump operation 2024-05-16 20:47:06 +02:00