summaryrefslogtreecommitdiff
path: root/common/spi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-2/+2
* common: Sort header filesJeremy Bettis2022-11-291-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-7/+7
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/spi_flash.c: Format with clang-formatJack Rosenthal2022-06-291-47/+39
* 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