summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorAnusha Srivatsa <asrivats@redhat.com>2025-03-04 16:05:33 -0500
committerAnusha Srivatsa <asrivats@asrivats-thinkpadt14sgen2i.rmtustx.csb>2025-03-06 12:37:47 -0500
commit46babeac0e0856ca7d3c68a28328b55867922fe3 (patch)
tree5f0632b36e534ebe895160e8d92c139b6fa1586d /tools/perf/scripts/python/task-analyzer.py
parent9da894756ee1c67c020a80f4037a8a20652337c6 (diff)
downloadkernel-46babeac0e0856ca7d3c68a28328b55867922fe3.tar.gz
drm/mxsfb: move to devm_platform_ioremap_resource() usage
Replace platform_get_resource + devm_ioremap_resource with just devm_platform_ioremap_resource() Used Coccinelle to do this change. SmPl patch: @rule_1@ identifier res; expression ioremap_res; identifier pdev; @@ -struct resource *res; ... -res = platform_get_resource(pdev,...); -ioremap_res = devm_ioremap_resource(...); +ioremap_res = devm_platform_ioremap_resource(pdev,0); Cc: Marek Vasut <marex@denx.de> Cc: Stefan Agner <stefan@agner.ch> Reviewed-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Anusha Srivatsa <asrivats@redhat.com> Link: https://patchwork.freedesktop.org/patch/640852/?series=144073&rev=5
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
eira Ayuso 2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2015-03-02netfilter: nft_compat: add support for arptables extensionsArturo Borrero 2015-02-22netfilter: nft_compat: don't truncate ethernet protocol type to u8Arturo Borrero 2015-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller 2015-02-16netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso 2015-01-30netfilter: nft_compat: add ebtables supportArturo Borrero 2014-11-12netfilter: nft_compat: use the match->table to validate dependenciesPablo Neira Ayuso 2014-11-12netfilter: nft_compat: relax chain type validationPablo Neira Ayuso 2014-11-12netfilter: nft_compat: use current net namespacePablo Neira Ayuso 2014-10-27netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero 2014-10-18netfilter: nft_compat: validate chain type in match/targetPablo Neira Ayuso 2014-10-14netfilter: nft_compat: fix hook validation for non-base chainsPablo Neira Ayuso 2014-10-02netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso 2014-06-16netfilter: nft_compat: call {target, match}->destroy() to cleanup entryPablo Neira Ayuso 2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy 2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy 2013-11-18netfilter: nft_compat: fix error path in nft_parse_compat()Pablo Neira Ayuso 2013-11-04netfilter: nft_compat: use _safe version of list_for_eachDan Carpenter 2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso