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
/
pca9554.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2018-07-09
Strip down the (not enabled) pcagpio(4) GPIO extender. This removes
Patrick Wildt
2008-09-10
add support for the PCA9555 device which has 16 instead of 8 pins.
Reyk Floeter
2007-10-26
Phillips -> Philips in comments
Martin Reindl
2007-10-20
_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@
Constantine A. Murenin
2007-07-31
don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@
Constantine A. Murenin
2007-07-31
change sensor type: if .value can only ever be 0 or 1, .type should be indicator
Constantine A. Murenin
2007-07-31
remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@
Constantine A. Murenin
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-06-27
match pca9555 as a name too
Theo de Raadt
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2005-12-27
no longer use ia_compat; tested by a few
Theo de Raadt
2005-12-21
wrong comment
Theo de Raadt
2005-11-18
oops
Theo de Raadt
2005-11-18
support pca9556 and pca9557 too
Theo de Raadt
2005-11-17
Fix pastos; ok deraadt@.
Alexander Yurchenko
2005-11-16
driver for the philips pca9554 i2c gpio device
Theo de Raadt