summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_flash
Commit message (Expand)AuthorAgeFilesLines
* zephyr: asurada: reload watchdog on each flash writeDino Li2021-08-131-0/+8
* zephyr: shim: use NPCX_CLK_CTRL_NODE for clock controlFabio Baltieri2021-08-061-1/+1
* zephyr/drivers: flash: enable SHI interrupt to handle AP's commandTim Lin2021-08-051-0/+8
* zephyr/drivers: flash: add watchdog reload in flash erasingTim Lin2021-08-051-1/+30
* zephyr/drivers: it8xxx2: flash protection API is deprecatedTim Lin2021-07-141-1/+3
* zephyr/drivers: it8xxx2: add flash controllerTim Lin2021-07-023-0/+290
* zephyr/drivers: npcx: reorganizes the flash driver(3)Tim Lin2021-07-011-0/+74
* zephyr/drivers: npcx: reorganizes the flash driver(2)Tim Lin2021-07-011-143/+186
* zephyr/drivers: npcx: reorganizes the flash driver(1)Tim Lin2021-07-011-5/+186
* zephyr: shim: use DEVICE_DT_GET for clock controlFabio Baltieri2021-06-281-2/+1
* zephyr: drivers: use DEVICE_DT_INST_DEFINE for device definitionsFabio Baltieri2021-06-281-3/+4
* zephyr: drivers: fix a couple licence textsFabio Baltieri2021-06-281-4/+3
* Zephyr: cros_flash: change the flash erase size from 4K to 64KJun Lin2021-04-121-1/+1
* zephyr: Drop use of DEVICE_AND_API_INIT() in drivers/cros*Simon Glass2021-02-191-4/+3
* zephyr: flash/system: enable common/flash.c & common/system.cYuval Peress2021-02-031-1/+1
* zephyr: Fix kconfig license headerYuval Peress2021-01-291-3/+3
* drivers: disable cros_flash until the code can compileJack Rosenthal2021-01-151-1/+1
* drivers: Add cros_flash driver for npcx chipMulin Chao2021-01-153-0/+541