summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.com>2022-05-23 17:33:40 +0800
committerStephen Boyd <sboyd@kernel.org>2022-06-15 17:24:13 -0700
commitfb91526b5fb04133799bc708661b467226caa032 (patch)
tree720f842d39ae54a2a181a3c96e4b7ec0fdf1c1da /tools/perf/scripts/python/bin/stackcollapse-record
parent4d352eb91a42bf62a6560d7926bc5cdc98d010eb (diff)
downloadkernel-fb91526b5fb04133799bc708661b467226caa032.tar.gz
dt-bindings: reset: mediatek: Add infra_ao reset index for MT8192/MT8195
To support reset of infra_ao, add the index of infra_ao reset of thermal/svs/pcei for MT8192 and thermal/svs for MT8195. Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> [Nícolas: Test for MT8192] Tested-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20220523093346.28493-14-rex-bc.chen@mediatek.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
01-04fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers 2019-12-01fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=nKonstantin Khlebnikov 2019-10-14fs/direct-io.c: fix kernel-doc warningRandy Dunlap 2019-06-29direct-io: use bio_release_pages in dio_bio_completeChristoph Hellwig 2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner 2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig 2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei 2019-01-22direct-io: allow direct writes to empty inodesErnesto A. Fernández 2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe 2018-11-30fs: fix lost error code in dio_completeMaximilian Heyne 2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe 2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe 2018-10-24iov_iter: Use accessor functionDavid Howells