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
/
dwiic_acpi.c
Age
Commit message (
Expand
)
Author
2020-05-08
Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt
Mark Kettenis
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2019-08-04
Add support for X-Gene/eMAG variant.
Mark Kettenis
2019-07-31
dwiic_acpi: handle GPIO interrupts when we have no appropriate driver
Joshua Stein
2019-07-22
Even when polling is requested, install ihidev's interrupt handler
Joshua Stein
2019-07-16
don't bother reading default timing parameters if they're just going
Joshua Stein
2018-07-01
Remove semicolon before printing the AML name.
Mark Kettenis
2018-05-21
Pass interrupt description along as well.
Mark Kettenis
2018-05-20
Pass the acpi node corresponding to the i2c device down as the cookie.
Mark Kettenis
2018-05-18
This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD.
Mark Kettenis
2018-05-17
Implement GenericSerialBus OpRegion support.
Mark Kettenis
2018-01-19
dwiic: cleanup function prototypes after ACPI/PCI split
Joshua Stein
2017-12-03
Enumerate all i2c devices on the bus. Mark their nodes as attached even
Mark Kettenis
2017-11-16
Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
Joshua Stein