aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/bcm2835gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-05jtag: drivers: bcm2835gpio: don't allow GPIOs > 31Paul Fertser1-1/+1
2021-08-14drivers/bcm2835gpio: Group adapter commandsMarc Schink1-14/+25
2021-07-31drivers/bcm2835: Add support for SWDIO direction control pinMatthew Mets1-4/+41
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo1-3/+3
2020-07-14bcm2835gpio: enable only the transport specific gpioAntonio Borneo1-37/+53
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-06-06jtag/drivers/bcm2835gpio: bcm2835gpio_init has been updatedtscn921-1/+5
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-15drivers/bcm2835gpio: fix build for ARM hostAntonio Borneo1-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-10/+10
2019-04-07drivers/bcm2835gpio: fix usage messagesAntonio Borneo1-2/+18
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome1-8/+14
2018-01-13jtag: drivers: sysfsgpio, bcm2835gpio: remove requirement to have trst or srstPaul Fertser1-4/+0
2016-12-08jtag: drivers: bcm2835gpio: set 4ma drive, slow slew rateSean Cross1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-28jtag: drivers: bcm2835gpio: fix a typo in informational messagePaul Fertser1-1/+1
2015-08-06bcm2835gpio: Add SWD support, Raspberry Pi 2 support.Christoph Pittracher1-9/+158
2013-10-15bcm2835gpio: use maximum drive strengthPaul Fertser1-0/+16
2013-06-10build: fix incorrect GPL address from last commitSpencer Oliver1-1/+1
2013-06-10Add BCM2835 (as found in Raspberry Pi) interface driverPaul Fertser1-0/+368