Age | Commit message (Expand) | Author |
---|---|---|
2016-10-25 | Add the resource index to aml_parse_resource() callback function. | Paul Irofti |
2016-04-30 | Implement DMA support. Bits and pieces taken from NetBSD, but we only | Mark Kettenis |
2016-04-26 | Remove debug printfs, but do print "gpio" to indicate that card detection is | Mark Kettenis |
2016-04-02 | Make the gpio intr_establish callback return an int so the same function | Jonathan Gray |
2016-03-30 | Hook up the gpio interrupt on devices that use it for card detection. | Mark Kettenis |
2016-03-29 | Check if a device is present (using _STA) in acpi_foundhid. This prevents | Mark Kettenis |
2016-03-28 | Replace 0 with NULL. | Mark Kettenis |
2016-03-28 | Add support for card detect through a GPIO signal. | Mark Kettenis |
2016-01-11 | Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host | Mark Kettenis |