summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/qcom-wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: qcom: fine tune the max timeout value calculationKathiravan Thirumoorthy2024-03-031-2/+5
* watchdog: Explicitly include correct DT includesRob Herring2023-08-131-1/+0
* watchdog: qcom: Use devm_clk_get_enabled() helperChristophe JAILLET2023-02-121-15/+1
* watchdog: qcom: Move suspend/resume to suspend_late/resume_earlySai Prakash Ranjan2021-06-211-1/+3
* watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQSai Prakash Ranjan2021-02-071-12/+1
* watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam2020-12-171-1/+1
* watchdog: qcom_wdt: set WDOG_HW_RUNNING bit when appropriateRobert Marko2020-12-131-0/+18
* watchdog: qcom: Use irq flags from firmwareStephen Boyd2020-03-181-2/+1
* watchdog: qcom-wdt: disable pretimeout on timer platformAnsuel Smith2020-03-181-8/+23
* watchdog: qcom: Use platform_get_irq_optional() for bark irqSai Prakash Ranjan2020-01-271-1/+1
* watchdog: qcom: remove unnecessary variable from private storageJorge Ramirez-Ortiz2019-09-171-8/+7
* watchdog: qcom: support pre-timeout when the bark irq is availableJorge Ramirez-Ortiz2019-09-171-5/+64
* watchdog: qcom-wdt: drop warning after registering deviceWolfram Sang2019-07-081-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-10/+1
* watchdog: qcom-wdt: Convert to use device managed functions and other improve...Guenter Roeck2019-05-051-30/+25
* watchdog: qcom: Add suspend/resume supportSai Prakash Ranjan2019-02-021-0/+23
* watchdog: qcom: Check for platform_get_resource() failureFabio Estevam2017-09-091-0/+2
* watchdog: qcom: fix kernel panic due to external abort on non-linefetchChristian Lamparter2016-12-161-1/+1
* watchdog: qcom: configure BARK time in addition to BITE timeMatthew McClintock2016-07-171-0/+5
* watchdog: qcom: add option for standalone watchdog not in timer blockMatthew McClintock2016-07-171-16/+48
* watchdog: qcom: Report reboot reasonGuenter Roeck2016-05-141-1/+6
* watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck2016-03-011-1/+2
* watchdog: qcom-wdt: Do not set 'dev' in struct watchdog_deviceGuenter Roeck2015-12-281-1/+0
* watchdog: qcom-wdt: use core restart handlerDamien Riegel2015-12-131-30/+19
* Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-091-0/+1
* watchdog: qcom: use timer devicetree bindingMathieu Olivari2015-04-221-6/+15
* watchdog: qcom: register a restart notifierJosh Cartwright2014-10-201-0/+38
* watchdog: qcom: add support for KPSS WDTJosh Cartwright2014-10-201-0/+186