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
2023-07-08
Add ietp driver for Elantech I2C touchpads
Joshua Stein
2023-04-23
add support for coordinating i2c bus access with iosf(4)
David Gwynne
2022-08-31
Introduce iic_intr_disestablish() and use it in ihidev(4).
Mark Kettenis
2022-04-06
constify struct cfattach
Christian Weisgerber
2021-12-21
Move checks on attach arguments from attach into match.
Mark Kettenis
2021-12-07
Fix parsing of SR_IRQ resource descriptors here as well.
Mark Kettenis
2020-08-22
Don't complain when child nodes don't have a _CRS method. This happens for
Mark Kettenis
2020-07-23
match on AMDI0010
Jonathan Gray
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