summaryrefslogtreecommitdiff
path: root/chip/npcx/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* npcx: fix port80 buffer overflowBoris Mittelberg2022-01-041-1/+2
* config: rename CONFIG_HOSTCMD_ESPI to CONFIG_HOST_INTERFACE_ESPIKeith Short2021-11-191-11/+11
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-5/+5
* chip/npcx: Fix enum typeTom Hughes2021-10-051-1/+1
* npcx9: port80: support 4 bytes mode for eSPI host interfaceJun Lin2021-04-291-6/+49
* npcx: make required changes in some modules for npcx9CHLin2020-09-251-1/+9
* chip/npcx/lpc: Read HIKMST before HIKMDIRaul E Rangel2020-08-061-1/+9
* npcx/lpc: Don't enable PM channel OBE interrupt at initWealian2020-03-111-3/+2
* include/lpc.h: Expose lpc_aux_put_charRaul E Rangel2020-03-021-3/+8
* chip/npcx/lpc: Don't enable Output Buffer Empty by defaultRaul E Rangel2020-02-271-2/+2
* chip/npcx/lpc: Set bit 5 when sending AUX responses.Raul E Rangel2020-02-271-0/+5
* chip/nxcp/lpc: Fix race condition when reading 8042 data.Raul E Rangel2020-02-271-4/+9
* npcx: enable the host interface mouse channelCHLin2020-01-301-2/+20
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* npcx: disable the selection of JTAG0 signals due to strapCHLin2019-04-271-195/+20
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* npcx: lpc: don't set SHCFG[7:5] in the driver's initializationCHLin2018-12-201-2/+0
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-11/+11
* npcx: lpc: Remove FW_OBF bypass for npcx7 and later npcx ec series.Mulin Chao2018-05-181-0/+13
* npcx/lpc: Add debug command to trigger sci/smi/wakeFurquan Shaikh2018-04-271-0/+20
* chip/npcx: Ensure software watchdog has highest priorityNicolas Boichat2018-04-051-5/+5
* npcx: lpc: fixed bug that ec gets stuck in lpc_sib_wait_hostxx routines.Mulin Chao2018-04-011-4/+11
* lpc: remove lpc_host_resetJett Rink2018-03-261-27/+0
* npcx: Conforming CONFIG_UART_HOST define to match intentionJett Rink2018-03-061-1/+1
* lpc: Removing unnecessary register writesJett Rink2018-02-161-6/+1
* npcx: do not power down eSPI when enabledCaveh Jalali2018-02-121-3/+0
* lpc: Prevent watchdog reset caused by KBC IBF interrupt on chromebox.Mulin Chao2018-02-081-0/+8
* cleanup: formatting debug messageJett Rink2018-02-011-4/+3
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-6/+6
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-10/+0
* npcx: espi: fixed bug that ec cannot wakeup from deep idle by VW eventsMulin Chao2017-10-291-2/+4
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-86/+17
* npcx: bypasses for SHM reading fail via eSPI and CSAE impact efficiencyMulin Chao2017-08-211-12/+3
* Revert "npcx: workaround the bug that SHM data read via eSPI may be corrupted"Nicolas Boichat2017-08-161-3/+12
* npcx: workaround the bug that SHM data read via eSPI may be corruptedCHLin2017-07-311-12/+3
* npcx: Drop unused cmd_params from lpc.cStefan Reinauer2017-07-281-2/+0
* npcx: lpc: Remove WUI57 of table 0 initialization on eSPI modeFurquan Shaikh2017-03-061-1/+11
* intel_x86: Make common code for LPC S0 <-> S0ix transitionsVijay Hiremath2017-01-211-49/+0
* npcx: lpc: Do not use FW_OBF bit to clear OBF bitCHLin2017-01-031-24/+106
* npcx: lpc: Remove unsupport old-style host command.Mulin Chao2016-12-201-44/+1
* npcx: lpc: clear EC_LPC_CMDR_BUSY status bit on init & LRESET asserted.Mulin Chao2016-12-151-0/+8
* npcx: lpc: Fix KB malfunction after power-key off and then onCHLin2016-12-081-3/+0
* npcx: set and clear wake masks in S0 <-> S0ix transitionsArchana Patni2016-11-161-1/+50
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* npcx: espi: Fix SMI/SCI virtual wire handlingCHLin2016-10-261-2/+41
* lpc: Add function for host reset without RCIN GPIODuncan Laurie2016-10-261-2/+29
* npcx: lpc: Fix DP80CTL setting for eSPIDuncan Laurie2016-10-251-0/+4