]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
misc: rp1: drop overlay support
authorAndrea della Porta <andrea.porta@suse.com>
Thu, 18 Dec 2025 19:09:07 +0000 (20:09 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 19 Dec 2025 20:42:23 +0000 (12:42 -0800)
commitce26f588c8310e0fdd1bc7524a86fdf0ef6b1c85
treec5b47500de425891427044c06264aa0340c4be33
parentc6d0cdf7e572c64bd72699d10b28bfddaf758a0f
misc: rp1: drop overlay support

The RP1 driver can load an overlay at runtime to describe the inner
peripherals. This has led to a lot of confusion regarding the naming
of nodes, their topology and the reclaiming of related node resources.

Since the overlay is currently not fully functional, drop its support
in the driver in favor of the fully described static DT.

This also means that this driver does not depend on CONFIG_PCI_DYNAMIC_OF_NODES
and no longer requires PCI quirks to dynamically create the intermediate
PCI nodes.

Signed-off-by: Andrea della Porta <andrea.porta@suse.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/4b0aa7160877cf128b9bc713776bcac73c46eb24.1766077285.git.andrea.porta@suse.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
drivers/misc/rp1/Kconfig
drivers/misc/rp1/Makefile
drivers/misc/rp1/rp1-pci.dtso [deleted file]
drivers/misc/rp1/rp1_pci.c
drivers/pci/quirks.c