| Commit message (Expand) | Author | Age | Files | Lines |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -1/+1 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -7/+7 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | bitbang_spi.c: Pass spi data into bitbang_spi_master functions | Anastasia Klimchuk | 2021-06-03 | 1 | -34/+36 |
* | bitbang: Extend bitbang_spi_master functions to accept spi data | Anastasia Klimchuk | 2021-06-03 | 1 | -10/+10 |
* | bitbang: Extend register_spi_bitbang_master() API with spi data | Anastasia Klimchuk | 2021-06-03 | 1 | -1/+5 |
* | bitbang: Make use of new register_spi_master() API | Anastasia Klimchuk | 2021-06-03 | 1 | -2/+1 |
* | bitbang_spi.c: Rename usages of bitbang_spi_master into master | Anastasia Klimchuk | 2021-06-03 | 1 | -3/+3 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | tree/: Drop const from opaque data ptr in master definitions [alt] | Edward O'Callaghan | 2021-01-17 | 1 | -5/+12 |
* | bitbang_spi.c: Reorder functions with primitives at the top | Edward O'Callaghan | 2020-11-22 | 1 | -51/+46 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -2/+2 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -1/+1 |
* | bitbang_spi: Drop bitbang_spi_master_type | Nico Huber | 2019-06-23 | 1 | -6/+2 |
* | bitbang_spi: Add half-duplex optimizations | Daniel Thompson | 2018-08-17 | 1 | -5/+19 |
* | bitbang_spi: Add functions to optimize xfers | Daniel Thompson | 2018-08-17 | 1 | -16/+24 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -0/+1 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -6/+6 |
* | Fix duplicate 'const' declaration specifiers | Stefan Tauner | 2013-01-15 | 1 | -6/+6 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -0/+1 |
* | Have all programmer init functions register bus masters/programmers | Carl-Daniel Hailfinger | 2011-12-20 | 1 | -68/+56 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -4/+8 |
* | Remove unneeded inclusions of chipdrivers.h | Stefan Tauner | 2011-08-16 | 1 | -1/+0 |
* | Random whitespace and coding-style fixes | Uwe Hermann | 2011-07-28 | 1 | -7/+7 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -1/+16 |
* | Factor out SPI write/read chunking wrappers | Michael Karcher | 2011-05-11 | 1 | -11/+0 |
* | Remove duplicate includes from the code | Stefan Reinauer | 2010-10-06 | 1 | -1/+0 |
* | SPI bitbanging: request/release bus | Carl-Daniel Hailfinger | 2010-09-15 | 1 | -2/+46 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Check during SPI bitbang init that SPI bitbang master configuration is correct | Carl-Daniel Hailfinger | 2010-07-18 | 1 | -0/+10 |
* | Use struct pointer instead of enum to set bitbang adapter | Michael Karcher | 2010-07-17 | 1 | -17/+6 |
* | Refine SPI bitbanging | Carl-Daniel Hailfinger | 2010-07-17 | 1 | -11/+20 |
* | Remove temporary buffers from bitbanging | Michael Karcher | 2010-07-17 | 1 | -38/+5 |
* | Use generic unlocking infrastructure for SPI chips | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -1/+0 |
* | Convert SPI chips to partial write | Carl-Daniel Hailfinger | 2010-07-14 | 1 | -5/+3 |
* | Introduce a generic SPI read function: spi_write_chunked() | Carl-Daniel Hailfinger | 2010-05-21 | 1 | -19/+2 |
* | Split spi.c into programmer and chip code Remove chipdriver.h include from fl... | Sean Nelson | 2010-02-26 | 1 | -0/+1 |
* | Convert all messages in bitbang_spi.c to the new message infrastructure | Sean Nelson | 2010-01-09 | 1 | -4/+4 |
* | Reduce realloc syscall overhead for FT2232 and bitbang | Carl-Daniel Hailfinger | 2009-11-25 | 1 | -2/+5 |
* | Make bitbang_spi naming consistent | Carl-Daniel Hailfinger | 2009-10-01 | 1 | -26/+26 |
* | This is the bitbanging SPI driver infrastructure | Carl-Daniel Hailfinger | 2009-09-28 | 1 | -0/+161 |