summaryrefslogtreecommitdiff
path: root/chip/lm4/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-120/+0
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-1/+1
* zinger: fix bug, increase watchdog timeout to 1.8sAlec Berg2014-06-201-1/+1
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-6/+2
* Standardize concatenation macrosRandall Spangler2013-07-241-1/+1
* Watchdog is reloaded by HOOK_TICK, not its own taskRandall Spangler2012-10-301-2/+1
* Hook functions no longer return valuesRandall Spangler2012-10-231-5/+1
* Move watchdog_trace() into the generic watchdog fileSimon Glass2012-06-151-44/+11
* Add a common watchdog fileSimon Glass2012-06-051-10/+0
* Unify the watchdog API over stm32 and lm4Simon Glass2012-06-051-5/+1
* lm4: Drop LED blinking from watchdog taskSimon Glass2012-06-051-8/+0
* Watchdog fixesRandall Spangler2012-04-251-22/+22
* Fix watchdog handler stack alignmentRandall Spangler2012-04-251-5/+8
* Refactor async console outputRandall Spangler2012-04-241-11/+4
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-3/+7
* Re-enable watchdog in watchdog_reload()Randall Spangler2012-04-121-14/+21
* Support dynamically changing the system clockRandall Spangler2012-04-091-8/+16
* lm4f: fix watchdog traceVincent Palatin2012-04-031-3/+5
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-3/+9
* Clean up debug console outputRandall Spangler2012-03-061-0/+5
* Add modularity to the buildVincent Palatin2012-01-241-0/+19
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-171-0/+3
* Use #defined constants for IRQ namesRandall Spangler2011-12-191-3/+4
* Add IRQ constants, and task functions to enable/disable/trigger IRQs.Randall Spangler2011-12-121-2/+3
* Initial sources import 3/3Vincent Palatin2011-12-071-0/+132