Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shifts (<<) of more than 32 bits must be done on 64-bit values. | 2020-06-20 | 1 | -2/+2 | |
| | | | | | | COVERITY 1491295 ok kettenis@ | ||||
* | Use the parsed address and interrupt information from | 2020-05-22 | 1 | -60/+24 | |
| | | | | | | | struct acpi_attach_args. tpm(4) tested by kn@ ok jmatthew@ | ||||
* | In amdgpio_pin_intr() disable pins a pending interrupt is seen for which | 2020-01-26 | 1 | -12/+20 | |
| | | | | | | | have no interrupt handler registered. Avoids interrupt storm on Matebook D reported by brynet@ From James Hastings. ok kettenis@ brynet@ | ||||
* | Add amdgpio(4), a driver for the GPIO controller found on newer AMD | 2019-12-23 | 1 | -0/+312 | |
AMD SoCs/chipsets. From James Hastings |