summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/flash.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Fix comment referencing functionAndrew McRae2022-02-141-1/+1
* zephyr: flash: Rename cros-ec,flash to cros-ec,flash-controllerWealian Liao2022-01-281-3/+3
* zephyr: flash: clean up the shim layerDawid Niedzwiecki2022-01-181-16/+43
* zephyr: use a chosen node to detect internal flashPeter Marheine2021-11-301-7/+7
* zephyr: flash: npcx: move the flash operations to upstreamJun Lin2021-11-121-0/+5
* zephyr: add support for flashchip commandMichał Barnaś2021-10-011-0/+37
* zephyr/drivers: npcx: reorganizes the flash driver(3)Tim Lin2021-07-011-56/+4
* zephyr/drivers: npcx: reorganizes the flash driver(2)Tim Lin2021-07-011-29/+0
* zephyr/drivers: npcx: reorganizes the flash driver(1)Tim Lin2021-07-011-194/+0
* include/flash: rename the APIsTim Lin2021-06-091-23/+23
* zephyr: fix initialization priority to be forward compatibleYuval Peress2021-04-071-1/+5
* zephyr: flash: change flash_lock to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-9/+1
* zephyr: Add locking to shimmed flash.cYuval Peress2021-02-121-3/+72
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-3/+3
* zephyr: shim the flash accessJunLin2020-12-291-6/+327
* zephyr: Add the beginnings of a shim for flash accessSimon Glass2020-12-291-0/+39