Hi folks, for improved runtime ACPI generation I would like to introduce a new member in struct device_operations. It would return the ACPI HID for the given device similar to the ACPI NAME that's already implemented:
const char *(*acpi_name)(const struct device *dev);
It would look like this:
const char *(*acpi_hid)(const struct device *dev);
How about that?
Regards, Patrick Rudolph
9elements GmbH, Kortumstraße 19-21, 44787 Bochum, Germany Email: patrick.rudolph@9elements.com Phone: +49 234 / 68 94 188
Sitz der Gesellschaft: Bochum Handelsregister: Amtsgericht Bochum, HRB 13207 Geschäftsführung: Eray Basar, Sebastian Deutsch
Hi Patrick!
for improved runtime ACPI generation I would like to introduce a new member in struct device_operations. It would return the ACPI HID for the given device similar to the ACPI NAME that's already implemented:
Sounds good to me.
Regards Felix
I agree as well, that will be more clear in implementation.
Lance
Felix Held felix-coreboot@felixheld.de 于2019年8月20日周二 上午3:26写道:
Hi Patrick!
for improved runtime ACPI generation I would like to introduce a new
member in
struct device_operations. It would return the ACPI HID for the given device similar to the ACPI NAME that's already implemented:
Sounds good to me.
Regards Felix
-- Felix Held c/o cyberkombinat23 Steinstraße 23 76133 Karlsruhe Germany
mail@felixheld.de
Ust-ID: DE301814366 _______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org