aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/sysfsgpio.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-08-14drivers/sysfsgpio: Group adapter commandsMarc Schink1-11/+22
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo1-4/+4
2020-07-14sysfsgpio: enable only the transport specific gpioAntonio Borneo1-42/+37
2020-07-14bitbang: split jtag and swd operationsAntonio Borneo1-6/+4
2020-07-13bitbang: remove superfluous switch between jtag and swdAntonio Borneo1-7/+0
2020-05-09coding style: remove useless return statement from void functionsAntonio Borneo1-2/+0
2020-05-02coding style: src: remove empty lines at end of text filesAntonio Borneo1-1/+0
2020-04-12sysfsgpio: minor fix for bool typesAntonio Borneo1-9/+9
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-3/+9
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-1/+1
2019-12-19sysfsgpio: give time to udev to change gpio permissionAntonio Borneo1-2/+23
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-10/+10
2019-01-14drivers/sysfsgpio: fix usage messagesAntonio Borneo1-2/+10
2018-12-11jtag: sysfsgpio: clean up swd gpiosReto Schneider1-0/+2
2018-05-31jtag: drivers: sysfsgpio: lift upper gpio number limitPaul Fertser1-4/+4
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome1-5/+9
2018-01-13jtag: drivers: sysfsgpio, bcm2835gpio: remove requirement to have trst or srstPaul Fertser1-4/+0
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29sysfsgpio: support broken gpio implementationsMatthew Campbell1-2/+2
2015-12-29swd: Remove DAP from parameter listAndreas Fritiofson1-2/+2
2015-02-22Add SWD protocol support to sysfsgpioJean-Christian de Rivaz1-49/+229
2013-09-10sysfsgpio: fix a typo in the informational outputPaul Fertser1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-08sysfsgpio: do not try to initialise absent signalsPaul Fertser1-6/+10
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-25/+0
2012-10-02sysfsgpio: remove ignoring return value build warningSpencer Oliver1-10/+29
2012-09-26drivers: new jtag bitbang driver using sysfs gpioMarc Reilly1-0/+505