#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null avicon.ico'/>
summaryrefslogtreecommitdiff
path: root/drivers/mfd/stm32-lptimer.c
AgeCommit message (Expand)Author
2023-08-18mfd: Explicitly include correct DT includesRob Herring
2022-12-08mfd: stm32-lptimer: Use devm_platform_get_and_ioremap_resource()Minghao Chi