summaryrefslogtreecommitdiff
path: root/chip/ish/power_mgt.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* chip/ish/power_mgt.c: Format with clang-formatJack Rosenthal2022-07-011-36/+26
* ish: enable GPIO wake from low power stateLeifu Zhao2021-01-071-0/+5
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-3/+5
* ish: enable IPAPG for ish 5.4 on tgl rvp platformLeifu Zhao2020-05-151-0/+45
* ish: chip level enablement for ish5.4 PMLeifu Zhao2020-02-271-8/+60
* printf: Fix formatting errorsEvan Green2019-10-051-2/+2
* printf: Convert %l to %llEvan Green2019-10-051-3/+3
* Revert "ish: enter ISH ROM during reset prep"Jack Rosenthal2019-07-091-1/+1
* ish: enter ISH ROM during reset prepJack Rosenthal2019-07-041-1/+1
* ish: commit persistent data during d3 entryJack Rosenthal2019-06-271-26/+7
* ish: fixed wrongly entered D0ix states in some timesHu, Hebo2019-06-211-1/+10
* ish: remove conditional compilation where possibleDenis Brockus2019-06-171-4/+0
* ish: make PMU reset prep isr go thru system_resetJack Rosenthal2019-06-141-7/+2
* ish: change log_pm_stat to accept uint32_tJack Rosenthal2019-06-141-1/+1
* ish: cleanup ISH specific CONFIG_ definitions and usageDenis Brockus2019-06-141-95/+52
* ish: reload watchdog after lower power exitJett Rink2019-06-051-7/+17
* ish: refactor statistic collection and commandJack Rosenthal2019-05-221-59/+45
* ish: fix printf format for idlestats commandJack Rosenthal2019-05-181-11/+11
* ish/ish5: fixed both-edge triggered gpio configuration blocking D0ix issueHu, Hebo2019-05-121-42/+92
* ish/ish5: remove watchdog disable during D0ixHu, Hebo2019-05-091-16/+0
* ish: ensure all CONFIGs are undef'ed in include/config.hJack Rosenthal2019-05-041-1/+1
* ish: move REG32 macros for interrupt control into header filesJack Rosenthal2019-05-011-4/+4
* ish/ish5: add console in use timeout mechanism in low power managmentstabilize-12121.BHu, Hebo2019-04-231-5/+50
* ish/ish5: implement reset, reset_prep and D3 flowHu, Hebo2019-04-081-2/+191
* ish/ish5: implement AON low power mode (D0i1-3)Hu, Hebo2019-04-081-12/+71
* ish/ish5: implement AON low power management frameworkHu, Hebo2019-04-081-0/+478