summaryrefslogtreecommitdiff
path: root/chip/npcx/clock.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-517/+0
* 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