summaryrefslogtreecommitdiffstats
path: root/rayer_spi.c
Commit message (Expand)AuthorAgeFilesLines
* rayer_spi.c: Get rid of temporary `prog_type` stringAngel Pons2022-10-221-14/+8
* rayer_spi.c: Roll up programmer type search logic into funcEdward O'Callaghan2022-10-221-24/+33
* rayer_spi.c: Drop lpt_outbyte intermediate varEdward O'Callaghan2022-10-221-5/+2
* rayer_spi.c: Move param parse logic into own funcEdward O'Callaghan2022-10-221-21/+36
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-2/+2
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-2/+2
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-2/+2
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-5/+5
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-1/+1
* remove compile guardsThomas Heijligen2021-09-261-5/+0
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+12
* rayer_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-06-031-38/+91
* bitbang: Extend bitbang_spi_master functions to accept spi dataAnastasia Klimchuk2021-06-031-4/+4
* bitbang: Extend register_spi_bitbang_master() API with spi dataAnastasia Klimchuk2021-06-031-1/+1
* rayer_spi.c: Remove forward-declarationsAnastasia Klimchuk2021-03-181-54/+45
* bitbang_spi: Drop bitbang_spi_master_typeNico Huber2019-06-231-1/+0
* Remove trailing whitespaceElyes HAOUAS2019-03-041-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* rayer_spi: add support for SPI Tiny Tools-compatible hardwareStefan Tauner2016-02-281-0/+8
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-1/+1
* rayer_spi: Fix Xilinx DLC-5 cableKyösti Mälkki2013-10-021-0/+20
* rayer_spi: Add pinout for Wiggler LPTMaksim Kuleshov2013-10-021-0/+8
* rayer_spi: Add pinout for Atmel STK200/300Maksim Kuleshov2013-10-021-0/+28
* rayer_spi: Add pinout for Altera ByteBlasterMVMaksim Kuleshov2013-10-021-0/+26
* rayer_spi: Improve support for different pinoutsKyösti Mälkki2013-10-021-50/+64
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-0/+1
* Automatically release I/O permissions on shutdownCarl-Daniel Hailfinger2012-07-211-1/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-2/+2
* Add a bunch of new/tested stuff and various small changes 8Paul Menzel2011-10-211-1/+1
* Add support for Xilinx parallel III (DLC5) programing cableCarl-Daniel Hailfinger2011-09-121-17/+58
* Kill central list of SPI programmersMichael Karcher2011-05-111-3/+0
* Speed up RayeR SPIPGM driver by a factor of 2Carl-Daniel Hailfinger2010-10-051-34/+56
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...Carl-Daniel Hailfinger2010-07-211-0/+122