summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/spi_flash_internal.h
Commit message (Expand)AuthorAgeFilesLines
* drivers/spi: Add ISSI IS25WP256D flashMaximilian Brune2023-12-181-0/+1
* drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth2023-12-131-1/+1
* drivers: spi_flash: Add space before colon to fix coding styleTyler Wang2023-11-161-2/+2
* drivers: spi_flash: Addressing mode change for SPI NORT Michael Turney2022-02-151-0/+2
* drivers: spi_flash: Add Fast Read Dual I/O supportJulius Werner2021-07-151-2/+4
* Revert "drivers/spi: Stop using a variable-length array"Angel Pons2021-04-181-2/+0
* drivers/spi: Stop using a variable-length arrayAngel Pons2021-02-151-0/+2
* 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-5/+7
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-24/+52
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-0/+14
* drivers/spi/spi_flash: assume spi_flash read callback existsAaron Durbin2020-01-161-0/+3
* drivers/spi/spi_flash: explicitly handle STMicro deep power stateAaron Durbin2020-01-101-0/+2
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-061-0/+4
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+14
* include/spi-generic: move common flash timeoutsUwe Poeche2019-07-231-9/+0
* spi_flash: Add Dual SPI supportJulius Werner2019-06-101-0/+2
* spi_flash: Make .read() callback optionalJulius Werner2019-06-101-6/+0
* src: Don't use a #defines like Kconfig symbolsElyes HAOUAS2019-01-281-4/+4
* drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh2017-05-191-10/+10
* drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtronFurquan Shaikh2017-05-191-2/+0
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-12/+22
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-061-3/+3
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-6/+6
* spi: Add function to read flash status registerDuncan Laurie2015-04-171-0/+3
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-171-2/+3
* spi: support controllers with limited transfer size capabilitiesVadim Bendebury2015-04-131-14/+0
* drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan2014-07-171-0/+5
* drivers/spi: Add support for adesto SPI flash partsChris Douglass2014-03-121-0/+1
* src/drivers/spi: introduce AMIC supportIdwer Vollering2014-02-171-0/+1
* Add Gigadevice SPI rom supportMartin Roth2012-11-091-0/+2
* Add SPI flash driverStefan Reinauer2012-05-101-0/+81