summaryrefslogtreecommitdiff
path: root/common/spi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-707/+0
* mchp: Optimize spi_flash_read() APImartin yan2021-08-061-1/+1
* include/flash: rename the APIsTim Lin2021-06-091-1/+2
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-7/+8
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-6/+8
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common/spi_flash: don't mix up unsigned and signed typesPatrick Georgi2018-08-011-6/+6
* flash: Fix offset bug in spi_flash_readscott worley2018-05-181-5/+5
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* Enable spi_flash_read to read > SPI_FLASH_MAX_READ_SIZEphilipchen2016-10-051-9/+21
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-231-29/+50
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-14/+7
* spi_flash: print spi flash size in proper unitNaresh G Solanki2016-03-301-1/+1
* spi_flash: Reload watchdog before writing a flash pageShamile Khan2016-03-251-2/+1
* spi_flash: Reload watchdog after erasing each 32K blockShawn Nematbakhsh2016-03-021-0/+5
* mec1322: Ensure flash operation has completed before returning.Shamile Khan2015-09-291-46/+8
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-6/+6
* common: change interface to SPI flashGwendal Grignou2015-07-301-17/+20
* cyan: fix issues with write protectionAndrey Petrov2015-07-161-2/+8
* spi/mec1322: Ensure that SPI Flash write chunks do not crossShamile Khan2015-06-121-13/+32
* spi_flash: Rework protection translation functionsShawn Nematbakhsh2015-03-171-236/+5
* spi_flash: Add protect support for W25X40Shawn Nematbakhsh2015-03-111-15/+104
* Fix errors discovered by new compiler.Bill Richardson2014-11-211-16/+0
* Refactor STM32 SPI flash driverVic Yang2014-07-151-0/+841