summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/adesto.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-5/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* drivers/spi/adesto.c: Add the rest of >=1MB Adesto AT25 chipsMike Banon2019-01-141-1/+73
* 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-36/+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-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
* drivers/spi: Add support for adesto SPI flash partsChris Douglass2014-03-121-0/+197