summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio/gpioiic.c
Commit message (Expand)AuthorAgeFilesLines
* Sort and remove a couple of unnecessary headers.loos2016-05-221-7/+3
* Get rid of two consumers of gpiobus acquire/release.loos2016-05-221-26/+0
* Use a better prefix for defines, return BUS_PROBE_DEFAULT for probe routine.loos2016-05-221-7/+18
* Use DEVMETHOD_END instead of its value to indicate end of methods tablegonzo2016-05-111-1/+1
* Fix IIC "how" argument dereferencing on big-endian platformsgonzo2016-04-101-1/+1
* Fix the gpiobus locking by using a more sane model where it isn't necessaryloos2014-10-311-6/+6
* Add a bounds verification to the SCL and SDA pin values.loos2014-05-311-9/+16
* Add OFW support to the in tree gpio compatible devices: gpioiic(4) andloos2014-02-131-0/+40
* Remove unnecessary includes and an unused softc variable. While here applyloos2013-12-061-7/+2
* Fix broken locking that I introduced in the previous commit.adrian2011-12-201-0/+2
* Remove these locks - they aren't strictly needed and cause measurableadrian2011-12-201-11/+0
* Modify the GPIO i2c bus code to allow for arbitrary data/clockadrian2011-12-041-14/+22
* Fix legal staff in GPIO sources:gonzo2010-09-291-10/+11
* Initial GPIO bus support. Includes:gonzo2010-09-281-0/+245
OpenPOWER on IntegriCloud