]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPI: scan: Define weak function to populate dependencies
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 12 Aug 2024 00:59:18 +0000 (06:29 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Aug 2024 13:48:35 +0000 (15:48 +0200)
commit8cf252737b418c311d1016b0a7956407a235bb8d
tree2b33ec6c3eb436412c9289ee90512be968ee9f58
parent15f210f43e95ffaf87858c6d75339afeebbf8f5c
ACPI: scan: Define weak function to populate dependencies

Some architectures like RISC-V need to add dependencies without explicit
_DEP. Define a weak function which can be implemented by the architecture.

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-7-sunilvl@ventanamicro.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c
include/acpi/acpi_bus.h