summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cortex-m0: Fix panic reason on div0Shawn Nematbakhsh2015-02-181-1/+1
* samus: panic reboot EC if PD MCU crashesAlec Berg2015-02-186-1/+34
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-1813-77/+163
* samus: add charge ramp moduleAlec Berg2015-02-183-0/+104
* charge_manager: Assume all chargers are dedicated when in locked ROShawn Nematbakhsh2015-02-181-0/+9
* samus: Only update fan speeds every N secondsBill Richardson2015-02-183-0/+20
* charge_ramp: initial commit of charge ramp moduleAlec Berg2015-02-189-4/+972
* pd: charge_manager: make new VBUS charge supplierAlec Berg2015-02-185-64/+109
* samus: avoid attempting unwedge charge circuit if VBUS is at 5VAlec Berg2015-02-181-9/+20
* samus: disable i2cscan console command to save spaceAlec Berg2015-02-183-4/+8
* make idlestats console command optionalVincent Palatin2015-02-183-0/+4
* samus: avoid waking extpower task until task has been initializedAlec Berg2015-02-171-2/+8
* flash_ec: Add --no-ns-pid check and freeze instead of kill PTY clientsJulius Werner2015-02-171-20/+17
* USB: fix memcpy_to_usbramAnton Staaf2015-02-171-3/+9
* stm32f0: Change idle task warning printf to save stack spaceAlec Berg2015-02-161-1/+2
* samus: increase extpower task stack sizeAlec Berg2015-02-141-1/+1
* pd_log: Add command to request PD MCU to write a logShawn Nematbakhsh2015-02-126-2/+103
* samus: unwedge charge circuit if not charging for long timeAlec Berg2015-02-121-12/+105
* pd: DRP: VCONN should be off at start of pd task.Todd Broch2015-02-125-0/+65
* cortex-m0: Add deferred schedulerAlexandru M Stan2015-02-127-80/+72
* cortex-m0: Fix handling uint64 divide-by-0stabilize-6783.BRandall Spangler2015-02-111-0/+3
* charge_manager: Minimize log spewShawn Nematbakhsh2015-02-112-18/+33
* charge_manager: Store dualrole capability in charge managerShawn Nematbakhsh2015-02-115-90/+51
* CCD: Enable CCD when a debug peripheral is detectedAnton Staaf2015-02-101-0/+14
* samus: fix won't charge after zinger plugged in during EC rebootAlec Berg2015-02-101-1/+2
* CCD: Remove CCD specific board connect and disconnectAnton Staaf2015-02-103-37/+2
* Power Button: Wait for power button to be stable when waiting for releaseAlexandru M Stan2015-02-103-34/+52
* USB: Fix cut and paste bug for board specific disconnectionAnton Staaf2015-02-101-1/+1
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-1022-1/+129
* llama: add llama board supportBen Lok2015-02-1012-0/+1099
* mec1322: Fix LPC interrupt bit maskVic Yang2015-02-101-4/+4
* Assert warm reset while flashing STM32 partsVic Yang2015-02-091-4/+14
* Add flash_ec support for Glowerstabilize-6771.BVic Yang2015-02-091-1/+18
* Plankton: Support DFU modeVic Yang2015-02-091-2/+22
* samus: prevent fast enable/disable charging loopAlec Berg2015-02-081-6/+12
* charge_manager: Wait for dualrole determination before chargingShawn Nematbakhsh2015-02-089-152/+369
* samus: give more time for recovery from charge circuit wedgedAlec Berg2015-02-071-1/+9
* pd: Mark VBUS as present when power swapping from source to sinkShawn Nematbakhsh2015-02-061-0/+1
* samus: smoothen backlight brightness transitionsSameer Nanda2015-02-061-2/+30
* Support vboot hash and system version if flash isn't memory-mappedRandall Spangler2015-02-055-24/+209
* pi3usb9281: Fix handling of REG_CONTROL (02H) reserved bitsShawn Nematbakhsh2015-02-052-15/+22
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-0510-125/+258
* Add 64-bit divide library routines for Cortex-M, Cortex-M0Randall Spangler2015-02-056-2/+525
* smbus: Don't use shared memory buffer for word writesRandall Spangler2015-02-041-12/+7
* samus: fix lightbar tap sequence doesn't always show on AC eventAlec Berg2015-02-044-26/+35
* samus: enable learn mode when INA is wedgedAlec Berg2015-02-031-0/+1
* samus: automatically recover from charge circuit failuresstabilize-6752.BAlec Berg2015-02-0312-130/+332
* hooks: add hook for battery state of charge changeAlec Berg2015-02-038-0/+27
* samus_pd: Do one auto port re-detection if an SDP port is detectedShawn Nematbakhsh2015-01-311-4/+27
* charge_state_v2: ignore false battery SOC readingsAlec Berg2015-01-311-9/+7