summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* NPCX ESPI: fix some typosEdward Hill2019-10-162-8/+8
* npcx: Ensure the watchdog isn't stopped while it is invalid to do soJett Rink2019-10-093-10/+31
* npcx7: fix RAM powerdown regressionCaveh Jalali2019-10-081-2/+3
* 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
* printf: Fix formatting errorsEvan Green2019-10-051-4/+6
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-026-19/+20
* chip/npcx: fix cprints argumentsCaveh Jalali2019-10-011-2/+2
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-8/+1
* audio_codec: replace legacy console channelTzung-Bi Shih2019-09-171-2/+2
* Revert "npcx: ensure we don't unlock watchdog too soon"Caveh Jalali2019-09-124-32/+13
* npcx: ensure we don't unlock watchdog too soonJett Rink2019-09-124-13/+32
* audio_codec: refactor I2S RXTzung-Bi Shih2019-09-031-0/+2
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-263-25/+26
* npcx: i2c: adjust i2c bus frequency when it is set to 100kHz.Mulin Chao2019-08-121-2/+2
* npcx: make i2c slave address uint16_t to be standardDenis Brockus2019-07-231-1/+1
* npcx7: UART: wait for Tx empty before enabling deep-sleepCHLin2019-07-234-2/+39
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-8/+8
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-14/+11
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-202-2/+2
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1929-29/+29
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-171-1/+1
* npcx: disable the selection of JTAG0 signals due to strapCHLin2019-04-276-196/+259
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* gpio: add config option for using gpio_get_flagsMary Ruthven2019-04-051-1/+1
* npcx7: introduce npcx7m7wc chip and refine memory layout of npcx7m7wbCHLin2019-04-035-16/+27
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-2612-88/+88
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2610-36/+36
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* clock: define the function clock_enable_module to all EC chipsCHLin2019-03-131-1/+13
* Reland "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Mulin Chao2019-03-073-20/+14
* Revert "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Daisuke Nojiri2019-03-062-12/+15
* npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is zero.Mulin Chao2019-03-052-15/+12
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-012-1/+2
* audio_codec: Implement NPCX version of audio host command functionsCheng-Yi Chiang2019-02-272-0/+163
* npcx: shi: enable sleep bit in suspend hook function.Mulin Chao2019-01-161-0/+6
* npcx: lpc: don't set SHCFG[7:5] in the driver's initializationCHLin2018-12-201-2/+0
* Keyboard: Consolidate keyboard factory testsDaisuke Nojiri2018-12-171-62/+3
* keyboard: restore KBD_KSO2 after keyboard factory scan testingDevin Lu2018-12-171-1/+4
* wov: Add API method to retrieve the channel gain parametersScott Collyer2018-12-062-0/+22
* wov: Modify wov_set_gain to update gain params in wov_confScott Collyer2018-12-041-0/+3
* wov: Split i2s_set_config into 2 functionsScott Collyer2018-12-042-11/+34
* wov: Fix mispelling of wov_conf right_chan_gainScott Collyer2018-12-042-2/+2
* wov: Detect I2S overrun/underrun burstsScott Collyer2018-12-041-0/+46
* npcx: introduce npcx7m6fc chip definitions and configurationsCHLin2018-11-284-14/+29
* CEC: Set pull-up highDaisuke Nojiri2018-11-271-0/+3
* Fan: Allow fan count to be set dynamicallyDaisuke Nojiri2018-11-192-2/+1
* chip/npcx: Default output the i2c_recovery() error messageZhuohao Lee2018-11-141-2/+3