summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioiic.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r363382: gpioiic: never drive lines active highAndriy Gapon2020-07-301-11/+14
* MFC r360779: gpioiic_attach: fix a NULL pointer crash on hints-based systemsAndriy Gapon2020-05-221-1/+11
* MFC r355214, r355239, r355274, r355276-r355277, r355295, r355298Ian Lepore2019-12-071-139/+215
* MFC r354065: gpioiic: set output after switching to output mode...Andriy Gapon2019-11-081-25/+33
* MFC r353727: gpioiic: add the detach methodAndriy Gapon2019-10-251-1/+10
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Sort and remove a couple of unnecessary headers.Luiz Otavio O Souza2016-05-221-7/+3
* Get rid of two consumers of gpiobus acquire/release.Luiz Otavio O Souza2016-05-221-26/+0
* Use a better prefix for defines, return BUS_PROBE_DEFAULT for probe routine.Luiz Otavio O Souza2016-05-221-7/+18
* Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko2016-05-111-1/+1
* Fix IIC "how" argument dereferencing on big-endian platformsOleksandr Tymoshenko2016-04-101-1/+1
* Fix the gpiobus locking by using a more sane model where it isn't necessaryLuiz Otavio O Souza2014-10-311-6/+6
* Add a bounds verification to the SCL and SDA pin values.Luiz Otavio O Souza2014-05-311-9/+16
* Add OFW support to the in tree gpio compatible devices: gpioiic(4) andLuiz Otavio O Souza2014-02-131-0/+40
* Remove unnecessary includes and an unused softc variable. While here applyLuiz Otavio O Souza2013-12-061-7/+2
* Fix broken locking that I introduced in the previous commit.Adrian Chadd2011-12-201-0/+2
* Remove these locks - they aren't strictly needed and cause measurableAdrian Chadd2011-12-201-11/+0
* Modify the GPIO i2c bus code to allow for arbitrary data/clockAdrian Chadd2011-12-041-14/+22
* Fix legal staff in GPIO sources:Oleksandr Tymoshenko2010-09-291-10/+11
* Initial GPIO bus support. Includes:Oleksandr Tymoshenko2010-09-281-0/+245