Commit graph

15 commits

Author SHA1 Message Date
Matthew West
8fe1336b0a Bug fixes almost to stability 2016-08-08 10:51:15 -07:00
Matthew West
6b2aa7aabc Change return value convention for errors
Replace 1 for success and 0/-1 for failure with an enum type.
2016-08-05 13:19:54 -07:00
Matthew West
d6fe11ed89 Add ifndef guards to all header files 2016-08-05 11:17:14 -07:00
Peter Lawler
b7914ee3f6 Manually edited source change removed incorrect line 2016-05-11 08:43:02 +10:00
plawler
d16654d20a Make friends between 3.8 and 4.1+ kernels 2016-04-29 12:29:29 +10:00
Enzo Macari
d9ad2b3812 Soporte para adc y gpio ok
TODO: PWM
2016-02-03 17:23:35 -03:00
Justin Cooper
9e1bd7ba77 remove unused variable 2014-05-27 19:40:22 +00:00
Justin Cooper
25e654a982 fix for SPI not loading spidevX.X correctly based on load order 2014-05-23 03:22:48 +00:00
Eric Lee
715e87d2ab Increase the size of the buffer used for storing device tree names.
The previous buffer size was 9 which was not log enough to hold the name of the UART device tree items.
2013-09-21 23:30:34 -07:00
Chris Desjardins
10229240e4 The test_direction_readback fails, because gpio_get_direction wasn't properly null terminating the direction string 2013-08-09 09:57:56 +02:00
Justin Cooper
b829cc4132 initial support to export uart 2013-07-22 21:04:29 +00:00
Justin Cooper
c8b2057e1e update copyright 2000-01-01 10:28:25 +00:00
Justin Cooper
ab6dab6519 fix tests, initial non-working spi, refactor loading device tree 2000-01-01 00:06:09 +00:00
Justin Cooper
78610e35a2 clean up adc, and add test 2000-01-01 00:03:14 +00:00
Justin Cooper
1258c651cb Initial Commit 2013-06-10 20:16:39 +00:00