summaryrefslogtreecommitdiffstats
path: root/spi25.c
Commit message (Expand)AuthorAgeFilesLines
* spi25: Revise decision when to enter/exit 4BA modeNico Huber2018-01-021-27/+12
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-5/+10
* spi: Move ICH BBAR quirk out of the wayNico Huber2017-12-281-23/+3
* spi25: Merge remainder of spi4ba inNico Huber2017-12-281-1/+86
* spi25: Remove now obsolete `four_bytes_addr_funcs` pathNico Huber2017-12-281-23/+7
* spi25: Enable native 4BA read and write using feature bitsNico Huber2017-12-281-18/+23
* spi25: Integrate 4BA supportNico Huber2017-12-281-5/+28
* spi25: Use common code for nbyte read/write and block eraseNico Huber2017-12-281-427/+103
* spi25: Introduce spi_simple_write_cmd()Nico Huber2017-12-281-95/+38
* 4BA: Flashrom integration for the 4-bytes addressing extensionsBoris Baykov2017-10-151-3/+12
* Enable continuous SPI readsUrja Rannikko2017-07-131-13/+14
* spi25: ignore 0x00 as a manufacturer id in the generic matchUrja Rannikko2015-06-221-2/+2
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-6/+4
* Report if we are not able to disable AAI mode againStefan Tauner2014-04-261-5/+9
* CID1130000: Unchecked return value in default_spi_write_aai()Stefan Reinauer2014-04-261-9/+12
* Add support for remaining Numonyx (Micron) N25Q chipsNikolay Nikolaev2013-06-281-0/+45
* Introduce spi_block_erase_db()Nikolay Nikolaev2013-06-281-0/+43
* Update spi_get_erasefn_from_opcode()Stefan Tauner2013-05-011-0/+6
* Refine PMC Pm25LV seriesStefan Tauner2013-04-191-0/+20
* Add support for Atmel's AT25F series of SPI flash chipsStefan Tauner2012-12-291-0/+22
* Improve SPI status register pretty printingStefan Tauner2012-12-291-292/+2
* Add support for Atmel AT26DF041Stefan Tauner2012-10-271-0/+80
* Generify a25.c's SRWD printing function and move it to spi25.cStefan Tauner2012-09-221-5/+9
* Add spi_block_erase_62Stefan Tauner2012-09-211-0/+47
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-22/+21
* Refine messages of SPI block protection disablesStefan Tauner2012-08-021-2/+3
* Clean up a25.c, at25.c, spi25.cStefan Tauner2012-08-021-6/+9
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-2/+1
* dummyflasher: Add a status register to SPI chipsStefan Tauner2012-05-061-11/+11
* spi25.c: Refactor spi_write_status_register helpersStefan Tauner2012-05-021-58/+14
* Add support for SFDP (JESD216)Stefan Tauner2012-02-171-0/+26
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-2/+2
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-69/+87
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-24/+24
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-14/+13
* Add a bunch of new/tested stuff and various small changes 8Paul Menzel2011-10-211-4/+0
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-7/+7
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-7/+7
* Add a bunch of new/tested stuff and various small changes 4Cristian Măgherușan-Stanciu2011-07-071-1/+1
* Move erase verification to generic codeCarl-Daniel Hailfinger2011-06-261-24/+6
* Tiny fix for a small fixStefan Tauner2011-05-281-3/+1
* Small fixesStefan Tauner2011-05-281-5/+15
* Refine status register and lock printing of Atmel and AMIC SPI chipsCarl-Daniel Hailfinger2011-05-191-258/+25
* Kill central list of SPI programmersMichael Karcher2011-05-111-2/+2
* Convince compilers to put constant data into the .rodata sectionMathias Krause2011-01-171-9/+9
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAMCarl-Daniel Hailfinger2010-10-271-4/+12
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-18/+24
* Move implicit erase out of chip driversCarl-Daniel Hailfinger2010-10-081-16/+0
* Fix timing of SPI status register writes (WRSR)Carl-Daniel Hailfinger2010-10-081-4/+36