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
/
i2c
/
i2cvar.h
Age
Commit message (
Expand
)
Author
2022-08-31
Introduce iic_intr_disestablish() and use it in ihidev(4).
Mark Kettenis
2022-02-09
Add iic_is_compatible() for matching I2C devices
Visa Hankala
2019-07-22
Even when polling is requested, install ihidev's interrupt handler
Joshua Stein
2016-04-23
Print a meaningful interrupt string for i2c devices.
Mark Kettenis
2016-04-10
Fix layer violation in the ihidev(4) code by implementing a generic mechanism
Mark Kettenis
2016-04-02
Add support for I2C HID devices with GPIO signalled interrupts.
Jonathan Gray
2016-01-12
rename new i2c_attach_args fields to avoid conflict with cpp magic in
Theo de Raadt
2016-01-12
Add dwiic, a driver for the Synopsys DesignWare i2c controller found
Joshua Stein
2013-07-05
Provide a forward declaration of struct device.
Mark Kettenis
2006-02-08
add a member to the i2c_attach args so that a controller can pass a
David Gwynne
2006-01-01
switch from macppc-specific maciic(4) driver to the generic iic(4),
Theo de Raadt
2005-12-31
spacing
Theo de Raadt
2005-12-28
some chips (especially those crazy i2c/lpc/isa gross things) expose their
Theo de Raadt
2005-12-27
no longer use ia_compat; tested by a few
Theo de Raadt
2005-12-22
permit outsider to call iic_print
Theo de Raadt
2005-12-20
Do bus scanning only if underlying controller asked for it.
Alexander Yurchenko
2005-12-19
First attempt to have a table of known I2C slave devices that we
Alexander Yurchenko
2005-11-15
instead of passing OF nodes down to the drivers, pass name/compat string
Theo de Raadt
2004-05-23
I2C framework originally written by Steve C. Woodford and Jason R. Thorpe
Alexander Yurchenko