summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* motion_sense: Allow multiple IRQ based sensorsGwendal Grignou2015-08-221-17/+25
* cyan: fix sensors matricesGwendal Grignou2015-08-221-2/+6
* i2c: Fix i2c_lock deadlock on sysjumpShawn Nematbakhsh2015-08-221-3/+3
* i2c: Fix SCL unwedge logicKevin Cernekee2015-08-221-9/+10
* usb_pd: Add host command to limit external charger voltage / currentShawn Nematbakhsh2015-08-223-6/+88
* Cr50: Build external libs remotely, but put objects hereBill Richardson2015-08-221-3/+3
* cr50: add tpm response processing.Vadim Bendebury2015-08-211-9/+54
* oak: add usb charger tasksAlec Berg2015-08-211-0/+4
* pd: Enable detection of VBUS via the TCPM/TCPCI interfaceScott2015-08-212-5/+66
* ryu: re-calibrate lightbar colors for device.Todd Broch2015-08-212-1/+13
* lightbar: document how it all worksBill Richardson2015-08-201-0/+87
* charge_manager: Support multiple independent charge ceilingsShawn Nematbakhsh2015-08-193-16/+55
* cr50: tpm2: pull in the tpm2 library sourcesVadim Bendebury2015-08-141-2/+18
* cr50: introduce tpm task skeletonVadim Bendebury2015-08-141-4/+17
* export MSDN clock() functionVadim Bendebury2015-08-141-0/+5
* Revert "Trigger lightbar pattern from charger task if necessary"Eric Caruso2015-08-131-4/+0
* Trigger lightbar pattern from charger task if necessaryEric Caruso2015-08-121-0/+4
* Cyan: Added Clamshell/Tablet mode supportli feng2015-08-103-88/+85
* uart: provide polling mode of operationVadim Bendebury2015-08-081-0/+7
* motion_sense: Reduce condition for lid angle calc.Aseda Aboagye2015-08-071-8/+11
* usb_charger: move common usb charger code out of board directoryAlec Berg2015-08-051-97/+183
* tcpc: fix rx buffer overrun bugAlec Berg2015-08-041-2/+6
* usb_charger: cleanup: move setting usb 2 switches to usb_chargerAlec Berg2015-08-041-1/+21
* pd: don't enable try.src when battery is not present or too lowAlec Berg2015-08-021-15/+40
* tcpc: add RX message buffer and don't send goodCRC when fullAlec Berg2015-08-011-18/+73
* cr50: initial tpm state machine supportVadim Bendebury2015-08-011-22/+232
* motion_sense: Move angle calculation under LPC_MODEGwendal Grignou2015-08-011-4/+11
* motion_sense: Fix invalid optimizationGwendal Grignou2015-08-011-9/+14
* common: change interface to SPI flashGwendal Grignou2015-07-301-17/+20
* host_command_pd: loop over sending PD status host commandAlec Berg2015-07-291-69/+83
* acpi: Ensure continuity of memmap data with a read cacheShawn Nematbakhsh2015-07-285-82/+72
* motion_sense: Fix init routinesGwendal Grignou2015-07-272-67/+137
* I2C: i2c_raw_mode() should only touch I2C port specifiedli feng2015-07-252-6/+34
* Cr50: Enable TPM-protocol data over the SPI busVadim Bendebury2015-07-252-0/+167