Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |