summaryrefslogtreecommitdiff
path: root/chip/npcx/clock.c
Commit message (Expand)AuthorAgeFilesLines
* npcx9: support SHA256 hardware acceleratorCHLin2020-10-131-1/+10
* npcx: make required changes in some modules for npcx9CHLin2020-09-251-4/+8
* npcx: Do not reload the OFMCLK when system-jumpCHLin2020-01-151-12/+19
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* clock: define the function clock_enable_module to all EC chipsCHLin2019-03-131-1/+13
* npcx: uart: Add driver support for the second UARTCHLin2018-07-051-4/+2
* npcx: gpio: bypass for excessive power consumption on low-voltage IOs.Mulin Chao2018-06-291-0/+10
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-1/+1
* npcx: fixed the assembly code of deep idle bypassCHLin2017-11-091-6/+4
* chip/npcx: Add support for pad-switching UARTNicolas Boichat2017-10-251-1/+2
* npcx: bypass for CSAE issue if CONFIG_LOW_POWER_IDLE is disabledMulin Chao2017-09-051-1/+1
* npcx: bypasses for SHM reading fail via eSPI and CSAE impact efficiencyMulin Chao2017-08-211-0/+11
* npcx: clock: Add support for external 32kHz crystal osc.Mulin Chao2017-06-091-0/+5
* npcx: clock: uart: Add support for npcx7 series ec.Mulin Chao2017-04-251-74/+62
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-181-2/+2
* npcx: hwtimer: Fix 'slow' timer count just before overflowShawn Nematbakhsh2016-11-091-0/+7
* npcx: Fix hwtimersShawn Nematbakhsh2016-11-091-4/+9
* npcx: Better download time for sysjump by increasing clock freq.Mulin Chao2016-09-081-0/+28
* kevin: Use 32.768KHz input clock for improved RTC accuracyShawn Nematbakhsh2016-09-071-0/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* npcx: Fixed bug that unexpected value of timer which source clock is 32KMulin Chao2016-05-111-2/+15
* nuc: Modify divider of apb2 to 1 if it's freq isn't divisible by 1MHzMulin Chao2016-02-101-0/+8
* nuc: Add support for CONFIG_LOW_POWER_S0.Mulin Chao2016-02-061-10/+34
* nuc: Adjust core clock from 16/12 MHz to 15/13 MHz.Mulin Chao2016-01-201-5/+14
* nuc: Get more accurate value of deep idle time.Mulin Chao2016-01-051-3/+7
* nuc: Enable lower core CLK for power consumptionCHLin2015-12-211-1/+6
* nuc:Ian Chao2015-07-251-7/+3
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-18/+13
* WIP - Nuvoton 30-Jan patchRandall Spangler2015-02-251-1/+1
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-0/+379