summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/sst.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-26/+26
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-80/+32
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-64/+73
* drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin2020-01-161-0/+2
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-061-57/+7
* drivers/spi/sst: remove unnecessary byte programmingAaron Durbin2020-01-031-20/+2
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-3/+3
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-9/+13
* include/spi-generic: Append unit to macro namesUwe Poeche2019-07-231-3/+5
* spi_flash: Make .read() callback optionalJulius Werner2019-06-101-2/+0
* drivers/spi/sst: Remove unused variablesElyes HAOUAS2019-04-251-2/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* drivers/spi/sst.c: Add three remaining SST25*F080 chipsMike Banon2019-01-161-0/+15
* drivers/spi: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-021-5/+5
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-15/+25
* 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-11/+4
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-191-21/+15
* 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-12/+13
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-22/+20
* spi/SST: fix write support for SST25VF064CAlexander Couzens2016-03-111-2/+94
* spi: Add function to read flash status registerDuncan Laurie2015-04-171-0/+2
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-171-5/+2
* spi_flash: Move (de-)assertion of /CS to single locationDavid Hendricks2014-12-171-7/+1
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-171-0/+1
* drivers/spi/sst.c: Remove unused func to_sst_spi_flash()Edward O'Callaghan2014-05-181-5/+0
* 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-2/+7
* SPI/SST: Add OpCode Enable-Write-Status-Register (EWSR)Zheng Bao2012-11-271-1/+11
* Fix printk types in SPI flash driversStefan Reinauer2012-05-261-1/+1
* SPI driver: style fixPatrick Georgi2012-05-141-1/+1
* Add SPI flash driverStefan Reinauer2012-05-101-0/+268