Page MenuHomeFreeBSD

dev/gpio: Mask all pl011 interrupts
ClosedPublic

Authored by andrew on Oct 1 2024, 2:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 9, 2:17 AM
Unknown Object (File)
Mon, Dec 9, 1:45 AM
Unknown Object (File)
Nov 19 2024, 5:25 AM
Unknown Object (File)
Nov 16 2024, 12:46 PM
Unknown Object (File)
Nov 16 2024, 11:35 AM
Unknown Object (File)
Nov 16 2024, 9:55 AM
Unknown Object (File)
Nov 5 2024, 1:53 PM
Unknown Object (File)
Oct 24 2024, 10:39 AM
Subscribers

Details

Summary

The firmware may have unmasked pl011 interrupts. If we don't have a
device to handle one the kernel will print a spurious interrupt
warning. Rather than print the warning mask all interrupts until we
are ready to handle them.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

andrew requested review of this revision.Oct 1 2024, 2:46 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 24 2024, 10:36 AM
This revision was automatically updated to reflect the committed changes.