summaryrefslogtreecommitdiff
path: root/chip/npcx/registers.h
Commit message (Expand)AuthorAgeFilesLines
* NPCX ESPI: fix some typosEdward Hill2019-10-161-6/+6
* npcx7: UART: wait for Tx empty before enabling deep-sleepCHLin2019-07-231-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-0/+1
* npcx7: introduce npcx7m7wc chip and refine memory layout of npcx7m7wbCHLin2019-04-031-3/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-67/+67
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-23/+23
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* npcx: introduce npcx7m6fc chip definitions and configurationsCHLin2018-11-281-2/+6
* npcx: Don't clear IBBR bit via a read-modify-write sequenceCHLin2018-09-211-0/+6
* npcx: Decide erase size based on ro/rw region sizeFurquan Shaikh2018-09-051-0/+2
* npcx: WoV: enhance the WoV driver and fix bugsCHLin2018-09-031-0/+1
* npcx7: system: change the default value of FMUL_WIN_DLYMulin Chao2018-07-151-0/+1
* npcx: uart: Add driver support for the second UARTCHLin2018-07-051-19/+52
* keyboard_scan: Add option to support keyboards with language IDparis_yeh2018-05-301-1/+0
* npcx: CEC: Add stub implementation of CECStefan Adolfsson2018-05-111-0/+1
* npcx: change chip variants of npcx7 series for better clarification.Mulin Chao2018-04-271-1/+1
* npcx7: uart: Add FIFO mode supportCHLin2018-04-181-1/+31
* npcx7: WoV: Add support for Wake-on-Voice (WoV) moduleCHLin2018-02-281-1/+191
* npcx: Set ESPI_MAXFREQ based on FMCLK valueFurquan Shaikh2018-02-201-0/+16
* npcx: set eSPI speed to max supported by hardwareCaveh Jalali2018-02-151-0/+10
* Nami: Enable hibernate using silegoElthan_Huang2018-02-121-1/+0
* npcx7: Add definition/configuration for npcx7m6xb/npcx7m7wCHLin2018-01-171-1/+8
* npcx: unset ESPIRSTWE bit to prevent ec cannot enter low power modeCHLin2017-11-281-1/+1
* npcx/uart: Simplify UART register handlingNicolas Boichat2017-10-251-27/+43
* chip/npcx: Add support for pad-switching UARTNicolas Boichat2017-10-251-26/+0
* npcx: espi: Add new bit fields of eSPI regs and remove useless ones.Mulin Chao2017-09-281-36/+71
* npcx: shi: add the support for SHI module version 2CHLin2017-08-171-2/+28
* npcx: Build RW_B and support sysjump to itDaisuke Nojiri2017-07-131-0/+1
* npcx: gpio: Lock VCC_RST# alternative bit of DEVALTA.Mulin Chao2017-06-101-0/+1
* npcx: clock: Add support for external 32kHz crystal osc.Mulin Chao2017-06-091-4/+19
* npcx: system: fix the incorrect checking of invalid BBRAM(IBBR) bit.CHLin2017-06-081-3/+3
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-0/+3
* npcx: keyboard: Add quasi-bidirectional buffers support on npcx7 ec.Mulin Chao2017-05-061-0/+3
* npcx: i2c: Add support for npcx7 series ecMulin Chao2017-05-041-16/+78
* npcx: clock: uart: Add support for npcx7 series ec.Mulin Chao2017-04-251-1/+10
* npcx: gpio: Add support for npcx7 series ec.Mulin Chao2017-04-251-20/+73
* npcx: gpio: Change second tachometer source from TB2 to TA2.Mulin Chao2017-04-181-5/+6
* npcx: lpc: Do not use FW_OBF bit to clear OBF bitCHLin2017-01-031-0/+3
* npcx: espi: Fix SMI/SCI virtual wire handlingCHLin2016-10-261-0/+15
* lpc: Add function for host reset without RCIN GPIODuncan Laurie2016-10-261-0/+9
* npxc: lpc: correct setting for SCI/SMI gererated from PM moduleCHLin2016-10-121-0/+2
* npcx: gpio: Remove DEBUG_GPIO to make gpio_interrupt reentrantShawn Nematbakhsh2016-09-231-1/+0
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-231-0/+1
* npcx: Fixed bug that api utility in ROM doesn't enable burst mode.Mulin Chao2016-09-151-0/+29
* npcx: set the BUSY bit while handling ACPI command write.Kevin K Wong2016-08-211-3/+4
* chip/npcx/lpc: Fix SCI and SMI generationFurquan Shaikh2016-08-191-0/+13
* npcx: Add espi driver of npcx5mng for x86-based platform.Mulin Chao2016-08-101-0/+201
* npcx: shi: Remove excessively verbose printsShawn Nematbakhsh2016-04-191-1/+1
* npcx: pwm: Fix PWM moduleShawn Nematbakhsh2016-03-281-2/+1