aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/bcm2835gpio.c
AgeCommit message (Expand)AuthorFilesLines
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