summaryrefslogtreecommitdiff
path: root/src/drivers/spi/spi_flash_internal.h
AgeCommit message (Expand)Author
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-01-28drivers/spi/spi_flash: remove spi flash namesAaron Durbin
2020-01-17drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin
2020-01-17drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin
2020-01-16drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin
2020-01-10drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin
2020-01-06drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-07-23include/spi-generic: move common flash timeoutsUwe Poeche
2019-06-10spi_flash: Add Dual SPI supportJulius Werner
2019-06-10spi_flash: Make .read() callback optionalJulius Werner
2019-01-28src: Don't use a #defines like Kconfig symbolsElyes HAOUAS
2017-05-19drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh
2017-05-19drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtronFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh
2016-12-06spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2015-04-17spi: Add function to read flash status registerDuncan Laurie
2015-04-17drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg
2015-04-13spi: support controllers with limited transfer size capabilitiesVadim Bendebury
2014-07-17drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan
2014-03-12drivers/spi: Add support for adesto SPI flash partsChris Douglass
2014-02-17src/drivers/spi: introduce AMIC supportIdwer Vollering
2012-11-09Add Gigadevice SPI rom supportMartin Roth
2012-05-10Add SPI flash driverStefan Reinauer