summaryrefslogtreecommitdiff
path: root/chip/g/idle.c
Commit message (Expand)AuthorAgeFilesLines
* idle: reduce set of idle command actionsMary Ruthven2020-05-081-9/+7
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* cr50: only enable rbox wakeup during sleepMary Ruthven2018-08-231-0/+8
* cr50: wait for RBOX_WAKEUP_INTR to be clearedMary Ruthven2018-07-251-5/+0
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* g: restore DATA PID after USB suspend/resumeVincent Palatin2017-09-071-6/+3
* chip/g: use ccd_ext_is_enabled() instead of ccd_get_mode()Randall Spangler2017-09-011-1/+2
* cr50: Remove BOARD_AP_USB propertyRandall Spangler2017-08-171-3/+9
* g: mitigate deep-sleep abortions when using USBVincent Palatin2017-07-051-1/+2
* cr50: add option to have no pinhold during deep sleepMarius Schilder2017-05-301-0/+2
* cr50: drop obsolete/addressed TODOsVadim Bendebury2017-05-161-3/+0
* cr50: enable utmi wakeupsMary Ruthven2017-03-071-1/+1
* g: add deep sleep counter to idle.cMary Ruthven2017-03-071-11/+19
* cr50: consolidate chip shutdown and resume eventsVadim Bendebury2017-02-071-2/+0
* g: allow idle console command in read-only mode in prod imagesVadim Bendebury2017-02-071-3/+7
* cr50: decrease sleep delay to 20 seconds after init and resumestabilize-fsi-9202.5.0.Bstabilize-fsi-9202.10.Bstabilize-M57-9202.35.0.Bstabilize-9202.Bstabilize-9202.64.Bstabilize-9202.56.Bstabilize-9202.28.Bstabilize-9202.18.Brelease-R57-9202.BMary Ruthven2017-01-201-2/+2
* g: make sure usb clocks are enabled before going to deep sleepMary Ruthven2016-12-081-0/+3
* g: change default idle behavior based on bus obfuscation availabilityMary Ruthven2016-12-081-7/+23
* cr50: disable sleepMary Ruthven2016-11-101-1/+5
* cr50: enable deep sleep on chipset shutdownMary Ruthven2016-09-161-17/+22
* g: switch to using timels for hwtimerMary Ruthven2016-09-021-3/+11
* Cr50: Implement the console unlock danceBill Richardson2016-08-311-0/+6
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* cr50: delay sleep for 3 minutes after resuming from sleep or after initMary Ruthven2016-08-141-0/+4
* g: disable sps as a wake source in deep sleepMary Ruthven2016-08-011-0/+15
* Reenable "Cr50: Set the default idle action to Sleep"Mary Ruthven2016-07-281-5/+16
* g: disable usb wakeup when debug accessory is disconnectedMary Ruthven2016-07-191-1/+13
* Revert "Cr50: Set the default idle action to Sleep"Vadim Bendebury2016-06-291-16/+5
* Cr50: Set the default idle action to SleepBill Richardson2016-06-251-5/+16
* Cr50: Specify pinmux wake sources in gpio.incBill Richardson2016-04-051-17/+1
* Cr50: Enable normal sleep, tooBill Richardson2016-04-051-34/+51
* Cr50: Delay sleeping for longer after console inputBill Richardson2016-04-041-18/+8
* Cr50: Preserve the idle action across soft rebootsBill Richardson2016-04-041-5/+7
* Cr50: Sleep only when SPS has been quiet for a whileBill Richardson2016-04-031-5/+56
* Cr50: First attempt at USB suspend with deep sleepBill Richardson2016-03-311-1/+49
* Cr50: Add stubs to support low-power idleBill Richardson2016-03-301-0/+77