aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/linuxgpiod.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-09-13jtag: make local symbols staticAntonio Borneo1-1/+1
2022-08-15drivers/linuxgpiod: Migrate to adapter gpio commandsSteve Marple1-478/+158
2022-06-24drivers/linuxgpiod: simplify gpio releaseAntonio Borneo1-32/+13
2022-06-24drivers/linuxgpiod: release gpio at exitAntonio Borneo1-0/+1
2022-04-30linuxgpiod: add SWDIO bufferSteve Marple1-0/+47
2021-12-11linuxgpiod: Allow using multiple GPIO chips.Laszlo Sitzer1-90/+175
2021-11-05drivers/linuxgpiod: add support for opendrain trstAlex Crawford1-1/+5
2021-09-25driver/linuxgpiod: add support for opendrain srstAlex Crawford1-19/+24
2021-08-14drivers/linuxgpiod: Group adapter commandsMarc Schink1-13/+24
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-14/+14
2020-07-26drivers/linuxgpiod: add ledAntonio Borneo1-1/+39
2020-07-14jtag/drivers: add linuxgpiod driverAntonio Borneo1-0/+595