summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Strago: enabled I2c wedge functionality on all i2c portsstabilize-7019.Bstabilize-7018.BDivya Jyothi2015-04-292-4/+12
* stm32: spi: Fix race condition with the enabled booleanAlexandru M Stan2015-04-281-2/+6
* Strago: Added support for ALS light sensor.li feng2015-04-272-0/+17
* mec1322: Added task-based Port80 POST code support.Kevin K Wong2015-04-2711-0/+105
* mec1322: I2c wedge correctedDivya Jyothi2015-04-271-1/+10
* samus: add device to dual-role charging white listAlec Berg2015-04-271-1/+1
* pd: continue dual-role toggling when detect Open/RaAlec Berg2015-04-251-14/+13
* cr50: Enable IN interrupts for USB HID EP.Bill Richardson2015-04-241-1/+1
* cyan: Added changes based on pre-EVT hardware changes.Kevin K Wong2015-04-245-38/+47
* stm32mon: add STM32F09X chip idRong Chang2015-04-241-0/+1
* pd: ignore cable resetAlec Berg2015-04-243-10/+14
* mec1322: lfw loader + RO/RW architectureDivya Jyothi2015-04-235-75/+185
* strago: Enabled SCI support via GPIO.Kevin K Wong2015-04-231-0/+2
* mec1322: initial version of lfw loaderAndrey Petrov2015-04-238-1/+411
* mec1322: Add SPI flash layout for lfw / ro / rw architectureDivya Jyothi2015-04-231-1/+24
* mec1322: gpio: Properly set alternate GPIO functionShawn Nematbakhsh2015-04-221-1/+3
* mec1322: i2c: Support multiple I2C ports on the same controllerShawn Nematbakhsh2015-04-2210-133/+204
* Allow console-reading host commands on locked systemsRandall Spangler2015-04-211-14/+0
* bq2589x: update driverstabilize-6996.BVincent Palatin2015-04-213-9/+58
* ec: fix a clang warning by use a unused variable.Yunlian Jiang2015-04-201-1/+1
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-205-46/+108
* Move target specific GCC code generation optionsVincent Palatin2015-04-181-2/+2
* ec: fix duplicate 'const' warning for clang..Yunlian Jiang2015-04-183-5/+5
* samus_pd: Don't put pstate in a separate erase blockRandall Spangler2015-04-171-0/+5
* flash: Add option to move pstate inside RO imageRandall Spangler2015-04-176-43/+183
* pd: add a connection flag to pd port info for hostVincent Palatin2015-04-173-4/+6
* i2c: Support I2C controllers with multiple portsShawn Nematbakhsh2015-04-173-10/+50
* strago: Added power/battery LED support.li feng2015-04-174-2/+226
* clean up x86 i/o checksMike Frysinger2015-04-173-5/+8
* strago: Added temperature reading for battery.Kevin K Wong2015-04-162-0/+7
* mec1322: Changed to generate ec.bin for the firmware binary.Icarus Sparry2015-04-155-21/+11
* usb: Remove unnecessary alignment for descriptorsBill Richardson2015-04-151-1/+0
* strago: Enabled accelerometer support.Kevin K Wong2015-04-153-0/+60
* Strago: Enable and config charger BQ24770li feng2015-04-143-4/+25
* pd: Qualify modep pointer before use.Todd Broch2015-04-141-9/+15
* strago: Added support for TMP432 temperature sensor.Kevin K Wong2015-04-142-0/+40
* panic: Fix unaligned memory access panicli feng2015-04-141-1/+1
* mec1322: Updated code to only clear the interrupt status bit of LPC_RESET#.Kevin K Wong2015-04-141-2/+2
* mec1322: Added CONFIG_SWITCH support.Kevin K Wong2015-04-133-3/+1
* CCD: Switch PD_NO_DEBUG logic to use system_is_lockedAnton Staaf2015-04-131-10/+5
* USB: Fix memcpy routinesAnton Staaf2015-04-135-44/+44
* plankton: Initialize re-driver.Todd Broch2015-04-131-0/+25
* USB-Stream: Switch to handling packets in a deferred hookAnton Staaf2015-04-133-46/+53
* Ryu: Add PD_NO_DEBUG logicAnton Staaf2015-04-131-0/+15
* pd: samus: support vconn swap and enable on Samus when in S0/S3Alec Berg2015-04-116-9/+155
* stm32f0: make ADC watchdog feature modularVincent Palatin2015-04-113-3/+17
* util: workaround warm_reset issue in flash_ecVincent Palatin2015-04-111-3/+5
* ryu: remove lightbar traces by defaultVincent Palatin2015-04-111-1/+1
* ryu: rework the workaround for the EN_PP3300 issueVincent Palatin2015-04-114-12/+33
* twinkie: add simple text tracing mechanismVincent Palatin2015-04-1010-66/+452