summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/sdhc_acpi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't detach non-removable devices during resume on "sdhc* at acpi?".stsp2019-04-021-3/+8
* Remove semicolon before printing the AML name.kettenis2018-07-011-2/+2
* Let acpi(4) pass down the bus dma tag.kettenis2018-06-261-4/+2
* Call acpi_attach_deps() for the child devices before attempting to powerkettenis2018-05-221-1/+3
* Put controllers and child devices in D0 by calling _PS0 when we attach thekettenis2018-05-211-5/+61
* Add the resource index to aml_parse_resource() callback function.pirofti2016-10-251-3/+3
* Implement DMA support. Bits and pieces taken from NetBSD, but we onlykettenis2016-04-301-2/+5
* Remove debug printfs, but do print "gpio" to indicate that card detection iskettenis2016-04-261-10/+4
* Make the gpio intr_establish callback return an int so the same functionjsg2016-04-021-3/+5
* Hook up the gpio interrupt on devices that use it for card detection.kettenis2016-03-301-1/+19
* Check if a device is present (using _STA) in acpi_foundhid. This preventskettenis2016-03-291-13/+2
* Replace 0 with NULL.kettenis2016-03-281-2/+2
* Add support for card detect through a GPIO signal.kettenis2016-03-281-3/+38
* Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD hostkettenis2016-01-111-0/+155