summaryrefslogtreecommitdiff
path: root/chip/lm4/clock.c
Commit message (Expand)AuthorAgeFilesLines
* 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