summaryrefslogtreecommitdiff
path: root/chip/npcx/espi.c
Commit message (Expand)AuthorAgeFilesLines
* eSPI: Configure SLP_S3, SLP_S4 separatelyAbe Levkoy2019-10-301-1/+1
* NPCX ESPI: fix some typosEdward Hill2019-10-161-2/+2
* npcx: espi: guard to call power_signal_interruptCHLin2019-10-081-2/+3
* npcx: espi: clear pending bit while setting VW interruptCHLin2019-10-081-0/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-051-3/+3
* npcx: Preserve default values of HW_WIREFurquan Shaikh2018-03-021-2/+2
* npcx: set eSPI speed to max supported by hardwareCaveh Jalali2018-02-151-3/+2
* npcx: unset ESPIRSTWE bit to prevent ec cannot enter low power modeCHLin2017-11-281-1/+1
* npcx: espi: fixed bug that ec cannot wakeup from deep idle by VW eventsMulin Chao2017-10-291-7/+7
* npcx: espi: Fixed the bug which ec cannot enter deep sleep on npcx7.Mulin Chao2017-09-281-0/+8
* npcx: espi: Remove useless comparisonMartin Roth2017-08-131-1/+1
* npcx: espi: Fix errors with unsigned variableMartin Roth2017-08-131-2/+4
* chip/npcx/espi: Handle global reset events asserting eSPI_Reset#Furquan Shaikh2017-02-091-0/+2
* npcx: espi: Fix pltrst handler for chipset reset hookDuncan Laurie2016-10-251-14/+28
* npcx: Enable VW's valid bits of SCI#/SMI# if no CONFIG_SCI_GPIO.Mulin Chao2016-10-111-6/+10
* npcx: Fixed bug which only handles VW event of SUS_WARN# in rising edge.Mulin Chao2016-09-011-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-3/+2
* npcx: Add espi driver of npcx5mng for x86-based platform.Mulin Chao2016-08-101-0/+656