qemu-gpiodev/libgpiod.git
2017-01-04 Bartosz Golaszewskicore: remove different gpiod_line_request() versions
2017-01-04 Bartosz Golaszewskicore: rename GPIOD_MAX_LINES
2017-01-04 Bartosz Golaszewskicore: implement public line update routines
2017-01-03 Bartosz Golaszewskimisc: add a TODO file
2017-01-03 Bartosz Golaszewskicore: add input/output flavors of bulk request routines
2017-01-03 Bartosz Golaszewskicore: merge the direction argument into flags for reque...
2017-01-03 Bartosz Golaszewskibuild: add dependencies to Makefile.am
2017-01-03 Bartosz Golaszewskicore: implement gpiod_line_polarity()
2017-01-02 Bartosz Golaszewskigpiodetect: use the correct gpiod_chip_open() flavor
2017-01-02 Bartosz Golaszewskicore: code shrink
2017-01-02 Bartosz Golaszewskicore: coding style fix
2017-01-02 Bartosz Golaszewskicore: remove gpiod_simple_set_value()
2017-01-02 Bartosz Golaszewskicore: add bulk operations
2017-01-02 Bartosz Golaszewskicore: update line info after a line request
2017-01-02 Bartosz Golaszewskicore: add libgpiod-specific error numbers
2017-01-02 Bartosz Golaszewskicore: clamp GPIO values to either 1 or 0
2017-01-02 Bartosz Golaszewskigpioset: drop the call to gpiod_line_set_value()
2017-01-02 Bartosz Golaszewskicore: fix a default value bug when requesting a GPIO...
2017-01-02 Bartosz Golaszewskigpiod.h: remove GPIOD_ARRAY_SIZE()
2017-01-02 Bartosz Golaszewskicore: don't set the error number if zalloc() fails
2017-01-02 Bartosz Golaszewskicore: release all lines in gpiod_chip_close()
2017-01-02 Bartosz Golaszewskicore: dynamically allocate memory for GPIO line request...
2017-01-02 Bartosz Golaszewskicore: rename two fields of struct gpiod_line
2017-01-02 Bartosz Golaszewskicore: ioctl() code shrink
2017-01-02 Bartosz Golaszewskierror: add internal wrappers for setting libgpiod errno
2017-01-02 Bartosz Golaszewskidocumentation: add Doxyfile
2017-01-02 Bartosz Golaszewskilibgpiod: use a per-thread variable for storing errors
2017-01-02 Bartosz Golaszewskibuild: define _GNU_SOURCE for .c files
2017-01-02 Bartosz Golaszewskilibgpiod: add a simple README
2017-01-02 Bartosz Golaszewskigitignore: ignore files generated by autotools
2017-01-02 Bartosz Golaszewskibuild: add autotools configuration
2017-01-02 Bartosz Golaszewskilibgpiod: initial commit