summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/gigadevice.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: spi_flash: Add Fast Read Dual I/O supportJulius Werner2021-07-151-0/+12
* 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-27/+27
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-54/+8
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-86/+46
* 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-64/+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: Add Dual SPI supportJulius Werner2019-06-101-1/+15
* spi_flash: Make .read() callback optionalJulius Werner2019-06-101-5/+0
* spi_flash: gigadevice: Adopt Winbond chip info structureJulius Werner2019-06-101-94/+95
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* drivers/spi/gigadevice.c: Add the rest of >=1MB Gigadevice GD25 chipsMike Banon2019-01-141-9/+57
* 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-8/+12
* 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-17/+16
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-191-35/+18
* 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-11/+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: Add GigaDevice GD25LQ64C/GD25LB64C SPI ROM supportMarc Jones2015-03-201-1/+9
* spi: do not use malloc in Gigadevice driverDavid Hendricks2015-03-201-19/+13
* 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
* 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
* 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/+4
* SPI: Fix and enable Fast Read supportDuncan Laurie2012-11-121-2/+2
* Add Gigadevice SPI rom supportMartin Roth2012-11-091-0/+241