Page MenuHomeFreeBSD

spibus(4): Add support for ACPI-based children enumeration
ClosedPublic

Authored by wulf on Jul 31 2023, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 6:17 PM
Unknown Object (File)
Thu, Jan 23, 6:39 PM
Unknown Object (File)
Fri, Jan 17, 1:33 PM
Unknown Object (File)
Dec 13 2024, 12:54 PM
Unknown Object (File)
Oct 29 2024, 6:30 PM
Unknown Object (File)
Oct 29 2024, 6:30 PM
Unknown Object (File)
Oct 29 2024, 6:29 PM
Unknown Object (File)
Oct 29 2024, 1:33 PM
Subscribers
None

Details

Summary

When spibus is attached as child of Intel SPI controller it scans all
ACPI nodes for "SPI Serial Bus Connection Resource Descriptor" described
in section 19.6.126 of ACPI specs.
If such a descriptor is found, SPI child is added to spibus, it's SPI
chip select, mode, clock, IRQ resource and ACPI handle are added to ivars.
Existing ACPI bus-hosted child is deleted afterwards.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wulf requested review of this revision.Jul 31 2023, 2:59 PM
wulf created this revision.
This revision is now accepted and ready to land.Aug 1 2023, 7:21 AM