summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio/gpioiic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in additionmiod2013-04-191-3/+10
* Add a 'flag' locator to gpioiic(4), and define a first flagmatthieu2011-10-031-10/+24
* - Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attachmbalmer2008-11-241-1/+5
* Switch to rwlock(9)jsg2007-06-051-5/+6
* Add support for driving SDA in push-pull + tri-state mode.grange2006-01-201-10/+16
* Check that SDA pin is able to read input.grange2006-01-181-1/+5
* Make it detachable.grange2006-01-171-2/+10
* Nit.grange2006-01-151-5/+2
* Some improvements:grange2006-01-141-5/+59
* Support for I2C bus bit-banging through the GPIO pins.grange2006-01-141-0/+213