summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2024-10-01 11:50:16 +0100
committerChen-Yu Tsai <wens@csie.org>2024-11-02 19:19:47 +0800
commite0f253a52ccee3cf3eb987e99756e20c68a1aac9 (patch)
treea4c5a3580d61f63c6047025c4f6b402a76ce2e8e /tools/perf/scripts/python/net_dropmonitor.py
parentc7e09a613bbddd0eea086e475855aba3b2410148 (diff)
downloadkernel-e0f253a52ccee3cf3eb987e99756e20c68a1aac9.tar.gz
clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset
To work around a limitation in our clock modelling, we try to force two bits in the AUDIO0 PLL to 0, in the CCU probe routine. However the ~ operator only applies to the first expression, and does not cover the second bit, so we end up clearing only bit 1. Group the bit-ORing with parentheses, to make it both clearer to read and actually correct. Fixes: 35b97bb94111 ("clk: sunxi-ng: Add support for the D1 SoC clocks") Signed-off-by: Andre Przywara <andre.przywara@arm.com> Link: https://patch.msgid.link/20241001105016.1068558-1-andre.przywara@arm.com Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
.y&id=ccf9d278e5bba465fe7990aa2dde2825697db79c'>xtensa: processor.h: add init_arch() prototypeRandy Dunlap 2023-09-20xtensa: ptrace: add prototypes to <asm/ptrace.h>Randy Dunlap 2023-09-20xtensa: irq: include <asm/traps.h>Randy Dunlap 2023-09-20xtensa: fault: include <asm/traps.h>Randy Dunlap 2023-09-20xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov 2023-09-07Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds 2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds 2023-08-28xtensa: add XIP-aware MTD supportMax Filippov 2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2023-08-27xtensa: PMU: fix base address for the newer hardwareMax Filippov