summaryrefslogtreecommitdiff
path: root/chip/lm4/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-754/+0
* printf: Convert %l to %llEvan Green2019-10-051-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* clock: Fix clock_wait_cycles() asmShawn Nematbakhsh2016-11-181-2/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-10/+5
* lm4: Increase time to wake up from deep sleepShawn Nematbakhsh2015-01-081-2/+2
* lm4: decrease time to wake up from deep sleep to save powerAlec Berg2015-01-061-0/+8
* Add cprints() and ccprints()Vic Yang2014-05-211-5/+5
* lm4: Remove 500k clock delay in clock_init()Randall Spangler2014-02-071-10/+0
* Rename mixed-case config constantsRandall Spangler2013-12-161-2/+2
* lm4: Fixed low power idle doesn't always wake up.stabilize-4920.6.Brelease-R32-4920.BAlec Berg2013-11-051-12/+26
* cleanup: Even more TODO commentsRandall Spangler2013-11-011-7/+9
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-3/+129
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-17/+225
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-6/+126
* Enable ADC charger current monitor for SlippyBill Richardson2013-06-071-4/+0
* Create board configuration for falco bringupBill Richardson2013-05-201-5/+2
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-101-1/+6
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-9/+7
* Clean up clock moduleRandall Spangler2012-10-301-52/+60
* Hook functions no longer return valuesRandall Spangler2012-10-231-4/+5
* Enable PLL only briefly during ADC initRandall Spangler2012-08-091-6/+6
* Move System Control Block registers to core headerVincent Palatin2012-06-151-1/+2
* Better help for console commandsRandall Spangler2012-05-251-3/+9
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-1/+1
* Add option to pll command to divide down system clockRandall Spangler2012-05-151-5/+33
* Add more info to pll debug commandRandall Spangler2012-04-251-2/+14
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-6/+5
* Disable PLL at end of initRandall Spangler2012-04-241-9/+24
* Remove clock calibration for PIOSCRandall Spangler2012-04-201-9/+9
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-25/+2
* Support dynamically changing the system clockRandall Spangler2012-04-091-57/+107
* register console commands at compile-timeVincent Palatin2012-01-241-12/+1
* Calibrate internal oscillator using hibernate clockRandall Spangler2012-01-231-0/+8
* Use internal oscillatorRandall Spangler2012-01-231-10/+9
* Configure all GPIOsRandall Spangler2012-01-121-0/+3
* Add constants for all GPIOs.Randall Spangler2012-01-111-1/+1
* Clean up labels and TODOsRandall Spangler2012-01-101-1/+1
* Initial sources import 3/3Vincent Palatin2011-12-071-0/+199