index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
gpio
/
gpioiic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort and remove a couple of unnecessary headers.
loos
2016-05-22
1
-7
/
+3
*
Get rid of two consumers of gpiobus acquire/release.
loos
2016-05-22
1
-26
/
+0
*
Use a better prefix for defines, return BUS_PROBE_DEFAULT for probe routine.
loos
2016-05-22
1
-7
/
+18
*
Use DEVMETHOD_END instead of its value to indicate end of methods table
gonzo
2016-05-11
1
-1
/
+1
*
Fix IIC "how" argument dereferencing on big-endian platforms
gonzo
2016-04-10
1
-1
/
+1
*
Fix the gpiobus locking by using a more sane model where it isn't necessary
loos
2014-10-31
1
-6
/
+6
*
Add a bounds verification to the SCL and SDA pin values.
loos
2014-05-31
1
-9
/
+16
*
Add OFW support to the in tree gpio compatible devices: gpioiic(4) and
loos
2014-02-13
1
-0
/
+40
*
Remove unnecessary includes and an unused softc variable. While here apply
loos
2013-12-06
1
-7
/
+2
*
Fix broken locking that I introduced in the previous commit.
adrian
2011-12-20
1
-0
/
+2
*
Remove these locks - they aren't strictly needed and cause measurable
adrian
2011-12-20
1
-11
/
+0
*
Modify the GPIO i2c bus code to allow for arbitrary data/clock
adrian
2011-12-04
1
-14
/
+22
*
Fix legal staff in GPIO sources:
gonzo
2010-09-29
1
-10
/
+11
*
Initial GPIO bus support. Includes:
gonzo
2010-09-28
1
-0
/
+245