summaryrefslogtreecommitdiff
path: root/chip/npcx/espi.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-10/+7
* chip: Sort header filesJeremy Bettis2022-11-291-7/+7
* npcx: avoid invalid VW signal indexBoris Mittelberg2022-11-101-0/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* config: rename HOSTCMD_ESPI_* to HOST_INTERFACE_ESPI_*Michał Barnaś2022-09-091-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* chip/npcx/espi.c: Format with clang-formatJack Rosenthal2022-07-011-90/+86
* chip/npcx: Add function to poll DIRTY bit for virtual wire changesTim Wawrzynczak2022-05-261-0/+25
* npcx: eSPI: workaround the issue in NPCX99nF errata rev1_2, No.3.10.Jun Lin2022-05-121-0/+9
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-3/+3
* npcx: Always print on eSPI bus errorRob Barnes2021-08-311-1/+2
* COIL: chip/npcx: rename IS_SLAVE_CHAN_ENABLECaveh Jalali2021-06-041-3/+3
* COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_...Caveh Jalali2021-06-041-24/+25
* COIL: chip/npcx: Update some commentsCaveh Jalali2021-06-041-7/+7
* chip/npcx/espi: Remove errata 2.22 for NPCX7+Raul E Rangel2021-05-251-0/+10
* chip/npcx/espi: Fix race condition between PLTRST# and PCHANENRaul E Rangel2021-05-251-3/+3
* npcx: eSPI: add a config to reset SLP_Sx VW when eSPI_RST assertsJun Lin2021-03-171-0/+4
* npcx: make required changes in some modules for npcx9CHLin2020-09-251-1/+1
* 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