summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* power: skylake: Always mirror rsmrst input to outputShawn Nematbakhsh2015-05-281-6/+2
* Initialize the memory-mapped AC_PRESENT flagTed Kuo2015-05-281-0/+8
* glados: Treat RTCRST as active low signalDuncan Laurie2015-05-271-1/+1
* extra: add simple USB console app for discovery-stm32f072Bill Richardson2015-05-272-0/+491
* pd: avoid re-sending discovery VDMs after power swapAlec Berg2015-05-271-7/+6
* strago: Added board version support.Kevin K Wong2015-05-272-4/+5
* pd: never answer malformed VDMVincent Palatin2015-05-271-0/+2
* tcpm: return all non-zero errorsRong Chang2015-05-271-4/+4
* oak_pd: add initial support for oak PDAlec Berg2015-05-2710-0/+371
* pd: fix duplicate PD receive event on combined TCPM/TCPCAlec Berg2015-05-271-0/+9
* cyan: Added board version support.Kevin K Wong2015-05-272-3/+4
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-279-25/+51
* oak: Simplify GPIO listRong Chang2015-05-271-61/+61
* oak: add initial support for oak board rev1Rong Chang2015-05-2718-47/+876
* mec1322: Simplify GPIO listsSteven Jian2015-05-2762-2237/+2263
* flash_ec: Add support for glados and glados_pdShawn Nematbakhsh2015-05-271-1/+3
* pd: stm32f0: modify i2c driver to support TCPCIAlec Berg2015-05-273-1/+63
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-2755-497/+443
* cyan: led controlHsu Henry2015-05-271-9/+39
* Cleanup: Use compound literals for static initializationAnton Staaf2015-05-272-38/+28
* i2c: Move i2c_read_string to common codeShawn Nematbakhsh2015-05-266-140/+31
* mec1322: i2c: Support open-ended i2c transfersShawn Nematbakhsh2015-05-261-55/+59
* Producer/Consumer: Refactor to use Queue policiesAnton Staaf2015-05-2617-379/+277
* Queue: Add policies to queuesAnton Staaf2015-05-269-31/+84
* Flashing: Add flash_ec rule to simplify flashingAnton Staaf2015-05-261-0/+4
* ryu: remove the pull-up on ACOKVincent Palatin2015-05-241-1/+1
* mec1322: Fixed incorrect value passed to I2C unwedge function.Kevin K Wong2015-05-231-2/+2
* mcdp28x0: Add devid console command.Todd Broch2015-05-222-7/+39
* mcdp28x0: Add info console command.Todd Broch2015-05-222-6/+33
* mcdp28x0: Add checksum verification to rx_serial.Todd Broch2015-05-222-13/+22
* pd: add first version of TCPCI I2C interfaceAlec Berg2015-05-226-148/+558
* stm32f0: i2c: fix master i2c sending partial transfersAlec Berg2015-05-222-7/+28
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-2217-12/+59
* pd: initial split of protocol code to create port controllerAlec Berg2015-05-226-736/+1346
* Cyan: add battery cutoff commandHsu Henry2015-05-221-11/+3
* stm32f0: i2c: Add i2c_xfer repeated start supportRong Chang2015-05-202-20/+51
* Cyan: Add interrupt disable pin for track pad.Hsu Henry2015-05-201-2/+2
* zinger: enable LTOVincent Palatin2015-05-191-0/+1
* Add option to enable GCC LTOVincent Palatin2015-05-1924-25/+51
* Skylake: Fix for "apreset cold" EC console commandVijay Hiremath2015-05-181-1/+2
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-167-42/+291
* cleanup: Use CONFIG_BATTERY_CUT_OFF for supported boardsShawn Nematbakhsh2015-05-1614-128/+31
* mec1322: Correct SPI image offsetsShawn Nematbakhsh2015-05-161-55/+68
* ryu: set HPD as open-drainVincent Palatin2015-05-161-1/+1
* ec: fix -Wuninitialized warning.Yunlian Jiang2015-05-151-2/+2
* Use GCC instead of LD to trigger the linkerVincent Palatin2015-05-152-7/+7
* oak: Add oak EC and PD flash_ec supportRong Chang2015-05-151-1/+3
* kunimitsu: Initial GPIO and Power Sequence supportKevin K Wong2015-05-158-0/+605
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-1531-359/+121
* Fix type mismatch on extern declarationsVincent Palatin2015-05-153-3/+3