summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-4/+7
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-122-10/+25
* power: skylake: Add support for skylake power sequencingShawn Nematbakhsh2015-05-121-1/+2
* ryu: update PD swaps configurationVincent Palatin2015-05-081-0/+1
* cr50: add SPI Slave driverVadim Bendebury2015-05-072-0/+66
* ec: Add Inventory commandGwendal Grignou2015-05-072-1/+86
* power: Move EC_CMD_GSV_PAUSE_IN_S5 handler to common codeShawn Nematbakhsh2015-05-072-0/+17
* pd: add explicit setting of D+/D- switch when setting type-C muxesAlec Berg2015-05-051-1/+7
* charge_ramp: fix flaky charge_ramp testAlec Berg2015-05-021-0/+6
* cleanup: Update config.h with some missing optionsBill Richardson2015-05-011-5/+15
* cleanup: remove/rename unused CONFIG_ optionsBill Richardson2015-05-011-8/+2
* cleanup: rename motion sensor CONFIG_ optionsBill Richardson2015-05-011-10/+10
* charge_manager: modify PD power HC to give more info on currentAlec Berg2015-05-012-0/+17
* pd: Allow for setting USB mux when swapping into DFP roleScott2015-05-011-0/+6
* improve enum readabilityVadim Bendebury2015-04-301-8/+8
* samus_pd: Request different DP pin modes including multi-function.Todd Broch2015-04-301-2/+22
* samus_pd: Remove pin configuration for DFP_D.Todd Broch2015-04-301-3/+3
* pd: cleanup PD receive error enumAlec Berg2015-04-291-7/+7
* mec1322: Added task-based Port80 POST code support.Kevin K Wong2015-04-272-0/+19
* pd: ignore cable resetAlec Berg2015-04-241-4/+6
* bq2589x: update driverstabilize-6996.BVincent Palatin2015-04-211-0/+7
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-172-5/+19
* pd: add a connection flag to pd port info for hostVincent Palatin2015-04-171-1/+1
* i2c: Support I2C controllers with multiple portsShawn Nematbakhsh2015-04-172-9/+39
* USB: Fix memcpy routinesAnton Staaf2015-04-132-15/+13
* pd: samus: support vconn swap and enable on Samus when in S0/S3Alec Berg2015-04-112-2/+27
* stm32f0: make ADC watchdog feature modularVincent Palatin2015-04-111-0/+3
* twinkie: add simple text tracing mechanismVincent Palatin2015-04-101-0/+20
* pd: combine src/snk dr_swap states into one dr_swap stateAlec Berg2015-04-101-2/+1
* samus_pd: disable timerinfo command to save spaceAlec Berg2015-04-101-0/+1
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-1011-35/+85