summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-record
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2025-08-28 17:06:17 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2025-08-30 20:50:21 +0100
commit7c873e3f04fd3e245890ddfde261f83d6aaa9ddb (patch)
treec651ad70f98e32a14d3ac85a7880ae157e47c802 /tools/perf/scripts/python/bin/syscall-counts-record
parentdfbbee0907fb30a1dd31ff1a84e1bd34bd824369 (diff)
downloadkernel-7c873e3f04fd3e245890ddfde261f83d6aaa9ddb.tar.gz
iio: dac: Remove redundant pm_runtime_mark_last_busy() calls
pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(), pm_runtime_autosuspend() and pm_request_autosuspend() now include a call to pm_runtime_mark_last_busy(). Remove the now-redundant explicit call to pm_runtime_mark_last_busy(). Also clean up error handling in stm32_dac_set_enable_state(). Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Link: https://patch.msgid.link/20250828140617.3193288-1-sakari.ailus@linux.intel.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-record')
0 files changed, 0 insertions, 0 deletions
0'>2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja 2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev 2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata 2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata 2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar 2025-06-05wireguard: device: enable threaded NAPIMirco Barone 2025-05-27wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flagJordan Rife 2025-05-27wireguard: netlink: use NLA_POLICY_MASK where possibleJason A. Donenfeld 2025-05-27wireguard: global: add __nonstring annotations for unterminated stringsKees Cook 2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner 2025-02-21net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang 2025-02-21rtnetlink: Pack newlink() params into structXiao Liang 2024-11-18wireguard: device: support big tcp GSODaniel Borkmann 2024-11-18wireguard: allowedips: remove redundant selftest callDheeraj Reddy Jonnalagadda 2024-11-18wireguard: device: omit unnecessary memset of netdev private dataTobias Klauser 2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin