| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: Allow cached ID bytes to be cleared | Edward O'Callaghan | 2020-08-26 | 1 | -34/+54 |
* | spi25.c: Factor out rdid_get_ids() and compare_id() | Edward O'Callaghan | 2020-08-26 | 1 | -32/+30 |
* | Revert "flashchips: port S25FS(128S) chip from chromiumos" | Nico Huber | 2020-05-01 | 1 | -214/+4 |
* | spi25.c: Add a null check | Angel Pons | 2020-04-25 | 1 | -0/+2 |
* | flashchips: port S25FS(128S) chip from chromiumos | sibradzic | 2020-04-22 | 1 | -4/+214 |
* | spi25: Remove dead increment | Elyes HAOUAS | 2019-07-19 | 1 | -1/+0 |
* | spi25: Fix layering violation in probe_spi_rdid4() | Nico Huber | 2019-06-27 | 1 | -20/+5 |
* | tree: Make internal functions static | Jacob Garber | 2019-06-23 | 1 | -3/+3 |
* | spi25: Fix layering violation in default_spi_write_aai() | Nico Huber | 2019-06-21 | 1 | -14/+0 |
* | spi: Move 16MiB partitioning up into spi_chip_read() | Nico Huber | 2019-06-21 | 1 | -32/+9 |
* | dediprog: Implement 4BA EAR mode for protocol v1 | Nico Huber | 2019-06-04 | 1 | -1/+1 |
* | Fix several -Wno-missing-field-initializers warnings | Richard Hughes | 2019-02-03 | 1 | -0/+6 |
* | Enable 4BA mode for Spansion 25FL256S | Nico Huber | 2018-10-03 | 1 | -0/+2 |
* | flashchips: Add Spansion 25FL256S......0 | Nico Huber | 2018-10-03 | 1 | -1/+2 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | spi25: Revise decision when to enter/exit 4BA mode | Nico Huber | 2018-01-02 | 1 | -27/+12 |
* | spi_master: Introduce SPI_MASTER_4BA feature flag | Nico Huber | 2018-01-02 | 1 | -5/+10 |
* | spi: Move ICH BBAR quirk out of the way | Nico Huber | 2017-12-28 | 1 | -23/+3 |
* | spi25: Merge remainder of spi4ba in | Nico Huber | 2017-12-28 | 1 | -1/+86 |
* | spi25: Remove now obsolete `four_bytes_addr_funcs` path | Nico Huber | 2017-12-28 | 1 | -23/+7 |
* | spi25: Enable native 4BA read and write using feature bits | Nico Huber | 2017-12-28 | 1 | -18/+23 |
* | spi25: Integrate 4BA support | Nico Huber | 2017-12-28 | 1 | -5/+28 |
* | spi25: Use common code for nbyte read/write and block erase | Nico Huber | 2017-12-28 | 1 | -427/+103 |
* | spi25: Introduce spi_simple_write_cmd() | Nico Huber | 2017-12-28 | 1 | -95/+38 |
* | 4BA: Flashrom integration for the 4-bytes addressing extensions | Boris Baykov | 2017-10-15 | 1 | -3/+12 |
* | Enable continuous SPI reads | Urja Rannikko | 2017-07-13 | 1 | -13/+14 |
* | spi25: ignore 0x00 as a manufacturer id in the generic match | Urja Rannikko | 2015-06-22 | 1 | -2/+2 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -6/+4 |
* | Report if we are not able to disable AAI mode again | Stefan Tauner | 2014-04-26 | 1 | -5/+9 |
* | CID1130000: Unchecked return value in default_spi_write_aai() | Stefan Reinauer | 2014-04-26 | 1 | -9/+12 |
* | Add support for remaining Numonyx (Micron) N25Q chips | Nikolay Nikolaev | 2013-06-28 | 1 | -0/+45 |
* | Introduce spi_block_erase_db() | Nikolay Nikolaev | 2013-06-28 | 1 | -0/+43 |
* | Update spi_get_erasefn_from_opcode() | Stefan Tauner | 2013-05-01 | 1 | -0/+6 |
* | Refine PMC Pm25LV series | Stefan Tauner | 2013-04-19 | 1 | -0/+20 |
* | Add support for Atmel's AT25F series of SPI flash chips | Stefan Tauner | 2012-12-29 | 1 | -0/+22 |
* | Improve SPI status register pretty printing | Stefan Tauner | 2012-12-29 | 1 | -292/+2 |
* | Add support for Atmel AT26DF041 | Stefan Tauner | 2012-10-27 | 1 | -0/+80 |
* | Generify a25.c's SRWD printing function and move it to spi25.c | Stefan Tauner | 2012-09-22 | 1 | -5/+9 |
* | Add spi_block_erase_62 | Stefan Tauner | 2012-09-21 | 1 | -0/+47 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -22/+21 |
* | Refine messages of SPI block protection disables | Stefan Tauner | 2012-08-02 | 1 | -2/+3 |
* | Clean up a25.c, at25.c, spi25.c | Stefan Tauner | 2012-08-02 | 1 | -6/+9 |
* | Let the programmer driver decide how to do AAI transfers | Nico Huber | 2012-06-15 | 1 | -2/+1 |
* | dummyflasher: Add a status register to SPI chips | Stefan Tauner | 2012-05-06 | 1 | -11/+11 |
* | spi25.c: Refactor spi_write_status_register helpers | Stefan Tauner | 2012-05-02 | 1 | -58/+14 |
* | Add support for SFDP (JESD216) | Stefan Tauner | 2012-02-17 | 1 | -0/+26 |
* | Have all programmer init functions register bus masters/programmers | Carl-Daniel Hailfinger | 2011-12-20 | 1 | -2/+2 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -69/+87 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -24/+24 |