]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow for interrupts on pl061 children
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 14 Sep 2020 08:59:16 +0000 (08:59 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 14 Sep 2020 08:59:16 +0000 (08:59 +0000)
commitd729904a4f9e7c1cd5373a8fbef56c003faf6851
tree922ce63179a2f898d6bc8c2989cd1dd0767d588a
parentd815e4241933b8d80bd09be979110e4bb0657708
Allow for interrupts on pl061 children

Add enough infrastructure for interrupts on children of the pl061 GPIO
controller. As gpiobus already provided these the pl061 driver also needs
to pass requests up the newbus hierarchy.

Currently there are no children that expect to configure interrupts, however
this is expected to change to support the ACPI Event Information interface.

Sponsored by: Innovate UK
sys/dev/gpio/pl061.c