summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/spansion.c
Commit message (Expand)AuthorAgeFilesLines
* src/drivers: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2020-05-181-1/+0
* 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-29/+36
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-72/+34
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-143/+75
* drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin2020-01-161-0/+1
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-061-58/+3
* {drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS2019-12-201-2/+2
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-6/+1
* 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/spansion.c: Add more Spansion S25FL_K chipsMike Banon2019-01-141-3/+36
* 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-4/+8
* 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-29/+14
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-1/+1
* drivers/spi: fix flash writes at page boundariesAaron Durbin2016-12-191-8/+6
* 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-10/+10
* 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
* 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-6/+2
* spi_flash: add support for S25FL116KDaisuke Nojiri2015-03-201-9/+61
* spi: Add Spansion flash S25FL128PVadim Bendebury2015-01-091-0/+8
* drivers/spi: Prepare Spansion driver for use in CBFS wrapperVadim Bendebury2014-12-301-6/+4
* drivers/spi: add support for another Spansion chipVadim Bendebury2014-12-301-0/+10
* spi_flash: Move (de-)assertion of /CS to single locationDavid Hendricks2014-12-171-8/+1
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-171-0/+1
* 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/+241