summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/amic.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-19/+19
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-49/+8
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-55/+26
* drivers/spi/spi_flash: add missing status() command callbacksAaron Durbin2020-01-161-0/+2
* 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-60/+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-5/+9
* include/spi-generic: Append unit to macro namesUwe Poeche2019-07-231-1/+2
* spi_flash: Make .read() callback optionalJulius Werner2019-06-101-5/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* drivers/spi/amic.c: Add the rest of >=1MB AMIC A25 chipsMike Banon2019-01-141-0/+64
* 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-7/+11
* 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-10/+4
* 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
* 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-15/+9
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-171-6/+2
* 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
* src/drivers/spi: introduce AMIC supportIdwer Vollering2014-02-171-0/+179