summaryrefslogtreecommitdiff
path: root/sys/dev/ic/dwiic.c
AgeCommit message (Expand)Author
2020-02-20dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-01-11Implement block mode. Tweak an error message while there.Mark Kettenis
2019-08-18Increase timeout used when waiting for the Rx FIFO to fill up when in polledMark Kettenis
2019-08-18In polled mode, wait on STOP detected bit to be set in the interrupt statusMark Kettenis
2019-08-06Read the fifo depths from the appropriate configuration register andMark Kettenis
2019-07-16don't bother reading default timing parameters if they're just goingJoshua Stein
2018-05-23Wait for write operations to complete.Mark Kettenis
2018-01-19dwiic: cleanup function prototypes after ACPI/PCI splitJoshua Stein
2017-12-01Add quotes around the name of (unconfigured) devices like we do for otherMark Kettenis
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein