summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-192-24/+43
* pd: add more flags to USB_PD_CONTROL host commandAlec Berg2015-09-181-6/+24
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-20/+138
* motion: Add wake up sensor support.Gwendal Grignou2015-09-181-11/+22
* common: Move tps65090 PMIC driver to driver/.Aseda Aboagye2015-09-184-1465/+0
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-182-13/+17
* common: motion: print return of drv->init()Gwendal Grignou2015-09-181-8/+15
* cleanup: Fix npcx buildShawn Nematbakhsh2015-09-171-7/+1
* motion: add config option to use the old accelerometer ref frameAlec Berg2015-09-172-5/+55
* motion: fix task to guarantee task never exitsAlec Berg2015-09-171-2/+3
* usb_pd: Add TODO for pd soft reset process.Ben Lok2015-09-171-1/+5
* md console command can dump memory in more formatsBill Richardson2015-09-161-14/+74
* tcpc: update to tcpci RC3Alec Berg2015-09-161-16/+23
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-163-9/+8
* cleanup: Change meaning of storage offset CONFIGsShawn Nematbakhsh2015-09-165-33/+91
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-163-31/+13
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-167-37/+39
* Celes: Add define to support GD25Q41B for External EC ROM.jongpil19.jung2015-09-151-1/+1
* common: math: Stop using FP_BITS directly.Gwendal Grignou2015-09-151-39/+39
* pd: restart toggling immediatly when dual role mode is re-enabledVincent Palatin2015-09-151-0/+2
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-0/+1
* pd: add option to save power in S5Vincent Palatin2015-09-141-0/+6
* oak_pd: tcpm_power_status: Update power status on initRong Chang2015-09-141-19/+28
* pd: add swap commands to USB_PD_CONTROL host commandAlec Berg2015-09-111-8/+29
* common: Add variable to enable software gesture recognition.Gwendal Grignou2015-09-112-2/+2
* motion: Fix a bug in accelrateGwendal Grignou2015-09-111-0/+2
* als: Disable task when host is not runningDuncan Laurie2015-09-101-2/+27
* pd: increasing the waiting time after pd soft reset.Ben Lok2015-09-101-1/+1
* charge_manager: do not allow overlapping charge override commandsAlec Berg2015-09-091-11/+17
* pd: make sure attention command is treated as an SVDMstabilze-7441.Bstabilize-7442.BAlec Berg2015-09-081-1/+1
* charge_manager: ensure we source power when not chargingAlec Berg2015-09-081-18/+12
* charge_manager: add option to charge from dual-role devicesAlec Berg2015-09-081-7/+15
* eoption: Remove unused eeprom option storage codeAnton Staaf2015-09-083-194/+0
* update case closed debugging partial mode policyVincent Palatin2015-09-082-4/+7
* UART: Remove unused uart.h header includesAnton Staaf2015-09-081-1/+0
* I2C: Remove unused arbitration supportAnton Staaf2015-09-082-105/+0
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-5/+22
* Update some TODO comments.Bill Richardson2015-09-031-0/+1
* oak: handle USB BC 1.2 status changeRong Chang2015-09-031-4/+11
* pd: send soft reset before an EC resetAlec Berg2015-09-012-8/+18
* oak: enable MBKP events for PD eventsBen Lok2015-08-311-1/+1
* cortex-m: Fix sysjump to RO with CONFIG_RO_HEAD_ROOMBill Richardson2015-08-311-1/+8
* samus: Use new config, fix gestureGwendal Grignou2015-08-291-13/+0
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-115/+181
* common: motion_sense: Fix Light sensor sequencingGwendal Grignou2015-08-291-5/+6
* driver: change get_ interface.Gwendal Grignou2015-08-292-13/+11
* Keyboard: Add a macro to conditionally compile the console commandsVijay Hiremath2015-08-282-2/+4
* math: Add inverse matrix calculationGwendal Grignou2015-08-241-0/+57
* motion_sense: calculate threshold properlyGwendal Grignou2015-08-241-11/+21
* motion_sense: Force flush when sensor disabled.Gwendal Grignou2015-08-241-7/+1