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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style fixes
gonzo
2012-11-23
1
-4
/
+3
*
Remove extra semicolon which rendered condition useless
gonzo
2012-04-02
1
-1
/
+1
*
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
*
Rename device_delete_all_children() into device_delete_children().
hselasky
2011-11-22
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-2
/
+1
*
Move the device_delete_all_children() function from usb_util.c
hselasky
2011-11-19
1
-7
/
+4
*
Get rid of D_PSEUDO.
ed
2011-10-18
1
-3
/
+0
*
Add a GPIO driver for the Gateworks Cambria platform.
thompsa
2010-11-11
2
-2
/
+2
*
Set the pin to output on attach, we can't assume it already is.
thompsa
2010-11-08
1
-0
/
+3
*
Fix legal staff in GPIO sources:
gonzo
2010-09-29
5
-40
/
+70
*
Initial GPIO bus support. Includes:
gonzo
2010-09-28
7
-0
/
+1332