aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/imx_gpio.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo1-2/+2
2020-07-14imx_gpio: enable only the transport specific gpioAntonio Borneo1-21/+25
2020-07-14bitbang: split jtag and swd operationsAntonio Borneo1-7/+5
2020-07-13bitbang: remove superfluous switch between jtag and swdAntonio Borneo1-1/+0
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-6/+12
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-2/+1
2019-05-15jtag/drivers/imx_gpio: fixed calls to command_printJan Matyas1-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-10/+10
2019-04-07drivers/imx_gpio: fix usage messagesAntonio Borneo1-2/+18
2019-02-07drivers/imx_gpio: fix polarity of srst and trstAntonio Borneo1-2/+2
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome1-9/+15
2017-05-31imx_gpio: add mmap based jtag interface for IMX processorsGrzegorz Kostka1-0/+552