summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcpc: use vendor ID register to signal TCPC readinessAlec Berg2015-06-174-4/+36
* tcpc: initialize CC termination based on default PD roleAlec Berg2015-06-161-0/+2
* mec1322: Compute hash for RW image by using the RW image resident in flash.Shamile Khan2015-06-162-14/+32
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-1/+3
* coderam: Don't assume that RO/RW images reside at start of code memoryShawn Nematbakhsh2015-06-131-20/+42
* pd: ryu: set data role to UFP with debug accessoryVincent Palatin2015-06-131-5/+2
* tcpc: Avoid missampling CC line immediately after transmitAlec Berg2015-06-131-16/+19
* pd: do not glitch USB when going to S5 in debug modeVincent Palatin2015-06-131-25/+31
* pd: do not sleep when case closed debug communication is enabledVincent Palatin2015-06-121-2/+1
* charge_manager: Don't cutoff charger when no battery is attachedShawn Nematbakhsh2015-06-121-6/+20
* spi/mec1322: Ensure that SPI Flash write chunks do not crossShamile Khan2015-06-121-13/+32
* usb: pi3usb9281: Allow flexible chip configurationsShawn Nematbakhsh2015-06-121-6/+19
* pd: change pd_transmit() to only wait for TX complete eventAlec Berg2015-06-111-3/+1
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-115-115/+15
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-105-4/+158
* Remove obsolete board-specific codeRandall Spangler2015-06-109-1385/+2
* pd: enable charging through suzyQ debug accessoryAlec Berg2015-06-101-8/+38
* accel: move X,Y,Z definitionGwendal Grignou2015-06-092-9/+0
* Queue: add peek_memcpy functionGwendal Grignou2015-06-091-6/+17
* glados: limit max input current to 1.5A to avoid i2c errorsstabilize-7155.BAlec Berg2015-06-091-0/+4
* pd: use pdcmd task to handle tcpc interruptAlec Berg2015-06-052-8/+18
* i2c/mec1322: Lock all I2C port before sysjump.Kevin K Wong2015-06-052-0/+14
* i2c: Retry i2c operation if fails on nack'd(EC_ERROR_BUSY).li feng2015-06-041-2/+10
* Cr50: Add usb_blob handler frameworkBill Richardson2015-06-042-0/+114
* skylake: Use a simulated power button press to force-shutdown the APShawn Nematbakhsh2015-06-041-0/+9
* motion: Add MOTIONSENSE_CMD_DATA: retrieve single sensor dataGwendal Grignou2015-06-031-1/+18
* pd: implement TCPC RX Detect register to enable/disable TCPC RXAlec Berg2015-06-034-44/+74
* uart_buffering: extend CONSOLE_READ command for easy log concatenationstabilize-7134.BEric Caruso2015-06-021-8/+56