Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mpm: sysfsgpio: Allow to filter by parent device | Trung Tran | 2017-12-22 | 1 | -11/+22 |
| | | | | | | There are cases where we need to specify a parent device in order to disambiguate GPIO devices with the same label. This lets you passing in a parent udev device to clarify. | ||||
* | mpm: minor change trace log of sysfs_gpio | Trung N Tran | 2017-12-22 | 1 | -2/+3 |
| | |||||
* | n310: add init value for sysfs_gpio | Trung N Tran | 2017-12-22 | 1 | -3/+10 |
| | |||||
* | mpm: Removed gratuitous encode(), safer udev lookups | Martin Braun | 2017-12-22 | 1 | -3/+2 |
| | | | | | - Udev lookups now just return empty lists when they can't find anything - Made SPI dev interface factory Py2/3 safe | ||||
* | mpm: Made code Python3-compatible | Martin Braun | 2017-12-22 | 1 | -0/+2 |
| | |||||
* | mpm: Replaced xrange with range for better Python future-proofing | Martin Braun | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | mpm: Added driver for sysfs-based gpios | Martin Braun | 2017-12-22 | 1 | -0/+179 |