summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorChen-Yu Tsai <wenst@chromium.org>2023-03-28 11:10:17 +0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2023-04-07 11:18:28 +0200
commit13f03bcd02e4b0498c8ccb066b4eddf61dee6681 (patch)
treeaa524bc89cc3371875b18ef1f67db551dc47cbf9 /tools/perf/scripts/python/net_dropmonitor.py
parent45cc9c4f765b72b06132cfddcd41e44f12edf9e4 (diff)
downloadkernel-13f03bcd02e4b0498c8ccb066b4eddf61dee6681.tar.gz
thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmask
The binary representation for sensor 1 interrupt status was incorrectly assembled, when compared to the full table given in the same comment section. The conversion into hex was also incorrect, leading to incorrect interrupt status bitmask for sensor 1. This would cause the driver to incorrectly identify changes for sensor 1, when in fact it was sensor 0, or a sensor access time out. Fix the binary and hex representations in the comments, and the actual bitmask macro. Fixes: f5f633b18234 ("thermal/drivers/mediatek: Add the Low Voltage Thermal Sensor driver") Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230328031017.1360976-1-wenst@chromium.org
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
b 2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab 2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab 2017-12-18media: fix SPDX comment on some header filesMauro Carvalho Chehab 2017-12-18media: get rid of i2c-addr.hMauro Carvalho Chehab 2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab 2017-12-11media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab 2017-11-27media: annotate ->poll() instancesAl Viro 2017-11-27annotate poll_table_struct ->_keyAl Viro 2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-27media: tm6000: cleanup trival coding style issuesMarkus Elfring 2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young 2017-08-20media: rc-core: rename input_name to device_nameSean Young 2017-08-20media: tm6000: constify videobuf_queue_ops structuresJulia Lawall 2017-08-20media: usb: make snd_pcm_hardware constBhumika Goyal 2017-08-20media: usb: constify usb_device_idArvind Yadav 2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal