summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* npcx9: port80: support 4 bytes mode for eSPI host interfaceJun Lin2021-04-292-6/+50
* power: go to hibernate mode immediately if woken up by rtc overflow.Mulin Chao2021-04-211-0/+31
* npcx: watchdog: fix the way to check watchdog expiration for aux timerJun Lin2021-04-131-44/+30
* npcx: Fixup eSPI registersRob Barnes2021-03-242-3/+43
* npcx: eSPI: add a config to reset SLP_Sx VW when eSPI_RST assertsJun Lin2021-03-171-0/+4
* common: move some structures from .rodata to .dataKeith Short2021-02-051-1/+1
* npcx: remove VBNVCNTXT storage in bbramJack Rosenthal2021-02-022-14/+5
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-23/+15
* npcx7: Set the erase size to 64 KiBKeith Short2021-01-271-15/+24
* npcx: fan: fix the enumeration of the tachometer clockWealian Liao2021-01-261-1/+1
* chip/npcx/pwm: update commentCaveh Jalali2021-01-201-1/+1
* shi: Fix TX buffer synchronization by leaving a gap on filling statusWai-Hong Tam2021-01-151-12/+18
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-152-4/+4
* npcx/system: LCT compensate for MTC in PSL_hibernateWealian Liao2021-01-124-7/+69
* chip: npcx: remove comment about keeping things in sync with zephyrJack Rosenthal2021-01-081-6/+1
* npcx9: remove unnecessary default CONFIGs for internal flashWealian Liao2020-12-281-2/+0
* Revert "npcx9: remove unnecessary default CONFIGs for internal flash"Hung-Te Lin2020-12-221-0/+2
* npcx9: remove unnecessary default CONFIGs for internal flashWealian Liao2020-12-221-2/+0
* npcx: Don't delay hibernate wake by 2 seconds (v2)Edward Hill2020-12-162-11/+12
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-145-12/+9
* npcx: Don't delay hibernate wake by 2 secondsEdward Hill2020-12-071-1/+5
* npcx: avoid checking value of undefined symbolCaveh Jalali2020-11-192-0/+8
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-081-1/+6
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* npcx: Explicitly disable alt-function for unused pinsWai-Hong Tam2020-10-311-2/+5
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* npcx: Configure unused GPIOs as INPUT with PU to save powerWai-Hong Tam2020-10-221-0/+6
* npcx9: support SHA256 hardware acceleratorCHLin2020-10-134-1/+178
* npcx9_evb: add board to support the npcx9's EVBCHLin2020-10-071-0/+8
* npcx9: workaround the download_from_flash API of the booterCHLin2020-10-054-2/+175
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-058-27/+393
* npcx: add ADC support for NPCX9 and remove the deassertion thresholdWealian Liao2020-10-052-28/+15
* npcx/system: Use newly provided functions to access panic dataPatryk Duda2020-10-011-3/+5
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* npcx: make required changes in some modules for npcx9CHLin2020-09-2510-23/+69
* npcx: add GPIO support for npcx9 and refactor GPIO driverCHLin2020-09-258-185/+899
* npcx: fix ADC repetitive mode and single mode switchWealian Liao2020-09-252-13/+81
* npcx: add features, memory configuration and ID for npcx9CHLin2020-09-236-22/+163
* npcx7: set code RAM size to actual code RAM sizePeter Marheine2020-09-231-4/+13
* npcx: change registers and hwtimer to support npcx9CHLin2020-09-229-670/+1550
* npcx: i2c: Don't set ACK when using FIFO modeCHLin2020-09-081-5/+16
* npcx7: introduce new chip variant npcx7m7fcCHLin2020-08-194-10/+23
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-172-4/+8
* task: Change mutex_lock() assertEdward Hill2020-08-151-4/+0
* npcx: add support for rom resident sectionsKeith Short2020-08-132-2/+23
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-2/+9
* Revert "task: Fix mutex_lock() assert (reland)"caveh jalali2020-08-071-9/+2
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-061-2/+9
* chip/npcx/lpc: Read HIKMST before HIKMDIRaul E Rangel2020-08-061-1/+9