summaryrefslogtreecommitdiff
path: root/chip/lm4/adc.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-273/+0
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-1/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* 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