summaryrefslogtreecommitdiff
path: root/spi25.c
Commit message (Expand)AuthorAgeFilesLines
* spi25: ignore 0x00 as a manufacturer id in the generic match.stefanct2015-06-221-2/+2
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-6/+4
* Report if we are not able to disable AAI mode again.stefanct2014-04-261-5/+9
* CID1130000: Unchecked return value in default_spi_write_aai().stefanct2014-04-261-9/+12
* Add support for remaining Numonyx (Micron) N25Q chips.stefanct2013-06-281-0/+45
* Introduce spi_block_erase_db().stefanct2013-06-281-0/+43
* Update spi_get_erasefn_from_opcode().stefanct2013-05-011-0/+6
* Refine PMC Pm25LV series.stefanct2013-04-191-0/+20
* Add support for Atmel's AT25F series of SPI flash chips.stefanct2012-12-291-0/+22
* Improve SPI status register pretty printing.stefanct2012-12-291-292/+2
* Add support for Atmel AT26DF041.stefanct2012-10-271-0/+80
* Generify a25.c's SRWD printing function and move it to spi25.c.stefanct2012-09-221-5/+9
* Add spi_block_erase_62.stefanct2012-09-211-0/+47
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-22/+21
* Refine messages of SPI block protection disables.stefanct2012-08-021-2/+3
* Clean up a25.c, at25.c, spi25.c.stefanct2012-08-021-6/+9
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-2/+1
* dummyflasher: Add a status register to SPI chips.stefanct2012-05-061-11/+11
* spi25.c: Refactor spi_write_status_register helpers.stefanct2012-05-021-58/+14
* Add support for SFDP (JESD216).stefanct2012-02-171-0/+26
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-2/+2
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-69/+87
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-24/+24
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-14/+13
* Add a bunch of new/tested stuff and various small changes 8stefanct2011-10-211-4/+0
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-7/+7
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-7/+7
* add a bunch of new/tested stuff and various small changes 4stefanct2011-07-071-1/+1
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-24/+6
* tiny fix for a small fixstefanct2011-05-281-3/+1
* small fixesstefanct2011-05-281-5/+15
* Add lock printing for AMIC A25L05PT, A25L05PU, A25L10PT, A25L10PU,hailfinger2011-05-191-258/+25
* kill central list of SPI programmersmkarcher2011-05-111-2/+2
* This patch reduces the stack usage by declaring 'const' stack variableskrause2011-01-171-9/+9
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM.hailfinger2010-10-271-4/+12
* Switch all flash chips to partial write.hailfinger2010-10-131-18/+24
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-16/+0
* SPI write status register (WRSR) may take longer than 100 ms, and ithailfinger2010-10-081-4/+36
* Use AAI write for SST SST25VF032B.hailfinger2010-10-051-1/+15
* This patch changes the prefix of chip constant #defines in the following way:mhm2010-09-151-1/+1
* Add detailed status register printing and unlocking for all ATMEL AT25*hailfinger2010-07-291-14/+312
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Add support for the following AMIC SPI chips:hailfinger2010-07-221-0/+14
* We have a generic unlocking infrastructure. Use it for SPI chips.hailfinger2010-07-141-15/+6
* Convert SPI chips to partial write, but wrap the write functions in ahailfinger2010-07-141-25/+35
* The SPI opcode 0xd8 is not a chip erase opcode on any chip out there.hailfinger2010-06-201-23/+0
* Modernize SPI AAI code, blacklist IT87 SPI for AAI, allow AAI to runhailfinger2010-06-201-13/+64
* Fix message printing for SPI RES on spew level.hailfinger2010-06-201-22/+16
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-6/+6