summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2025-11-26 10:16:34 +0100
committerMark Brown <broonie@kernel.org>2025-11-26 12:30:21 +0000
commitb4d072c98e47c562834f2a050ca98a1c709ef4f9 (patch)
treea1c07f623ac2c73492af0f58b419485c197f2ff0 /tools/perf/scripts/python/event_analyzing_sample.py
parent80339b3823bb76d383c82186b55ac836fed3f586 (diff)
downloadkernel-b4d072c98e47c562834f2a050ca98a1c709ef4f9.tar.gz
ASoC: nau8325: use simple i2c probe function
The i2c probe functions here don't use the id information provided in their second argument, so the single-parameter i2c probe function ("probe_new") can be used instead. This avoids scanning the identifier tables during probes. Signed-off-by: Jaroslav Kysela <perex@perex.cz> Link: https://patch.msgid.link/20251126091759.2490019-2-perex@perex.cz Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
put/keyboard/tegra-kbc.c?id=1cb0aa88179b7a71c240529e9d781d7bbb43d2e8'>Input: remove use of __devexit_pBill Pemberton 2012-09-04Merge tag 'v3.6-rc4' into nextDmitry Torokhov 2012-09-04Input: tegra - move platform data headerStephen Warren 2012-06-12Input: tegra-kbc - add clk_prepare/clk_unpreparePrashant Gaikwad 2012-05-10Input: matrix-keymap - wire up device tree supportDmitry Torokhov 2012-05-10Input: matrix-keymap - uninline and prepare for device tree supportDmitry Torokhov 2012-03-27Input: tegra-kbc - allocate pdata before using itViresh Kumar 2012-03-13Input: tegra-kbc - revise device tree supportOlof Johansson 2012-02-03Input: tegra-kbc - allow skipping setting up some of GPIO pinsShridhar Rasal 2012-01-23Input: tegra-kbc - enable key interrupt for wakeupRakesh Iyer 2011-12-30Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer 2011-12-30Input: tegra-kbc - add device tree bindingsOlof Johansson 2011-11-30Input: keyboard - use macro module_platform_driver()JJ Ding 2011-09-09Input: tegra-kbc - tighten lockingDmitry Torokhov 2011-09-09Input: tegra-kbc - fix wakeup from suspendRakesh Iyer 2011-08-11Input: tegra-kbc - correct call to input_free_deviceAxel Lin 2011-07-30Input: tegra-kbc - fix computation of polling timeRakesh Iyer 2011-07-25Input: tegra-kbc - enable key autorepeatRakesh Iyer 2011-05-11Input: tegra-kbc - change wakeup logic to be all or nothingRakesh Iyer 2011-04-27Input: tegra-kbc - add ghost key filterRakesh Iyer 2011-02-18Input: tegra-kbc - add function keymapRakesh Iyer 2011-01-28Input: tegra-kbc - fix keymap entry for LeftMeta keyRakesh Iyer 2011-01-28Input: tegra-kbc - fix build errorRakesh Iyer 2011-01-20Input: tegra-kbc - add tegra keyboard driverRakesh Iyer