| Commit message (Expand) | Author | Age | Files | Lines |
* | pony_spi.c: Extract out get_params to simplify init | Edward O'Callaghan | 2022-05-01 | 1 | -42/+54 |
* | pony_spi.c: Fix memory leak in function pony_init_spi | aarya | 2022-03-25 | 1 | -0/+1 |
* | pony_spi: fix memory leak | Thomas Heijligen | 2021-11-01 | 1 | -0/+1 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -1/+12 |
* | pony_spi.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-06-03 | 1 | -28/+49 |
* | bitbang: Extend bitbang_spi_master functions to accept spi data | Anastasia Klimchuk | 2021-06-03 | 1 | -7/+7 |
* | bitbang: Extend register_spi_bitbang_master() API with spi data | Anastasia Klimchuk | 2021-06-03 | 1 | -1/+1 |
* | tree: Enable -Wwrite-strings | Jacob Garber | 2019-10-04 | 1 | -1/+1 |
* | bitbang_spi: Drop bitbang_spi_master_type | Nico Huber | 2019-06-23 | 1 | -1/+0 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Shutdown serial port in pony_spi | Carl-Daniel Hailfinger | 2016-03-13 | 1 | -0/+17 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -1/+1 |
* | CID1130012: Double free in pony_spi_init() | Stefan Reinauer | 2014-04-26 | 1 | -0/+1 |
* | Fix sp_openserport users on Windows | Stefan Tauner | 2012-11-30 | 1 | -1/+1 |
* | Add support for AJAWe to pony_spi | Virgil-Adrian Teaca | 2012-09-01 | 1 | -59/+112 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -0/+1 |
* | Remove more exit calls | Niklas Söderlund | 2012-07-30 | 1 | -0/+4 |
* | Add serial port bitbanging code | Virgil-Adrian Teaca | 2012-04-30 | 1 | -0/+160 |