summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pd: allow pdcmd task to check TCPC alert status w/o sending HCAlec Berg2015-06-231-6/+9
* pd: Add support for TCPC Alert and Alert_Mask registersScott2015-06-232-25/+39
* cleanup: fix all the header guardsBill Richardson2015-06-1832-93/+93
* ryu: update recovery key combinationsVincent Palatin2015-06-181-0/+3
* cleanup: Don't shadow NULL with an enumBill Richardson2015-06-181-1/+1
* common: Add i2c 32bit read/writeGwendal Grignou2015-06-173-0/+28
* pd: Fix pin mode field in DP config VDM.Todd Broch2015-06-171-5/+4
* tcpc: use vendor ID register to signal TCPC readinessAlec Berg2015-06-171-0/+9
* oak: fixing hardware tests build errors for oakBen Lok2015-06-151-0/+2
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-4/+16
* pd: ryu: set data role to UFP with debug accessoryVincent Palatin2015-06-131-0/+3
* pd: do not glitch USB when going to S5 in debug modeVincent Palatin2015-06-131-1/+0
* core: Assert if task_get_current() cannot return a valid task IDShawn Nematbakhsh2015-06-121-0/+6
* usb: pi3usb9281: Allow flexible chip configurationsShawn Nematbakhsh2015-06-122-2/+10
* commands: Add EC FIFO commandsGwendal Grignou2015-06-111-11/+82
* Stream: Remove in_stream/out_stream interfaceAnton Staaf2015-06-115-247/+8
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-104-5/+34
* Remove obsolete board-specific codeRandall Spangler2015-06-104-127/+0
* pd: enable charging through suzyQ debug accessoryAlec Berg2015-06-101-1/+2
* accel: move X,Y,Z definitionGwendal Grignou2015-06-091-0/+4
* Queue: add peek_memcpy functionGwendal Grignou2015-06-091-5/+14
* glados: limit max input current to 1.5A to avoid i2c errorsstabilize-7155.BAlec Berg2015-06-091-1/+6
* pd: use pdcmd task to handle tcpc interruptAlec Berg2015-06-051-0/+6
* i2c/mec1322: Lock all I2C port before sysjump.Kevin K Wong2015-06-051-0/+5
* i2c: Retry i2c operation if fails on nack'd(EC_ERROR_BUSY).li feng2015-06-041-1/+3
* Cr50: Add usb_blob handler frameworkBill Richardson2015-06-041-0/+26
* skylake: Use a simulated power button press to force-shutdown the APShawn Nematbakhsh2015-06-041-0/+5
* mec1322: Implement i2c_set_timeoutShawn Nematbakhsh2015-06-031-0/+3
* motion: Add MOTIONSENSE_CMD_DATA: retrieve single sensor dataGwendal Grignou2015-06-031-8/+18
* pd: implement TCPC RX Detect register to enable/disable TCPC RXAlec Berg2015-06-031-0/+12
* uart_buffering: extend CONSOLE_READ command for easy log concatenationstabilize-7134.BEric Caruso2015-06-021-1/+16
* Cr50: USB hardware uses 8-bit buffers, not 16-bitBill Richardson2015-05-291-1/+1
* tcpc: fix alert bit masks for transmitAlec Berg2015-05-291-1/+1
* pd: Refine HPD debounce values.Todd Broch2015-05-291-2/+5
* cleanup: Remove device-specific stuff from include/usb.hBill Richardson2015-05-281-72/+2
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-2/+21
* mec1322: Simplify GPIO listsSteven Jian2015-05-273-24/+27
* pd: stm32f0: modify i2c driver to support TCPCIAlec Berg2015-05-271-0/+12
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-273-1/+43
* Cleanup: Use compound literals for static initializationAnton Staaf2015-05-271-13/+12
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-264-95/+98
* Queue: Add policies to queuesAnton Staaf2015-05-261-12/+43
* mcdp28x0: Add info console command.Todd Broch2015-05-221-0/+1
* pd: add first version of TCPCI I2C interfaceAlec Berg2015-05-222-52/+166
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-221-0/+11
* pd: initial split of protocol code to create port controllerAlec Berg2015-05-222-1/+161
* Add option to enable GCC LTOVincent Palatin2015-05-195-4/+17
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-161-0/+4
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-152-7/+41
* driver: Add BMI160 basic driver supportGwendal Grignou2015-05-121-0/+2