summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/stmicro.c
Commit message (Expand)AuthorAgeFilesLines
* include/spi-generic: Append unit to macro namesUwe Poeche2019-07-231-1/+2
* spi_flash: Make .read() callback optionalJulius Werner2019-06-101-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* drivers/spi/stmicro.c: Add the rest of >=1MB STMicro M25/N25 chipsMike Banon2019-01-161-12/+129
* driver/spi/stmicro: add 3.3V variant of N25Q032Stefan Tauner2018-08-131-4/+13
* drivers/spi: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-021-2/+2
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-3/+7
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-1/+1
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-16/+15
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-191-25/+12
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-1/+1
* drivers/spi: fix flash writes at page boundariesAaron Durbin2016-12-191-2/+1
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-061-3/+4
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-9/+8
* 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