summaryrefslogtreecommitdiffstats
path: root/src/include/spi_flash.h
Commit message (Expand)AuthorAgeFilesLines
* drivers: spi_flash: Add Fast Read Dual I/O supportJulius Werner2021-07-151-2/+3
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-081-0/+8
* src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth2020-07-261-1/+1
* spi: Remove non_volatile flag from block protection interfaceDaniel Gröber2020-06-081-3/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-10/+1
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-061-4/+1
* drivers/spi/spi_flash: remove spi flash namesAaron Durbin2020-01-281-1/+0
* drivers/spi/spi_flash: organize spi flash by sector topologyAaron Durbin2020-01-171-0/+3
* drivers/spi/spi_flash: introduce common spi_flash_part_id objectAaron Durbin2020-01-171-1/+0
* drivers/spi/spi_flash: separate out protection opsAaron Durbin2020-01-161-2/+8
* drives/spi_flash: add spi_flash_cmd_write_page_program()Aaron Durbin2020-01-061-0/+2
* spi_flash: Add Dual SPI supportJulius Werner2019-06-101-0/+7
* drivers/spi: Add controller protection typeRizwan Qureshi2019-01-211-1/+2
* drivers/spi: store detected flash IDsStefan Tauner2018-11-261-0/+2
* drivers/spi: Winbond specific write-protection enablePatrick Rudolph2018-10-301-1/+57
* drivers/spi: Read Winbond's flash protection bitsPatrick Rudolph2018-09-161-0/+26
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-0/+14
* drivers/spi/spi_flash: add flash region protection to controllerAaron Durbin2017-12-151-0/+5
* drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh2017-05-191-13/+19
* drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh2017-05-191-6/+5
* 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-2/+24
* drivers/spi/spi_flash: Add page_size to struct spi_flashFurquan Shaikh2017-05-191-0/+1
* drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin2016-12-081-0/+4
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-061-1/+2
* spi_flash: Move spi flash opcodes to spi_flash.hFurquan Shaikh2016-12-041-0/+4
* spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh2016-11-221-0/+7
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-19/+47
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* spi_flash: document expected return valuesAaron Durbin2015-05-151-0/+1
* 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-0/+5
* Move container_of() macro to stddef.hStefan Reinauer2015-01-141-11/+0
* Drop duplicate API from spi_flash.hStefan Reinauer2015-01-091-18/+0
* Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'"Kyösti Mälkki2015-01-061-11/+0
* doxygen fixes: change @var to @param varMartin Roth2015-01-061-3/+3
* Re-factor 'to_flash_offset()' into 'spi_flash.h'Edward O'Callaghan2015-01-061-0/+11
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-141-8/+0
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-2/+1
* stdlib: Drop duplicates of min() and max()Kyösti Mälkki2014-07-011-2/+0
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-201-1/+1
* spi.h: Rename the spi.h to spi-generic.hZheng Bao2013-02-111-1/+1
* SPI flash layer: remove unused function spi_flash_free()Stefan Reinauer2012-07-241-1/+0
* Add SPI flash driverStefan Reinauer2012-05-101-0/+91