summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* samus: Add scale factor to account for ALS attenuationBill Richardson2015-01-211-1/+2
* pd: fix bug where sysjump could cause PD state to wedgeAlec Berg2015-01-191-0/+8
* pd: fix PD power swap when lots of protocol errosAlec Berg2015-01-191-2/+7
* pd: set previous protocol state appropriately after a hard resetAlec Berg2015-01-191-0/+6
* charge state v2: allow boot without battery when unlockedAlec Berg2015-01-191-1/+21
* charge_state_v2: Fixes for battery present reportingDuncan Laurie2015-01-181-7/+27
* Only process console input after console task startedVic Yang2015-01-171-1/+2
* pd: samus: separate macros for power supply on and off delaysAlec Berg2015-01-171-5/+5
* pd: samus: do not request voltage within boost bypass deadbandAlec Berg2015-01-171-0/+4
* samus_pd: Don't re-request FW update if RW is already the latestShawn Nematbakhsh2015-01-171-2/+16
* pd: updates to new connection state machineAlec Berg2015-01-161-102/+107
* charger v2: Don't report 0 battery charge if we're running off batteryShawn Nematbakhsh2015-01-161-2/+11
* Add USB-PD mode commands.Todd Broch2015-01-162-13/+87
* pd: Remove rwhashtable dumping by default for flash space.Todd Broch2015-01-161-1/+8
* pd: Shorten console error strings.Todd Broch2015-01-161-9/+9
* pd: Remove redundant console output for received VDMs.Todd Broch2015-01-161-8/+1
* charger: Make critical battery shutdown timeout a config optionShawn Nematbakhsh2015-01-152-2/+2
* pd: log important events for accessoriesVincent Palatin2015-01-152-0/+4
* charge_manager: Log charge-related change eventsShawn Nematbakhsh2015-01-151-78/+135
* Add PD events loggingVincent Palatin2015-01-152-0/+152
* zinger: remove functions for analyzing bist resultsAlec Berg2015-01-141-27/+34
* Standard Power/Charging LED BehaviorAlexandru M Stan2015-01-142-0/+186
* pd: shorten some printf's and add port infoAlec Berg2015-01-141-12/+15
* firefly: fix bug causing disconnect event when requesting too fastAlec Berg2015-01-141-1/+2
* common: Add a forcetime console commandMyles Watson2015-01-141-0/+28
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-142-3/+16
* Show the fan-cooling percentage for each active temp sensorBill Richardson2015-01-142-5/+14
* charge_manager: Re-set the active port if the active supplier changesShawn Nematbakhsh2015-01-131-2/+9
* charger v2: Combine prevent_*_discharge functionsShawn Nematbakhsh2015-01-132-59/+36
* pd: make VDO responses fasterAlec Berg2015-01-101-3/+3
* pd: ensure power role matches CC pull resistor after hard resetAlec Berg2015-01-101-0/+14
* pd: avoid multiple role swaps on connectAlec Berg2015-01-101-1/+11
* pd: fix possible redundant requests (again)Alec Berg2015-01-102-17/+12
* pd: implement new type-C connect state machineAlec Berg2015-01-101-112/+226
* lightbar: Don't let EC control suspend/resume sequenceEric Caruso2015-01-101-2/+19
* ryu: add charge managerAlec Berg2015-01-091-1/+3
* pd: Queue initial DFP HPD till after DP Config VDM.Todd Broch2015-01-091-0/+3
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+6
* charge_manager: fix initialization bug of best_port_powerAlec Berg2015-01-081-1/+1
* pd: Return immediately to host from erase RW.Todd Broch2015-01-081-15/+22
* pd: Refactor exit mode.Todd Broch2015-01-082-20/+23
* charge_manager: Prefer current active port in best port selectionShawn Nematbakhsh2015-01-081-5/+28
* pd: remove clearing of type-c current limit in hard resetAlec Berg2015-01-081-1/+0
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-081-1/+6
* Queue: Add methods that accept a memcpy routineAnton Staaf2015-01-082-8/+31
* pd: fix bug when forcing port to sinkAlec Berg2015-01-071-4/+18
* pd: Show literal PD state name for 'ectool usbpd'Vic Yang2015-01-071-30/+40
* charge_manager: Bug fixes for power_info host commandsShawn Nematbakhsh2015-01-071-2/+2
* pd: Bugfix for pending VDM in disconnected state.Todd Broch2015-01-071-9/+7
* pd: Add timeout for HC flash commands.Todd Broch2015-01-072-17/+28