summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/sdhc_acpi.c
AgeCommit message (Expand)Author
2019-04-02Don't detach non-removable devices during resume on "sdhc* at acpi?".Stefan Sperling
2018-07-01Remove semicolon before printing the AML name.Mark Kettenis
2018-06-26Let acpi(4) pass down the bus dma tag.Mark Kettenis
2018-05-22Call acpi_attach_deps() for the child devices before attempting to powerMark Kettenis
2018-05-21Put controllers and child devices in D0 by calling _PS0 when we attach theMark Kettenis
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-26Remove debug printfs, but do print "gpio" to indicate that card detection isMark Kettenis
2016-04-02Make the gpio intr_establish callback return an int so the same functionJonathan Gray
2016-03-30Hook up the gpio interrupt on devices that use it for card detection.Mark Kettenis
2016-03-29Check if a device is present (using _STA) in acpi_foundhid. This preventsMark Kettenis
2016-03-28Replace 0 with NULL.Mark Kettenis
2016-03-28Add support for card detect through a GPIO signal.Mark Kettenis
2016-01-11Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD hostMark Kettenis