summaryrefslogtreecommitdiff
path: root/chip/lm4/adc.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* servo_v4: Fix ADC console commandNick Sanders2016-05-261-12/+0
* common: adc/i2c: Mark task_waiting volatileShamile Khan2015-12-011-1/+1
* ADC: Add common priority for the ADC initVijay Hiremath2015-07-161-1/+1
* lm4: Use a special task event for ADC conversionsChromeOS Developer2014-03-261-5/+16
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-4/+4
* Move ADC console command to commonVic (Chun-Ju) Yang2013-12-201-15/+12
* lm4: ADC clock management bug fixAlec Berg2013-11-011-3/+27
* cleanup: comments in adc modulesRandall Spangler2013-10-251-6/+7
* lm4: Disable ADC module when not in use.Alec Berg2013-10-251-1/+15
* cleanup: Rename and move header filesRandall Spangler2013-10-231-1/+1
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-3/+3
* Use macros for C <-> K conversionsBill Richardson2013-08-071-1/+2
* Use sample averaging on ADC to increase accuracyBill Richardson2013-07-091-0/+3
* Fix broken ADC gpio configuration for lm4Bill Richardson2013-06-071-4/+5
* Clean up ADC moduleRandall Spangler2012-10-301-69/+48
* Use SECOND and MSEC constantsRandall Spangler2012-10-291-1/+1
* Hook functions no longer return valuesRandall Spangler2012-10-231-3/+1
* Enable PLL only briefly during ADC initRandall Spangler2012-08-091-15/+27
* Better help for console commandsRandall Spangler2012-05-251-2/+8
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-0/+2
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-5/+3
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+8
* EC: Use interrupt for ADCVic Yang2012-04-161-3/+49
* Clean up chip/board configs for LM4Randall Spangler2012-03-161-0/+1
* Use precision internal osciallator for UART and ADCRandall Spangler2012-03-121-3/+6
* Fix a bug that ADC input is not correctly configured.Vic Yang2012-02-021-3/+37
* Refactor ADC code and add Link charger current ADC supportVic Yang2012-02-021-72/+63
* register console commands at compile-timeVincent Palatin2012-01-241-11/+2
* Use correct ADC channel for charger current on linkRandall Spangler2012-01-231-5/+6
* Change register.h macros to use inline funcs without concatenate (##).Randall Spangler2011-12-131-2/+2
* Initial sources import 1/3Randall Spangler2011-12-071-0/+166