summaryrefslogtreecommitdiff
path: root/chip/mec1322/clock.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-181-2/+2
* mec1322: Place `idlestats` behind config option.Aseda Aboagye2016-11-151-2/+2
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* pwm: Add PWM_CONFIG_DSLEEP config flagShawn Nematbakhsh2016-04-271-4/+14
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-2/+4
* mec1322: Do not shutdown LPC in deepsleep.Divya Jyothi2016-03-171-3/+4
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-091-0/+19
* mec1322: clocks: Don't squash reserved bits in sleep / wakeShawn Nematbakhsh2015-09-101-6/+6
* mec1322: bug fix for hibernation timerKyoung Kim2015-09-081-4/+4
* mec1322: keep 32KHz on for ROSC accuracyKyoung Kim2015-07-281-7/+1
* mec1322: heavysleep in idle task and console deepsleepKyoung Kim2015-07-171-0/+411
* mec1322: Added support to use crystal vs oscillator based on board's clock ci...Kevin K Wong2014-12-291-1/+12
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* mec1322: initial commitVic (Chun-Ju) Yang2013-11-211-0/+38