summaryrefslogtreecommitdiff
path: root/src/drivers/spi/spi_flash.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
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: remove continuation byte supportAaron Durbin
2020-01-16drivers/spi/spi_flash: separate out protection opsAaron 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-11-29drivers/spi/spi_flash.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-10-27src/{device,drivers}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-10-09drivers/spi: ignore -Wvla on clang tooGreg V
2019-09-04drivers/spi/spi_flash.c: Add SPI vendor IDsRichard Spiegel
2019-08-20src: Remove variable length arraysJacob Garber
2019-07-23include/spi-generic: Append unit to macro namesUwe Poeche
2019-06-10spi_flash: Add Dual SPI supportJulius Werner
2019-06-10spi_flash: Make .read() callback optionalJulius Werner
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-04-23src: Add missing include 'console.h'Elyes HAOUAS
2019-04-06src: Use include <delay.h> when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-20drivers/spi/spi_flash.c: Avoid static scan false positiveRichard Spiegel
2019-01-21drivers/spi: Add controller protection typeRizwan Qureshi
2019-01-16buildsystem: Promote rules.h to default includeKyösti Mälkki
2018-11-26drivers/spi: store detected flash IDsStefan Tauner
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-08drivers/spi: Return error in failure casePatrick Rudolph
2018-10-30drivers/spi: Winbond specific write-protection enablePatrick Rudolph
2018-09-16drivers/spi: Read Winbond's flash protection bitsPatrick Rudolph
2018-08-25Revert "drivers/spi/spi_flash: don't allocate unbounded stack memory"Patrick Georgi
2018-08-23drivers/spi/spi_flash: don't allocate unbounded stack memoryPatrick Georgi
2018-08-09drivers/spi/spi_flash.c: Check input parameterRichard Spiegel
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2018-02-20driver/spi: Warn when probed SF size differs from CONFIG_ROM_SIZEArthur Heymans
2018-01-26drivers/spi/spi_flash: honor spi controller fifo size for readsAaron Durbin
2017-12-15drivers/spi/spi_flash: add flash region protection to controllerAaron Durbin
2017-07-02drivers/spi: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-06-27drivers/spi: Don't disable non-existent warnings on clangStefan Reinauer
2017-05-19drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Use boot_device_spi_flash to obtain spi_flash structureFurquan Shaikh
2017-01-10SPI: Fix command-response behaviorKyösti Mälkki
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-06spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh