| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r274670, r274671, r276168: | Luiz Otavio O Souza | 2015-02-14 | 4 | -14/+38 |
| * | MFC r274642, 274643: | Luiz Otavio O Souza | 2015-02-14 | 3 | -32/+30 |
| * | MFC r274638: | Luiz Otavio O Souza | 2015-02-14 | 3 | -2/+128 |
| * | MFC r273917, r273926: | Luiz Otavio O Souza | 2015-02-14 | 5 | -66/+47 |
| * | MFC r273566, r273569: | Luiz Otavio O Souza | 2015-02-14 | 3 | -48/+43 |
| * | MFC r270945: | Ian Lepore | 2014-10-26 | 1 | -2/+2 |
| * | MFC r266922: | Luiz Otavio O Souza | 2014-08-20 | 1 | -9/+16 |
| * | MFC r265012, r265191, r265289, r265310 | Luiz Otavio O Souza | 2014-05-15 | 4 | -56/+154 |
| * | MFC r258046, r258047, r258050, r259035, r259036, r259037, r261842, r261843, | Luiz Otavio O Souza | 2014-05-15 | 5 | -27/+493 |
| * | Minor printf nit to keep out clean | Sean Bruno | 2013-09-05 | 1 | -1/+1 |
| * | Properly free gpiobus ivars when gpiobus_parse_pins() fails and also on | Luiz Otavio O Souza | 2013-08-28 | 1 | -4/+18 |
| * | Style fixes | Oleksandr Tymoshenko | 2012-11-23 | 1 | -4/+3 |
| * | Remove extra semicolon which rendered condition useless | Oleksandr Tymoshenko | 2012-04-02 | 1 | -1/+1 |
| * | Fix broken locking that I introduced in the previous commit. | Adrian Chadd | 2011-12-20 | 1 | -0/+2 |
| * | Remove these locks - they aren't strictly needed and cause measurable | Adrian Chadd | 2011-12-20 | 1 | -11/+0 |
| * | Modify the GPIO i2c bus code to allow for arbitrary data/clock | Adrian Chadd | 2011-12-04 | 1 | -14/+22 |
| * | Rename device_delete_all_children() into device_delete_children(). | Hans Petter Selasky | 2011-11-22 | 1 | -1/+1 |
| * | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -2/+1 |
| * | Move the device_delete_all_children() function from usb_util.c | Hans Petter Selasky | 2011-11-19 | 1 | -7/+4 |
| * | Get rid of D_PSEUDO. | Ed Schouten | 2011-10-18 | 1 | -3/+0 |
| * | Add a GPIO driver for the Gateworks Cambria platform. | Andrew Thompson | 2010-11-11 | 2 | -2/+2 |
| * | Set the pin to output on attach, we can't assume it already is. | Andrew Thompson | 2010-11-08 | 1 | -0/+3 |
| * | Fix legal staff in GPIO sources: | Oleksandr Tymoshenko | 2010-09-29 | 5 | -40/+70 |
| * | Initial GPIO bus support. Includes: | Oleksandr Tymoshenko | 2010-09-28 | 7 | -0/+1332 |