summaryrefslogtreecommitdiff
path: root/board/samus/power_sequence.c
Commit message (Expand)AuthorAgeFilesLines
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-9/+11
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-32/+13
* charger: Change unlocked battery level ignore conditionsShawn Nematbakhsh2016-01-061-1/+1
* common: lightbar: put multiple commands under i2c_lockGwendal Grignou2015-09-191-1/+19
* power: Move EC_CMD_GSV_PAUSE_IN_S5 handler to common codeShawn Nematbakhsh2015-05-071-34/+1
* samus: Only enable VCORE_PGOOD interrupt when it is validDuncan Laurie2015-02-201-0/+15
* samus: Do not put touchscreen in reset based on lid switchDuncan Laurie2015-01-271-12/+0
* samus: Move delay for booting without a batteryDuncan Laurie2015-01-161-11/+11
* samus: Fix flaw in power up inhibitShawn Nematbakhsh2015-01-081-7/+9
* samus: Don't power-on AP if battery level < 1%Shawn Nematbakhsh2015-01-021-0/+8
* samus: fix tap for battery doesn't work in G3 with ACAlec Berg2014-12-181-29/+49
* samus: turn on PP5000 when AC is attached in G3Alec Berg2014-12-111-2/+21
* samus: Add 10ms delay between SUSP_VR and RSMRSTDuncan Laurie2014-12-101-0/+3
* samus: Put touchscreen in reset in S3Duncan Laurie2014-11-121-0/+3
* samus: Remove board version specific workaroundsDuncan Laurie2014-11-111-41/+21
* samus: Wait for VCORE_PGOOD before asserting SYS_PWROKDuncan Laurie2014-10-181-8/+25
* samus: Change 3.3DSW_GATED to enabled in S0 and disabled in S3Duncan Laurie2014-10-141-4/+6
* samus: Do not assert RTCRST on every recovery mode bootDuncan Laurie2014-09-231-4/+0
* samus: Delay after asserting RTCRSTDuncan Laurie2014-09-081-0/+1
* samus: allow booting without a batteryAlec Berg2014-08-261-0/+14
* samus: Add support for asserting RTCRSTDuncan Laurie2014-08-251-3/+29
* lightbar: Enable tap-for-battery even in G3Bill Richardson2014-08-221-0/+30
* Samus: Reduce S3S0 signal delay to 5ms.Bill Richardson2014-07-161-2/+6
* samus: Remove PP1800_PGOOD checkDuncan Laurie2014-06-221-1/+1
* samus: Support both Proto2A and Proto2B sequencingDuncan Laurie2014-06-221-15/+37
* samus: Power sequence changes for P2 boardsDuncan Laurie2014-06-131-20/+36
* Add cprints() and ccprints()Vic Yang2014-05-211-6/+6
* Fix idle task deep sleep on Samus.Bill Richardson2014-04-041-0/+14
* Samus: Enable manual control of TOUCHSCREEN_RESET_LBill Richardson2014-03-061-12/+13
* Allow AP to set wireless power state in suspendRandall Spangler2014-02-221-7/+6
* Fix leaving SUSP_VR_EN enabled if S5 rails fail to come upRandall Spangler2014-01-241-0/+6
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-49/+49
* x86: generalize power state machine for all platforms (1/2)Louis Yung-Chieh Lo2014-01-071-1/+1
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-4/+4
* samus: Don't bring up wlan_power first in S3->S0 transitionDuncan Laurie2013-12-021-3/+1
* samus: Fix ACOK buffer on chipset state transitionsDuncan Laurie2013-11-131-0/+3
* samus: Changes for Proto1bDuncan Laurie2013-11-011-1/+7
* samus: Leave WiFi power on in S3Paul Stewart2013-10-241-2/+6
* samus: Add the pause_in_s5 support and fix CPU throttleDuncan Laurie2013-10-211-2/+36
* samus: changes from bringup to bootDuncan Laurie2013-10-211-11/+30
* samus: First pass at GPIOsBill Richardson2013-10-021-89/+41
* Create samus board configBill Richardson2013-09-301-0/+390