aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>2025-06-24 20:15:41 +0200
committerUwe Kleine-König <ukleinek@kernel.org>2025-07-07 08:39:36 +0200
commit9470e7d11fe2b6c21a35327175d51a06afd3fca9 (patch)
tree4bb5d5975d5cf4aff2501b6772761a9f8bdd36b2 /tools/perf/scripts/python/event_analyzing_sample.py
parentpwm: lpc18xx-sct: Drop driver local locking (diff)
downloadlinux-9470e7d11fe2b6c21a35327175d51a06afd3fca9.tar.gz
linux-9470e7d11fe2b6c21a35327175d51a06afd3fca9.zip
pwm: microchip-core: Drop driver local locking
The pwm core already serializes .apply() and .get_state(), so the driver local lock is always free and adds no protection. Drop it. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Link: https://lore.kernel.org/r/6d6ef0376ea0058b040eec3b257e324493a083f1.1750788649.git.u.kleine-koenig@baylibre.com Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
e='2013-04-05 18:08:45 +0200'>2013-04-05mfd: htc-pasic3: use module_platform_driver_probe()Jingoo Han1-12/+1 2013-04-05mfd: ab3100-otp: use module_platform_driver_probe()Jingoo Han1-13/+1 2013-04-05mfd: stmpe: DT: Add stmpe-i2c dt alias to get id deviceGabriel Fernandez1-1/+4 2013-04-05mfd: stmpe: DT: Enable no-irq mode configurationGabriel Fernandez1-0/+3 2013-04-05mfd: syscon: Add non-DT supportAlexander Shiyan3-31/+46 2013-04-05mfd: syscon: Removed unneeded field "dev" from private driver structureAlexander Shiyan1-4/+1 2013-04-05mfd: palmas: Change the DT node property names to follow the conventionJ Keerthy1-3/+3 2013-04-05mfd: as3711: Add OF supportGuennadi Liakhovetski2-4/+96 2013-04-05mfd: cros_ec: Add MFD_CORE dependencyDavid Rientjes1-0/+1 2013-04-05mfd: cros_ec_spi: Warnings fixSamuel Ortiz1-3/+3 2013-04-05mfd: cros_ec: Export needed symbols for the i2c and spi modulesSamuel Ortiz1-0/+7 2013-04-05input: Add ChromeOS EC keyboard driverSimon Glass4-0/+419 2013-04-05input: matrix-keymap: Add function to read the new DT bindingSimon Glass5-18/+54 2013-04-05mfd: Add ChromeOS EC SPI driverSimon Glass3-0/+386 2013-04-05mfd: Add ChromeOS EC I2C driverSimon Glass3-0/+212 2013-04-05mfd: Add ChromeOS EC implementationSimon Glass5-0/+424