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
/
pci
/
dwiic_pci.c
Age
Commit message (
Expand
)
Author
2024-09-06
match on Lunar Lake
Jonathan Gray
2024-08-17
perusing drivers on other systems, there appears to be some cynism about
Theo de Raadt
2024-08-17
dwiic_activate did not inform sub-devices with config_activate_children()
Theo de Raadt
2024-08-17
dwiic resume is almost exclusively a "hardware state restore", and
Theo de Raadt
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2024-04-07
match another two Alder Lake-N DesignWare I2C ids
Jonathan Gray
2024-03-06
match on Intel Meteor Lake U/H/U-Type4
Jonathan Gray
2023-11-23
match on Alder Lake-N ids
Jonathan Gray
2023-02-05
match on Elkhart Lake
Jonathan Gray
2022-10-24
match on Intel 700 Series
Jonathan Gray
2022-06-21
add Intel 600 Series LP
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-11
match on Intel Jasper Lake
Jonathan Gray
2021-10-30
match on Intel 600 Series
Jonathan Gray
2021-05-19
match on Intel 500 Series PCH ids
Jonathan Gray
2021-03-30
Register the PCI variant of dwiic(4) with acpi(4).
Mark Kettenis
2020-12-25
match on Gemini Lake I2C
Jonathan Gray
2020-10-07
match on more Intel dwiic pci ids
Jonathan Gray
2020-10-02
Attach on Intel 500-series chipsets.
Mark Kettenis
2020-10-01
Attach on Intel 400-series chipsets.
Mark Kettenis
2020-09-28
Add support for Comet Lake I2C controllers; needed to have a working
Mark Kettenis
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2019-07-31
dwiic: stop enabling polling by default
Joshua Stein
2019-07-16
don't bother reading default timing parameters if they're just going
Joshua Stein
2019-07-16
dwiic_init is called from dwiic_activate, don't do it twice
Joshua Stein
2019-06-14
match on Intel Apollo Lake ids
Jonathan Gray
2019-05-16
Attach two dwiic-pci devices that didn't work before. That problem seems
Mike Larkin
2019-03-16
fetch timing parameters from ACPI like the ACPI attachment does
Joshua Stein
2018-01-12
revert previous changes to enable dwiic on Dell precision as it seems
Mike Larkin
2018-01-08
Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reports
Mike Larkin
2017-11-16
Add PCI attachment for dwiic(4) needed by Intel 100 Series machines
Joshua Stein