summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* 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
* npcx: gpio: implement the gpio_get_flags_by_mask functionCHLin2018-11-051-3/+85
* NPCX: Fix for alternate GPIOs on the NPCX7Diana Z2018-11-051-2/+4
* npcx: gpio: fix bugs of low voltage level selectionCHLin2018-10-302-14/+21
* npcx: add console command to better investigate power consumption of GPIOsCHLin2018-10-301-0/+97
* npcx: gpio: support internal pull-down when enable low voltage modeCHLin2018-10-261-5/+9
* npcx: gpio: refactor the composition of pinmux tableCHLin2018-10-252-365/+340
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-1/+1
* npcx: Check WP_IF for internal flash before writing status registerFurquan Shaikh2018-09-271-1/+11
* npcx: Don't clear IBBR bit via a read-modify-write sequenceCHLin2018-09-212-3/+12
* npcx7: Report PSL_CTS on wake from hibernateFurquan Shaikh2018-09-141-0/+14
* npcx: Change sleep in flash_wait_ready to 10usecFurquan Shaikh2018-09-071-15/+14
* npcx: Decide erase size based on ro/rw region sizeFurquan Shaikh2018-09-055-10/+41
* chip/npcx: Tidy up comments for init_hw_timer()Simon Glass2018-09-042-2/+9