summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: add a console channel for TPM subsystemVadim Bendebury2015-07-251-0/+1
* console: compile some channels in conditionallyVadim Bendebury2015-07-251-0/+6
* cr50: Use distinct configuration option for SPI Slave supportVadim Bendebury2015-07-251-0/+1
* tcpc: move tcpc initialized bit into error status registerAlec Berg2015-07-241-1/+9
* lid_switch: allow to specify several lid GPIOsVincent Palatin2015-07-231-2/+11
* charger: Inhibit power-on until charger is initializedShawn Nematbakhsh2015-07-221-2/+12
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-12/+3
* common: Untie math_util from motion sense.Gwendal Grignou2015-07-221-2/+6
* ryu: remove P4/P5 code leftoverVincent Palatin2015-07-211-2/+2
* pd: more compact PD state traceVincent Palatin2015-07-201-6/+6
* libsharedobjs: Add 8042 scancodes to shared lib.Aseda Aboagye2015-07-173-65/+74
* build-infr: Add support for shared RO library.Aseda Aboagye2015-07-173-2/+29
* cyan: fix issues with write protectionAndrey Petrov2015-07-162-3/+12
* command: Add sensor FIFO as an independant feature.Gwendal Grignou2015-07-151-0/+3
* Queue: Add ability to modify contiguous units inplaceAnton Staaf2015-07-151-20/+80
* pd: finitely sending of SNK_CAP in SRC_READYBernard Shyu2015-07-151-9/+15
* motion: Fix for FIFO support and BMI150Gwendal Grignou2015-07-151-0/+2
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-151-7/+26
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-93/+115
* port80: Disable port80 task when leaving S0Shawn Nematbakhsh2015-07-151-11/+26
* motion: FIFO: add lost per vector typeGwendal Grignou2015-07-151-11/+14
* cleanup: remove board_discharge_on_ac() unless custom func neededAlec Berg2015-07-142-0/+8
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-132-8/+6
* cleanup: remove board function callback on charge override timeoutrelease-R45-7262.BAlec Berg2015-07-131-3/+12
* cleanup: define one set of USB charger voltage and min currentAlec Berg2015-07-131-1/+1
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-35/+263
* motion: Add commands for calibrationGwendal Grignou2015-07-091-1/+23
* pd: Add Try.SRC functionality to the pd_protocol state machineScott2015-07-081-16/+113
* it8380dev: add flash module and fix system jumpDino Li2015-07-081-0/+5
* nds32: remove macro "RO"Dino Li2015-07-012-4/+4
* pd: Change which DP pin config DP source uses for sink capabilities.Todd Broch2015-07-011-1/+1
* vboot_hash: Abort hash calculation on flash writeDivya Jyothi2015-07-012-3/+24
* pi3usb9281: fix BC1.2 re-detection when using USB device modeVincent Palatin2015-07-011-0/+8
* bq2598x: ryu: take into account hardware input current optimizerVincent Palatin2015-07-011-1/+11
* tcpc: use initialization complete alert bit to signal readinessAlec Berg2015-06-301-7/+12
* STM32F: Remove support for this familyAnton Staaf2015-06-301-11/+0
* usb_mux: Add driver interface for USB-C muxesShawn Nematbakhsh2015-06-301-64/+22
* tcpc: update tcpci registers to latest specAlec Berg2015-06-302-18/+14
* pd: refactor tcpm and move alert function to tcpm driverAlec Berg2015-06-302-80/+24
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-262-0/+11
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-252-1/+39
* pd: create driver/tcpm/ to hold TCPM driversAlec Berg2015-06-243-284/+0
* pd: allow pdcmd task to check TCPC alert status w/o sending HCAlec Berg2015-06-232-10/+24
* pd: Add support for TCPC Alert and Alert_Mask registersScott2015-06-235-77/+206
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-171-4/+58