]> Gentwo Git Trees - linux/.git/commit
ACPI: scan: Refactor dependency creation
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 12 Aug 2024 00:59:16 +0000 (06:29 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Aug 2024 13:48:35 +0000 (15:48 +0200)
commit76d749c58f4c6dd333cb8ea515373f7c8df96e78
tree3ea5b46cc88602cc1b18e4fdac86476068620e74
parentf7d7ccf92f2b9398781f791b4af1a74a9f65b5c3
ACPI: scan: Refactor dependency creation

Some architectures like RISC-V will use implicit dependencies like GSI
map to create dependencies between interrupt controller and devices. To
support doing that, the function which creates the dependency, is
refactored bit and made public so that dependency can be added from
outside of scan.c as well.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Tested-by: Björn Töpel <bjorn@rivosinc.com>
Link: https://patch.msgid.link/20240812005929.113499-5-sunilvl@ventanamicro.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c
include/acpi/acpi_bus.h