summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add option to enable GCC LTOVincent Palatin2015-05-193-4/+6
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-161-1/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-154-31/+28
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-7/+8
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-127-52/+52
* ec: Add Inventory commandGwendal Grignou2015-05-071-0/+92
* pd: fix PDO selection for low voltage boardsstabilize-7039.BVincent Palatin2015-05-051-0/+1
* pd: add explicit setting of D+/D- switch when setting type-C muxesAlec Berg2015-05-051-5/+18
* ryu: fork P4/P5 supportVincent Palatin2015-05-021-2/+2
* cli: add ability to read/write memory of different bus widthVadim Bendebury2015-05-021-17/+60
* charge_ramp: fix flaky charge_ramp testAlec Berg2015-05-021-6/+0
* cleanup: rename motion sensor CONFIG_ optionsBill Richardson2015-05-012-3/+5
* charge_manager: modify PD power HC to give more info on currentAlec Berg2015-05-012-18/+88
* pd: Allow for setting USB mux when swapping into DFP roleScott2015-05-011-7/+16
* plankton: HPD over USB PD.Todd Broch2015-05-012-2/+2
* samus_pd: Request different DP pin modes including multi-function.Todd Broch2015-04-301-0/+47
* pd: cleanup PD receive error enumAlec Berg2015-04-291-5/+5