summaryrefslogtreecommitdiff
path: root/src/include/spi_flash.h
AgeCommit message (Expand)Author
2020-12-08coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-06-08spi: Remove non_volatile flag from block protection interfaceDaniel Gröber
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: move copyrights and authors to AUTHORSPatrick 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: separate out protection opsAaron Durbin
2020-01-06drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin
2019-06-10spi_flash: Add Dual SPI supportJulius Werner
2019-01-21drivers/spi: Add controller protection typeRizwan Qureshi
2018-11-26drivers/spi: store detected flash IDsStefan Tauner
2018-10-30drivers/spi: Winbond specific write-protection enablePatrick Rudolph
2018-09-16drivers/spi: Read Winbond's flash protection bitsPatrick Rudolph
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2017-12-15drivers/spi/spi_flash: add flash region protection to controllerAaron Durbin
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: Add page_size to struct spi_flashFurquan Shaikh
2016-12-08drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin
2016-12-06spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh
2016-12-04spi_flash: Move spi flash opcodes to spi_flash.hFurquan Shaikh
2016-11-22spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-15spi_flash: document expected return valuesAaron Durbin
2015-04-17spi: Add function to read flash status registerDuncan Laurie
2015-04-17drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg
2015-01-14Move container_of() macro to stddef.hStefan Reinauer
2015-01-09Drop duplicate API from spi_flash.hStefan Reinauer
2015-01-06Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-06Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan
2014-07-14SPI: Split writes using spi_crop_chunk()Kyösti Mälkki
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-07-01stdlib: Drop duplicates of min() and max()Kyösti Mälkki
2013-02-20Whitespace: Replace tab character in license text with two spacesPaul Menzel
2013-02-11spi.h: Rename the spi.h to spi-generic.hZheng Bao
2012-07-24SPI flash layer: remove unused function spi_flash_free()Stefan Reinauer
2012-05-10Add SPI flash driverStefan Reinauer