summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mcdp28x0: Move structure definitions to ec_commands.hShawn Nematbakhsh2015-01-314-17/+21
* Veyron: remove the pmic reset in power_onChris Zhong2015-01-301-22/+0
* ryu: improve inductive charging controlVic Yang2015-01-303-15/+95
* ryu: Implement charging profileVic Yang2015-01-295-40/+219
* power_button_x86: Don't inhibit power button in S0stabilize-6736.BShawn Nematbakhsh2015-01-291-1/+2
* ectool: parse accessory logs for dingdong & hohoTodd Broch2015-01-282-2/+15
* pd: Log events for dingdong & hohoTodd Broch2015-01-284-2/+14
* pd: Fix reverse of log size & port paramsTodd Broch2015-01-281-1/+1
* pd: Allow multiple mode entry.Todd Broch2015-01-288-140/+254
* pd: Cleanup alternate mode access.Todd Broch2015-01-281-22/+42
* pd: refactor object position index.Todd Broch2015-01-284-23/+19
* cortex-m: disallow rescheduling if task_start() has not yet runVic Yang2015-01-281-1/+2
* samus: Raise Thigh threshold to 101CDuncan Laurie2015-01-271-1/+1
* samus: Do not put touchscreen in reset based on lid switchDuncan Laurie2015-01-271-12/+0
* samus_pd: Increase pericom debounce time againShawn Nematbakhsh2015-01-271-1/+1
* bq24773: turn off prochot warningAlec Berg2015-01-262-3/+7
* samus: modify fast charging profile to avoid charge problemsAlec Berg2015-01-262-33/+93
* samus: change charge override hot keys to ctrl+search+0|1|2Alec Berg2015-01-242-39/+41
* samus: add battery cutoffAlec Berg2015-01-242-0/+25
* pd: Validate size of discover identity received by DFP.Todd Broch2015-01-241-3/+5
* samus: Cap the max LED current to 23mASameer Nanda2015-01-241-0/+13
* ryu: Choose low input voltage whenever possibleVic Yang2015-01-242-0/+17
* ryu: Reduce max input power to 24WVic Yang2015-01-241-1/+1
* pd: Honor both max power and current for all power sourceVic Yang2015-01-241-2/+2
* bq27541: report battery present stateVic Yang2015-01-241-2/+12
* pd: poll PD events only on Google accessoriesVincent Palatin2015-01-243-2/+18
* driver: BQ27621 scaling bug fixMyles Watson2015-01-241-2/+2
* nrf51: implement soft reset and hard resetMyles Watson2015-01-241-1/+29
* nrf51: add the watchdog registers.Myles Watson2015-01-241-0/+30
* pd: fix power swap to sink could get wedged if missing PS_RDYAlec Berg2015-01-231-11/+3
* lm4: workaround to force __enter_hibernate in SRAMVincent Palatin2015-01-231-1/+2
* cortex-m: allow to lock/unlock empty MPU regionVincent Palatin2015-01-231-1/+1