summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRaag Jadav <raag.jadav@intel.com>2023-08-22 12:53:40 +0530
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2023-08-22 14:51:10 +0300
commitd5301c90716a8e20bc961a348182daca00c8e8f0 (patch)
tree7c0a3c63ef223f4b70f83dba4cfee5edb324dd03 /tools/perf/scripts/python
parentda41309b618e4dff92bbc109b776f800faa7a60a (diff)
downloadkernel-d5301c90716a8e20bc961a348182daca00c8e8f0.tar.gz
pinctrl: cherryview: fix address_space_handler() argument
First argument of acpi_*_address_space_handler() APIs is acpi_handle of the device, which is incorrectly passed in driver ->remove() path here. Fix it by passing the appropriate argument and while at it, make both API calls consistent using ACPI_HANDLE(). Fixes: a0b028597d59 ("pinctrl: cherryview: Add support for GMMR GPIO opregion") Cc: stable@vger.kernel.org Signed-off-by: Raag Jadav <raag.jadav@intel.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
-07 16:55:47 -0500'>2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman 2020-03-27tracing: Add documentation on set_ftrace_notrace_pid and set_event_notrace_pidSteven Rostedt (VMware) 2020-03-27tracing: Have the document reflect that the trace file keeps tracing enabledSteven Rostedt (VMware) 2020-03-27tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware) 2020-03-03tracing: Have hwlat ts be first instance and record count of instancesSteven Rostedt (VMware) 2020-01-10docs: ftrace: Fix typosFrank A. Cancio Bello 2020-01-10docs: ftrace: Clarify the RAM impact of buffer_size_kbFrank A. Cancio Bello 2019-12-19docs: ftrace: Specifies when buffers get clearFrank A. Cancio Bello 2019-11-04ftrace: Introduce PERMANENT ftrace_ops flagMiroslav Benes 2019-09-02docs: ftrace: clarify when tracing is disabled by the trace filePeter Wu 2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds 2019-04-16docs: trace: fix some Sphinx warningsMauro Carvalho Chehab 2019-04-08tracing: Add tracing/error_log DocumentationTom Zanussi 2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware) 2019-02-06tracing/doc: Add latency tracer funcgraph exampleChangbin Du 2018-11-07doc: tracing: Fix a number of typosAmir Livneh 2018-08-31docs: tracing: Add stacktrace filter commandMasami Hiramatsu 2018-07-26doc: tracing: Fix a typo of trace_statMasami Hiramatsu 2018-06-06Merge tag 'trace-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds 2018-05-29tracing: Document trace_marker triggersSteven Rostedt (VMware) 2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner 2018-04-16Documentation: ftrace: clarify filters with dynamic ftrace and graphSteffen Maier 2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds 2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2018-03-07docs: ftrace: fix a few formatting issuesJonathan Corbet 2018-03-07trace doc: convert trace/ftrace.txt to rst formatChangbin Du