summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* oak: Add PD communication to oakAlec Berg2015-05-301-0/+3
* keyboard_mkbp: fix interrupt handling with MKBP_EVENTVincent Palatin2015-05-301-1/+8
* pd: fix tcpc alert to handle multiple alert bits set at onceAlec Berg2015-05-291-3/+6
* ryu: enable MBKP events for PD eventsVincent Palatin2015-05-281-1/+1
* pd: fix type-C current limit detectionVincent Palatin2015-05-281-2/+2
* Initialize the memory-mapped AC_PRESENT flagTed Kuo2015-05-281-0/+8
* pd: avoid re-sending discovery VDMs after power swapAlec Berg2015-05-271-7/+6
* pd: never answer malformed VDMVincent Palatin2015-05-271-0/+2
* tcpm: return all non-zero errorsRong Chang2015-05-271-4/+4
* pd: fix duplicate PD receive event on combined TCPM/TCPCAlec Berg2015-05-271-0/+9
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-0/+7
* oak: add initial support for oak board rev1Rong Chang2015-05-271-3/+1
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-276-87/+87
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-261-0/+30
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-265-110/+64
* Queue: Add policies to queuesAnton Staaf2015-05-262-2/+22
* pd: add first version of TCPCI I2C interfaceAlec Berg2015-05-224-96/+392
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-223-11/+23
* pd: initial split of protocol code to create port controllerAlec Berg2015-05-224-735/+1185