| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Eon EN25QH32 | Stefan Tauner | 2012-05-14 | 1 | -0/+1 |
* | Add support for for the Atmel AT49F040 chip | David Borg | 2012-04-15 | 1 | -2/+3 |
* | Add support for the Eon EN29LV640B chip | Rudolf Marek | 2012-04-14 | 1 | -0/+1 |
* | Add GigaDevice GD25QXX series support | Justin Chevrier | 2012-04-14 | 1 | -0/+9 |
* | Add support for the Numonyx N25Q064 chip | Uwe Hermann | 2012-04-14 | 1 | -0/+1 |
* | Add support for SFDP (JESD216) | Stefan Tauner | 2012-02-17 | 1 | -5/+5 |
* | Add a bunch of new/tested stuff and various small changes 10 | Paul Menzel | 2012-02-16 | 1 | -1/+1 |
* | Add opaque programmer registration infrastructure | Carl-Daniel Hailfinger | 2011-11-04 | 1 | -0/+3 |
* | Add probe/read support for the Catalyst CAT28F512 chip | Andrew Morgan | 2011-09-13 | 1 | -0/+1 |
* | Add initial Atmel AT49LH002 FWH/LPC chip support | Uwe Hermann | 2011-09-08 | 1 | -0/+1 |
* | Add a bunch of new/tested stuff and various small changes 7 | Sylvain "ythier" Hitier | 2011-09-03 | 1 | -4/+4 |
* | Add support for EN25Q(H) series SPI flash chips | David Hendricks | 2011-07-24 | 1 | -1/+7 |
* | Whitespace, documentation and other small stuff | Stefan Tauner | 2011-05-19 | 1 | -2/+2 |
* | Add support for ST M25PX16 and mark it as supported | Carl Worth | 2011-03-06 | 1 | -0/+1 |
* | Add support for AMD Am29LV001BB, Am29LV001BT, Am29LV002BB, Am29LV002BT, Am29L... | Carl-Daniel Hailfinger | 2011-02-05 | 1 | -0/+2 |
* | Add support for Spansion S25FL004A, S25FL032A, and S25FL064A | Rudy Host | 2010-11-29 | 1 | -0/+3 |
* | Make sure all chip variants are present in .name strings in flashchips.c | Mattias Mattsson | 2010-10-05 | 1 | -12/+39 |
* | Add chip IDs for Alliance Semiconductor flash chips | Mattias Mattsson | 2010-09-18 | 1 | -0/+12 |
* | Add chip definitions for the folowing chips | Joshua Roys | 2010-09-16 | 1 | -0/+6 |
* | This patch changes the prefix of chip constant #defines in the following way | Mattias Mattsson | 2010-09-15 | 1 | -296/+296 |
* | Rename constants W_nnnn -> WINBOND_Wnnnn | Mattias Mattsson | 2010-09-14 | 1 | -33/+46 |
* | Add support for ST M25PX32 and M25PX64 flash chips | Jason Shriver | 2010-09-14 | 1 | -0/+2 |
* | Add support for the Macronix MX251635E chip | Stephan Guilloux | 2010-09-13 | 1 | -0/+1 |
* | Add definitions for the following chips | Mattias Mattsson | 2010-07-29 | 1 | -5/+16 |
* | Add support for AMIC A25L512, A25L010, A25L020, A25L040, A25L080, A25L016, A2... | Dan Lenski | 2010-07-29 | 1 | -0/+8 |
* | Add detailed status register printing and unlocking for all ATMEL AT25* chips | Carl-Daniel Hailfinger | 2010-07-29 | 1 | -1/+8 |
* | Add support for the Intel 28F002BC-T | Joshua Roys | 2010-07-22 | 1 | -0/+1 |
* | Add support for the following AMIC SPI chips | Daniel Lenski | 2010-07-22 | 1 | -2/+13 |
* | Add support for the SST25VF064C SPI flash chip | Ed Swierk | 2010-07-21 | 1 | -0/+1 |
* | Add support for the AMIC A25L80P | Daniel Lenski | 2010-07-11 | 1 | -0/+1 |
* | Add Winbond W25Q64 support | David Hendricks | 2010-06-24 | 1 | -0/+1 |
* | Add support for Hyundai HY29F002 and HY29F002B | David Borg | 2010-06-21 | 1 | -1/+2 |
* | Add EMST F25L008A SPI chip | Michael Karcher | 2010-06-19 | 1 | -0/+1 |
* | Add SST25LF040A support | Stefan Reinauer | 2010-06-14 | 1 | -1/+1 |
* | Support Atmel AT49F020 256kB parallel flash | Andrew Morgan | 2010-06-07 | 1 | -0/+1 |
* | I added following Winbond chips | Rudolf Marek | 2010-04-20 | 1 | -0/+3 |
* | Intel 28F004/28F400 support | Michael Karcher | 2010-04-03 | 1 | -0/+4 |
* | Add support for Eon EN29F010 | Russ Dill | 2010-03-05 | 1 | -1/+1 |
* | Adds support for the Intel E28F004S5 flash chip | Sean Nelson | 2010-02-13 | 1 | -0/+3 |
* | Adds support for ST M29W512B | Jeffrey A. Kent | 2010-02-01 | 1 | -0/+1 |
* | Add support for the SST39SF512 chip | Uwe Hermann | 2010-01-23 | 1 | -0/+1 |
* | Support for Spansion S25FL008A | Michael Karcher | 2010-01-12 | 1 | -0/+1 |
* | Block eraser conversions and support for Eon EN25B series | Sean Nelson | 2010-01-09 | 1 | -0/+16 |
* | Add Generic SPI RDID detection for Sanyo chips | Sean Nelson | 2009-11-24 | 1 | -0/+8 |
* | If a chip is not on the RDID generic vendor list nor on the REMS specific ID ... | Carl-Daniel Hailfinger | 2009-11-20 | 1 | -0/+1 |
* | Add comments about the meaning of block erase related struct flashchip members | Carl-Daniel Hailfinger | 2009-10-01 | 1 | -2/+2 |
* | Add support for MX29F001T and MX29F001B flash chips | Mark Panajotovic | 2009-08-24 | 1 | -0/+2 |
* | ASD AE29F2008 and Winbond W29C020C have the same ID | Carl-Daniel Hailfinger | 2009-08-24 | 1 | -1/+1 |
* | Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and their variants | Carl-Daniel Hailfinger | 2009-08-10 | 1 | -21/+64 |
* | Add IDs for 51 new flash chips | Carl-Daniel Hailfinger | 2009-07-24 | 1 | -36/+87 |