summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/flash.c
Commit message (Expand)AuthorAgeFilesLines
* 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