summaryrefslogtreecommitdiffstats
path: root/src/include/spi_flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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