aboutsummaryrefslogtreecommitdiff
path: root/libirqhelp
Commit message (Collapse)AuthorAgeFilesLines
* libirqhelp: Avoid loop between acpi and libirqhelpSamuel Thibault2024-12-271-0/+7
| | | | | Now that acpi uses libirqhelp, the latter shouldn't be trying to lookup the former through the FS.
* irqhelp: Add name of library to log_error messagesDamien Zammit2024-10-261-1/+1
| | | | Message-ID: <20241023003509.2994709-1-damien@zamaudio.com>
* irqhelp: Dont bail when cannot connect to acpiDamien Zammit2024-10-241-5/+12
| | | | | | | | | As the acpi translator requires libirqhelp, we cannot fail when libirqhelp cannot connect to acpi translator, break the egg/chicken. acpi translator will only call the irqhelp api with fixed gsi during startup, so won't require itself to be started yet. Message-ID: <20241023003446.2994643-1-damien@zamaudio.com>
* libirqhelp: Add libraryDamien Zammit2024-03-263-0/+435
Add a helper library for attaching interrupt handlers in userspace. Message-ID: <20240326045846.1661099-2-damien@zamaudio.com>