index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
sdhc_acpi.c
Age
Commit message (
Expand
)
Author
2019-04-02
Don't detach non-removable devices during resume on "sdhc* at acpi?".
Stefan Sperling
2018-07-01
Remove semicolon before printing the AML name.
Mark Kettenis
2018-06-26
Let acpi(4) pass down the bus dma tag.
Mark Kettenis
2018-05-22
Call acpi_attach_deps() for the child devices before attempting to power
Mark Kettenis
2018-05-21
Put controllers and child devices in D0 by calling _PS0 when we attach the
Mark Kettenis
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