summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2025-08-25 16:53:56 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2025-08-25 16:06:04 +0100
commit00a3c4be1bba3c48ea602b62c8fcd58b565e524c (patch)
tree81dcfccbc16b70a12d81746031e26c099f54a4b0 /tools/perf/scripts/python/compaction-times.py
parent4c0a7ad785f228743c41733fcb200eb799696e71 (diff)
downloadkernel-00a3c4be1bba3c48ea602b62c8fcd58b565e524c.tar.gz
iio: imu: 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-reduntant explicit call to pm_runtime_mark_last_busy(). Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Link: https://patch.msgid.link/20250825135401.1765847-8-sakari.ailus@linux.intel.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions
nt Gibson 2022-07-19gpiolib: cdev: simplify linereq_freeKent Gibson 2022-07-18Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds 2022-07-07gpiolib: cdev: fix null pointer dereference in linereq_free()Kent Gibson 2022-06-17gpiolib: cdev: Fix kernel doc for struct lineAndy Shevchenko 2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2022-05-04gpiolib: cdev: Add hardware timestamp clock typeDipen Patel 2022-04-05gpiolib: Get rid of redundant 'else'Andy Shevchenko 2022-02-08gpiolib: Never return internal error codes to user spaceAndy Shevchenko 2021-06-22gpiolib: cdev: zero padding during conversion to gpioline_info_changedGabriel Knezek 2021-01-27gpiolib: cdev: clear debounce period if line set to outputKent Gibson 2021-01-03gpiolib: cdev: fix frame size warning in gpio_ioctl()Kent Gibson 2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij 2020-12-09gpiolib: cdev: Flag invalid GPIOs as usedMarc Zyngier 2020-12-05gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson 2020-10-30gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()Kent Gibson 2020-10-28gpiolib: Switch to use compat_need_64bit_alignment_fixup() helperAndy Shevchenko 2020-10-26gpiolib: cdev: document that line eflags are sharedKent Gibson 2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds 2020-10-08gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson 2020-10-07gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko 2020-09-30gpiolib: cdev: support setting debounceKent Gibson 2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson 2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson 2020-09-30gpiolib: cdev: support edge detection for uAPI v2Kent Gibson 2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson 2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson 2020-09-30gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson 2020-09-30gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson 2020-09-17gpiolib: Fix line event handling in syscall compatible modeAndy Shevchenko