summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/stmicro.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/spi: Add support for Micron N25Q128AWerner Zeh2016-08-051-0/+9
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* drivers/spi/stmicro: Rename N25Q256A to N25Q256David Imhoff2015-05-041-3/+3
* drivers/spi/stmicro: Add '.op_erase' for N25Q256David Imhoff2015-05-041-2/+3
* drivers/spi/stmicro: Add N25Q064 supportDavid Imhoff2015-05-041-0/+9
* spi: Remove out of date comment and reorder flash tableDavid Imhoff2015-05-041-13/+8
* flash: use two bytes of device ID to identify stmicro chipsDaisuke Nojiri2015-04-171-30/+34
* spi: allow inclusion of Micronix and STM drivers in bootblockVadim Bendebury2015-04-171-17/+12
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-171-8/+2
* spi_flash: Move (de-)assertion of /CS to single locationDavid Hendricks2014-12-171-6/+1
* drivers/spi: Add support for Micron N25Q128Scott Radcliffe2014-10-171-2/+35
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-171-0/+1
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-141-2/+2
* SPI flash: Fix alignment checks in Page Program commandsKyösti Mälkki2014-07-141-1/+2
* SPI: Support STMicro partial page writeKyösti Mälkki2013-08-231-14/+12
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-201-1/+1
* Claim the SPI bus before writes if the IMC ROM is presentMartin Roth2012-12-121-0/+1
* Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASHMarc Jones2012-12-081-1/+3
* Reduce default verbosity of SPI flash driversStefan Reinauer2012-05-261-0/+2
* Fix printk types in SPI flash driversStefan Reinauer2012-05-261-1/+2
* Add SPI flash driverStefan Reinauer2012-05-101-0/+250