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