Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irqhelp: Add name of library to log_error messages | Damien Zammit | 2024-10-26 | 1 | -1/+1 |
| | | | | Message-ID: <20241023003509.2994709-1-damien@zamaudio.com> | ||||
* | irqhelp: Dont bail when cannot connect to acpi | Damien Zammit | 2024-10-24 | 1 | -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 library | Damien Zammit | 2024-03-26 | 3 | -0/+435 |
Add a helper library for attaching interrupt handlers in userspace. Message-ID: <20240326045846.1661099-2-damien@zamaudio.com> |