summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pd: support Rp/Rp debug accessoriesVincent Palatin2017-01-201-0/+1
* pd: Limit input current to 500mA on PD voltage transitionShawn Nematbakhsh2017-01-201-0/+10
* motion: wake up main task for all changes in EC parameter.Gwendal Grignou2015-11-201-1/+3
* motion: fix spellingGwendal Grignou2015-11-181-4/+4
* motion: Change units of ec_rate from us to ms.Gwendal Grignou2015-11-181-5/+5
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-11-181-0/+16
* motion: fix oversampling formulaGwendal Grignou2015-11-141-1/+4
* motion: minium interval between motion task now a variableGwendal Grignou2015-11-132-4/+9
* motion: cleanup include fileGwendal Grignou2015-11-131-5/+0
* driver: bmm150: Add ability to smooth data from compass.Gwendal Grignou2015-11-033-0/+32
* stm32f0: i2c: Set timing register values by port clock sourceShawn Nematbakhsh2015-11-031-0/+11
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-291-1/+1
* common: lightbar: Add histeresis to prevent flickeringGwendal Grignou2015-10-292-3/+10
* common: Add lightbar dimming based on outside light.Gwendal Grignou2015-10-293-0/+25
* motion: fix manage_activity interfaceGwendal Grignou2015-10-291-1/+1
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-147-2/+134
* ryu: modify low battery behaviorVincent Palatin2015-10-021-0/+2
* charge_state_v2: add option to cut-off battery when level is criticalVincent Palatin2015-10-021-0/+3
* ryu: export board versionVincent Palatin2015-10-021-0/+2
* common: motion: Separate motion task interval from AP configurationGwendal Grignou2015-09-302-2/+8
* common: add command spixferGwendal Grignou2015-09-291-0/+1
* samus: Use new config, fix gestureGwendal Grignou2015-09-292-9/+7
* pd: use vbus presence to set debug accessory input current limitAlec Berg2015-09-281-1/+2
* inductive charging: add temperature limitsVincent Palatin2015-09-241-0/+7
* pd: change debug accessory charge supplier typeVincent Palatin2015-09-231-0/+7
* HACK ryu: disable ICO for USB type-C/PD sourcesVincent Palatin2015-09-231-1/+1
* common: motion: Fix accelgyro interfaceGwendal Grignou2015-09-211-2/+2
* common: motion: Add double tap gesture host interfaceGwendal Grignou2015-09-211-0/+1
* common: Add __fls functionGwendal Grignou2015-09-211-1/+4
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-202-1/+6
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-201-1/+1
* motion: Add Gesture InterfaceGwendal Grignou2015-09-204-4/+100
* motion: Add wake up sensor support.Gwendal Grignou2015-09-201-0/+1
* common: math: Use float when CONFIG_FPU is set.Gwendal Grignou2015-09-201-1/+27
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-203-5/+7
* common: math: Stop using FP_BITS directly.Gwendal Grignou2015-09-201-2/+5
* common: Add variable to enable software gesture recognition.Gwendal Grignou2015-09-201-2/+12
* pd: add more flags to USB_PD_CONTROL host commandAlec Berg2015-09-192-4/+19
* pd: add swap commands to USB_PD_CONTROL host commandAlec Berg2015-09-111-1/+11
* charger: honor slow polling S5Vincent Palatin2015-09-111-1/+1
* pd: add option to save power in S5Vincent Palatin2015-09-111-0/+3
* charge_manager: add option to charge from dual-role devicesAlec Berg2015-09-091-0/+3
* cleanup: remove board function callback on charge override timeoutAlec Berg2015-09-091-3/+0
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-081-0/+1
* usb_pd: Add host command to limit external charger voltage / currentShawn Nematbakhsh2015-09-053-4/+20
* charge_manager: Support multiple independent charge ceilingsShawn Nematbakhsh2015-09-051-2/+15
* update case closed debugging partial mode policyVincent Palatin2015-09-031-1/+1
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-312-12/+52
* driver: change get_ interface.Gwendal Grignou2015-08-311-6/+3
* math: Add inverse matrix calculationGwendal Grignou2015-08-311-1/+8