summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/pca9554.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2018-07-09Strip down the (not enabled) pcagpio(4) GPIO extender. This removesPatrick Wildt
2008-09-10add support for the PCA9555 device which has 16 instead of 8 pins.Reyk Floeter
2007-10-26Phillips -> Philips in commentsMartin Reindl
2007-10-20_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@Constantine A. Murenin
2007-07-31don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@Constantine A. Murenin
2007-07-31change sensor type: if .value can only ever be 0 or 1, .type should be indicatorConstantine A. Murenin
2007-07-31remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@Constantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-06-27match pca9555 as a name tooTheo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-21wrong commentTheo de Raadt
2005-11-18oopsTheo de Raadt
2005-11-18support pca9556 and pca9557 tooTheo de Raadt
2005-11-17Fix pastos; ok deraadt@.Alexander Yurchenko
2005-11-16driver for the philips pca9554 i2c gpio deviceTheo de Raadt