#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm pm8916_wdt.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/watchdog/pm8916_wdt.c
AgeCommit message (Expand)Author
2023-08-19watchdog: pm8916_wdt: Remove redundant of_match_ptr()Ruan Jinjie
2022-07-23watchdog: pm8916_wdt: Handle watchdog enabled by bootloaderStephan Gerhold
2022-07-23watchdog: pm8916_wdt: Report reboot reasonStephan Gerhold
2022-07-23watchdog: pm8916_wdt: Avoid read of write-only PET registerStephan Gerhold
2020-03-18watchdog: pm8916_wdt: Add system sleep callbacksLoic Poulain
2019-11-05watchdog: pm8916_wdt: fix pretimeout registration flowJorge Ramirez-Ortiz
2019-05-05watchdog: pm8916_wdt: Use 'dev' instead of dereferencing it repeatedlyGuenter Roeck
2018-12-22watchdog: Add pm8916 watchdog driverLoic Poulain